i.MX53 bringup procedure with emulator

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX53 bringup procedure with emulator

跳至解决方案
1,597 次查看
FreeScaleLogin
Contributor II

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?

标签 (1)
0 项奖励
回复
1 解答
1,328 次查看
AnsonHuang
NXP Employee
NXP Employee

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.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,329 次查看
AnsonHuang
NXP Employee
NXP Employee

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.

0 项奖励
回复