Tool/software: Linux
Hello everyone,
I've a custom board with an AM335X on it that uses U-Boot and Linux.
The board normally boots correctly from NAND (SysBoot: 10011b) and from Linux I can see SD cards without problems.
Now I'm trying to update my system with the latest Processor SDK (u-boot-2018.01 and linux-rt-4.14.79) and during development I'd like to work with SD card. So:
- I've prepared the SD card with the script in Processor SDK;
- I've changed the Sysboot configuration to11100b;
- I've put my file MLO and u-boot.img on the first partition (boot) and uImage on the second partition (SDHC).
But the system doesn't start and I can't see nothing on the console.
I've tried with my old MLO and u-boot.img and also with the files supplied with the SDK, but nothing change.
Now I can't understand what's happening and I don't know what to try to fix the problem.
If someone could help me, I'd appreciate very much.
Thanks
Roberto
