i.MX51 EVK Compiling U-boot

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

i.MX51 EVK Compiling U-boot

i.MX51 EVK Compiling U-boot

Changing Freescale's BSP U-boot using LTIB

This quick recipe demonstrates how to compile U-boot using Freescale BSP.

0. After installing i.MX51 BSP:

1. Extract u-boot source:

./ltib -m prep -p u-boot 

2. (optional) If you wish to apply changes to the code, the source is located at: <ltib path>/rpm/BUILD/u-boot-2009.08

3. Compile u-boot for the i.MX51 EVK

./ltib -m scbuilb -p u-boot 

4. Copy the compiled file to a SD card on your host machine, insert the SD card and:

$ sudo dd if=rpm/BUILD/u-boot-2009.08/u-boot.bin of=/dev/mmcblk0 bs=512  

/dev/mmcblk0 should replaced according to your host, use "dmesg" after inserting the SD to find out where is the SD on your host. Unmount it before issuing the dd command.

 

5. Insert the SD on the i.MX 51 EVK, set the switches for SD Card boot and power on the board.


标签 (1)
无评分
版本历史
最后更新:
‎09-10-2020 01:59 AM
更新人: