Part Number: AM620-Q1 Other Parts Discussed in Thread: AM625 Tool/software: Hi Team,
I am using the USB DFU mode to boot the Linux image on an AM62x SK board, following commands have used. I have utilized pre-built images, specifically the Image and…
Manan Bhatt said: why i am getting this prints after changing the offset addresses ->
This error is because your flash's mtd part is not sector aligned. I believe the sector size of mt25qu512a is 64KB i.e. 0x1_0000 and you have ospi_nor.rootfs and ospi_nor…
Tamizharasan Kumar said: => booti 0x80000000 0x83000000
Can you try adding a "dash" between the kernel address and the dtb address. If you pass the initrd specs via kernel command line you need to provide a "blank" parameter to booti for the initrd…
Hi,
One concern I see is below:
Shine said: [ 2.047847] nand: WARNING: omap2-nand.0: the ECC used on your system is too weak compared to the one required by the NAND chip
Have you made sure to match the ECC scheme used in U-Boot and that used by…
Part Number: J784S4XEVM i am using J784S4 EVM and i am trying with RTOS sdk 8.6.1.3 and linux 8.6.1.2
i am using OSPI NOR flashing, i am trying to boot tiny rootfs in partition 8,
below are my offset
sbl_cust_img_mcu1_0_release.tiimage at an…
Part Number: J784S4XEVM i am using J784S4 EVM and i am trying with RTOS sdk 8.6.1.3 and linux 8.6.1.2
i am using OSPI NOR flashing, i am trying to boot tiny rootfs in partition 8,
below are my offset
sbl_cust_img_mcu1_0_release.tiimage at an…
Anil, Please do not paste the entire config like above. It makes reading the thread that long.
anil said: CONFIG_ATA=m # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_VERBOSE_ERROR=y CONFIG_SATA_PMP=y
# # Controllers with non-SFF native interface #…
Part Number: PROCESSOR-SDK-AM437X Hello,
I am trying to boot the kernel on the AM473x-EVM from the network using U-Boot command 'netboot'. I am using the zImage provided under 'prebuilt-images' in the SDK (version 07.03.00.005). Additionally, I added…
Part Number: PROCESSOR-SDK-DRA7X Tool/software: TI C/C++ Compiler Hello,
I need to solve this issue which I have got at the moment on J6. It was successful that I boot linux kernel from SD card and it can mount root file system .
The issue I am facing…