Building u-boot – IBASE IB113 User Manual

Page 34

Advertising
background image

34

IB113

4.1.3. Building u-boot

# u-boot source file is “IB113bsp_linux_uboot_src_XXXXXX.tar.xz”, XXXXXX is release date,
assume u-boot source file is in /root/Downloads/ folder:

cd ~/IB113_BSP/linux/

tar Jxf ~/Downloads/IB113bsp_linux_uboot_src_141105.tar.xz

cd uboot-imx/

./mklnx-uboot.sh

root@u1004x64:~#

cd ~/IB113_BSP/linux

root@u1004x64:~/IB113_BSP/linux#

tar Jxf ~/Downloads/IB113bsp_linux_uboot_src_141105.tar.xz

root@u1004x64:~/IB113_BSP/linux#

cd uboot-imx

root@u1004x64:~/IB113_BSP/linux/uboot-imx#

./mklnx-uboot.sh

….

/root/IB113_BSP/linux/uboot-imx/../fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-objcopy --gap-fill=0xff -O
binary u-boot u-boot.bin

image size 198KiB

198+0 records in

198+0 records out

202752 bytes (203 kB) copied, 0.000471782 s, 430 MB/s

197+1 records in

197+1 records out

202448 bytes (202 kB) copied, 0.00698078 s, 29.0 MB/s

root@u1004x64:~/IB113_BSP/linux/uboot-imx#

Note: **** If the building process is successful, u-boot.bin file will be generated. ****

Advertising