Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Texas Instruments Series

292 bytes added, 15:42, 8 March 2018
Set the board configuration
Now build the u-boot, first set the configuration with:
IGEP0046 SMARC Quad:IGEP COM AQUILA RB11 (256MB RAM)
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0046_imx6dl_2G_defconfig am335x_igep0033_defconfig</code>
IGEP0046 SMARC Dual liteIGEP COM AQUILA RB30 (512MB RAM)
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0046_imx6q_2G_defconfig am335x_igep0033_RB30_defconfig</code>
IGEP0046 IGEP SMARC SoloAM335x
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- xxxxx am335x_igep0034_defconfig</code> IGEP COM Module DM3730 (IGEP0030) <code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_igep0034_defconfig</code> IGEP COM Module DM3730 (IGEP0020) <code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_igep0034_defconfig</code>
===Build u-boot===