Tool/software: Linux
Hi,
I am using PROCESSOR_SDK_VISION_03_04_00_00 on TDA2SX SOC on our custom board. I need pre-build MLO and uboot image to test our board as board is not booting with out build images
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi,
I am using PROCESSOR_SDK_VISION_03_04_00_00 on TDA2SX SOC on our custom board. I need pre-build MLO and uboot image to test our board as board is not booting with out build images
Hi Shravan,
I already tried the method suggested by you, my concern is after creating the bootable SD card which has MLO and Uboot images. Nothing is visible in Uart Debug prints. What can be the reason for that?
Hi Niraj,
Where are you adding these prints. You need to ensure these prints are added only after UART is initialized. Quick way to check that you're changes are taking effect is to enable #define DEBUG in common/spl/spl.c file. You should see additional logs.
Also can you confirm if your boot settings is set to production boot mode?
SYSBOOT: 00001100 10000001
If you've confirmed / tried both changes suggested above and you still don't see any logs, halt in u-boot and run the below command.
env default -fa
saveenv
and then reboot the board. It must work.
Regards
Shravan