REL 1.0
Page 17 of 59
iWave Systems Technologies Pvt. Ltd.
iW-RainboW-G15M Android User Manual
2.3
BSP Standalone Compilation
2.3.1
U-Boot
Change the directory to u-boot source code directory.
$ cd <Path of Android source directory>/android_N7.1.1_1.0.0/bootable/bootloader/uboot-imx
To export the Cross Compiler and tool chain path, execute the below command.
$ export ARCH=arm
$ export CROSS_COMPILE=arm-eabi-
$ export PATH=$PATH:<Path to Android source code>/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin
To configure for iWave-G15M-Q7 platform, execute the below command.
$ make mx6_iwg15m_q7_defconfig
To compile the u-boot source code, execute the below command.
$ make
After successful compilation, boot loader image (u-boot.imx) will be created in below path.
~/android_N7.1.1_1.0.0/bootable/bootloader/uboot-imx/u-boot.imx
Refer the
section to update the u-boot binary.