I.MX51EVK Install U-Boot

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

I.MX51EVK Install U-Boot

I.MX51EVK Install U-Boot

Installing U-Boot on i.MX51EVK using BDI3000

Unlike older i.MX processor you don't need to select CONFIG_SKIP_LOWLEVEL_INIT because U-Boot lowlevel for i.MX51 doesn't reconfigure RAM memory. It is configured on DCD table.

Copy u-boot.bin to /tftpboot because BDI3000 will load it from there.

Connect the serial console cable on your i.MX51EVK board and connect to it using minicom.

Connect to your BDI3000 through telnet and execute these commands:

FSL-iMX51> load 0x97800000 u-boot.bin

Loading u-boot.bin , please wait ....

Loading program file passed

FSL-iMX51> rm pc 0x97800000

FSL-iMX51> go

When you execute the last command (“go”) you will see U-Boot starting on serial console.

Labels (1)
No ratings
Version history
Last update:
‎07-30-2012 09:09 AM
Updated by: