i.MX53 bringup procedure with emulator

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX53 bringup procedure with emulator

Jump to solution
1,507 Views
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?

Labels (1)
0 Kudos
Reply
1 Solution
1,238 Views
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.

View solution in original post

0 Kudos
Reply
1 Reply
1,239 Views
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 Kudos
Reply