Hi
I am using i.MX53 in my board. I have selected the SD boot option, but not inserted the SD card. Means it will poll for the UARTs for serial downloader.
1. I have configured UART3 for serial port. I am not seeing any prompt in the console. What could be the problem?
2. I have connected J-link emulator and it communicating to core, how to do the DDR initialization through emulator?
Solved! Go to Solution.
HI,
If you select sd boot but there is no sd card inserted, it should be jump to serial download mode, I think the default mode should be USB download, you can connect USB cable to the board, then see whether your pc recognize the board as a hid device. If yes, you can use sb loader tool to load DDR script or uboot into the board to run. Not sure whether I.mx53 provide such sb loader tool, you can search it in the release package.
If you can connect the j link to the core, you should be able to load DDR init script using your j link, this is same as the upper sb loader tool I mentioned. They both to load DDR script into iram the run it. After that you can try whether DDR is initialized successfully, just read/write the DDR address to see whether it can be accessed.
HI,
If you select sd boot but there is no sd card inserted, it should be jump to serial download mode, I think the default mode should be USB download, you can connect USB cable to the board, then see whether your pc recognize the board as a hid device. If yes, you can use sb loader tool to load DDR script or uboot into the board to run. Not sure whether I.mx53 provide such sb loader tool, you can search it in the release package.
If you can connect the j link to the core, you should be able to load DDR init script using your j link, this is same as the upper sb loader tool I mentioned. They both to load DDR script into iram the run it. After that you can try whether DDR is initialized successfully, just read/write the DDR address to see whether it can be accessed.