Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

11 bytes added, 12:03, 8 May 2018
no edit summary
<div class="clearfix">
: If we have an Freescale-NXP series we will follow this table to get our source of U-Boot
 
</div>
{| class="contenttable sortable" style="font-size: 15.024px; width: 883px; height: 263px;"
{| class="contenttable sortable" style="width: 880px872px; height: 317px;"
|-
! style="width: 299px196px;"|Module! style="width: 179px10px;"|Defconfig! style="width: 384px644px;"|Example
|-
| style="width: 299px196px;"|IGEPv2 DM3730| style="width: 179px10px;"|igep0020_defconfig| style="width: 384px644px;"|<code><span style="color: #002d87;">$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0020_defconfig</span></code>
|-
| style="width: 299px196px;"|IGEP COM MODULE DM3730/AM3703| style="width: 179px10px;"|igep0030_defconfig| style="width: 384px644px;"|<span style="color: #002d87;"><code><span style="color: #002d87;">$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0030_defconfig</span></code></span>
|-
| style="width: 299px196px;"|IGEP COM AQUILA AM335x| style="width: 179px10px;"|
am335x_igep0033_defconfig
| style="width: 384px644px;"|<span style="color: #002d87;"><code><span style="color: #002d87;">$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_igep0033_defconfig</span></code></span>
|-
| style="width: 299px196px;"|IGEPv5 OMAP5432| style="width: 179px10px;"| | style="width: 384px644px;"|<span style="color: #002d87;"><code><span style="color: #002d87;">$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-</span> </code></span>
|-
| style="width: 299px196px;"|IGEP SMARC AM335x| style="width: 179px10px;"|am335x_igep0034_defconfig| style="width: 384px644px;"|<span style="color: #002d87;"><code><span style="color: #002d87;">$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_igep0034_defconfig</span></code></span>
|-
| style="width: 299px196px;"|IGEP SMARC iMX6| style="width: 179px10px;"|igep0046_imx6dl_2G_defconfig| style="width: 384px644px;"|<span style="color: #002d87;"><code><span style="color: #002d87;">$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0046_imx6dl_2G_defconfig</span></code></span>
|}
 <span style="color: #002d87;"> $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-</span>
After doing that we will have our U-Boot ready with their files to execute.
* After doing that we will have our U-Boot ready with their files to execute.** The result for '''Texas Instruments''' processor based board will be a '''MLO''' and '''u-boot.img'''.** The result for <strong style="font-size: 0.939em;">iMX6 </strong><span style="font-size: 0.939em;">processor based will be a </span><strong style="font-size: 0.939em;">u-boot.imx.</strong>
560
edits