i.MX31ADS Compiling Uboot

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX31ADS Compiling Uboot

i.MX31ADS Compiling Uboot

First download and install imx31_ads_20071008-rel5b-ltib.iso.

Download and extract u-boot-1.3.3.tar.bz2.

Place toolchain on PATH:

 $ export PATH="$PATH:/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin/"

Export the CROSS_COMPILE name to U-Boot

 $ export CROSS_COMPILE=arm-none-linux-gnueabi- 

Enter in the u-boot-1.3.3 directory.

Create configuration to i.MX31ADS board:

 $ make mx31ads_config 

Compile U-Boot to selected board:

 $ make 

If compilation goes fine you will see the u-boot.bin on current directory.


評価なし
バージョン履歴
最終更新日:
‎09-10-2020 02:57 AM
更新者: