Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

5,434 bytes added, 16:27, 12 October 2023
Download Binary package
__TOC__
==Overview==<span style="color: #000000;">This page is meant to be a starting point for people to learn build a u-boot image and show to people the current status of different u-boot versions for IGEP Processor Boards.</span>
===<span style="color: #000000;">What is U-Boot?</span>===<span style="color: #000000;">[http://www.denx.de/wiki/U-Boot/ Das U-Boot] (Universal Bootloader) is an open source, primary boot loader used in embedded devices. It Its primary purpose in the shipping system is available for a number of different computer architectures, including PPC, ARM, MIPS, AVR32, x86to load some operating system.</span>
<span style=How to cross compile the "color: #000000;">That means that U-Boot=In order is necessary to perform a certain task, but it's nothing you want to compile and build the throw any significant resources at. Typically U-Boot for IGEP PROCESSOR BOARDS you should set is stored in relatively small NOR flash memory, which is expensive compared to the CROSS_COMPILE variable. Set this much larger NAND devices often used to store the prefix of your toolchain (including operating system and the trailing dash "-"). So if your toolchain is invoked as say arm-linux-gnueabi-gcc, just chop off that trailing gcc and that's what you use: arm-linux-gnueabihf-application.</span>
As example, once you've downloaded the u-boot source, you should follow these steps:
make CROSS_COMPILE=[cross compiler] [board config]
make CROSS_COMPILE=[cross compiler]
The result for Texas Instruments processor based board will be a '''MLO''' and '''u-boot.img'''.
Configs ==Necessary package==In order to be used:compile the u-boot it is '''necessary''' to set up the Cross Compiler correctly. In this [[Set Up the Cross Compiler|post]] it is detailed how to set up correctly the Cross Compiler (and the desired version).
IGEP0030 DM3730 Module: igep0030_defconfig{{Message/Information Message|message=The following steps has been tested using '''Ubuntu 16.04''' and the '''4.9 version''' of the '''arm-linux-'''<span class="mw-headline">'''gnueabihf''' compiler</span>}}
IGEP0020 DM3730 IGEPv2In order to install the Compiler we can use this command: igep0020_defconfig
IGEP0033 AM335x AQUILA Module: am335x_igep0033_defconfig sudo apt install gcc-arm-linux-gnueabihf==Download U-Boot Source== First of all, will be a distintion between '''NXP'''-processors products and '''ARM'''-processors products. Because there are different kinds of U-Boot depending of each processor.
IGEP0032 OMAP3530 PROTON Module{| class="contenttable sortable" style="width: igep0032_defconfig887px;"|-! style="width: 344px;"|<span style="color: #000000;">'''Commercial Name'''</span>! style="width: 527px;"|<span style="color: #000000;">'''U-Boot Series'''</span>|-| style="width: 344px;"|<span style="color: #000000;">IGEPv2 DM3730</span>| style="width: 527px;"|<span dir="auto">U-boot-ARM</span>|-| style="width: 344px;"|<span style="color: #000000;">IGEP COM MODULE </span>DM3730/AM3703| style="width: 527px;"|<span dir="auto">U-boot-ARM</span> |-| style="width: 344px;"|<span style="color: #000000;">IGEP COM AQUILA AM335x</span>| style="width: 527px;"|<span style="color: #000000;"><span dir="auto">U-boot-ARM</span> </span>|-| style="width: 344px;"|<span style="color: #000000;">IGEPv5 OMAP5432</span>| style="width: 527px;"|<span dir="auto">U-boot-ARM</span> |-| style="width: 344px;"|<span style="color: #000000;">IGEP SMARC AM335x</span>| style="width: 527px;"|<span dir="auto">U-boot-ARM</span> |-| style="width: 344px;"|<span style="color: #000000;">IGEP SMARC iMX6 </span>| style="width: 527px;"|<span dir="auto">U-boot-</span>Freescale-NXP|}
IGEP0034 SMARC AM335x Module: am335x_igep0034_defconfig* Once we know which U-Boot have we will clone the corresponding git repository.
IGEP0034 SMARC AM335x Module lite: am335x_igep0034_lite_defconfig
IGEP0050 OMAP5 IGEPv5====<span dir="auto">U-Boot '''ARM''' Series</span>====: If we have an ARM series we will follow this table to get our source of U-Boot{| class="contenttable sortable" style="width: 881px; height: 298px;"|- style="height: 16.5781px;"! style="width: 855px; height: 16.5781px; text-align: center; vertical-align: middle;" colspan="2"|'''Downloading binary files/U-Boot Source'''|- style="height: 44px;"! style="background-color: #ffffff; width: 225px; height: 44px;"|'''<span id="Clone_the_u-boot_repo" class="mw-headline">Clone the u-boot repository</span>'''| style="width: 621px; height: 44px;"|Clone the u-boot repository using git address:
The result for iMX6 processor based will be a '''<span style="color: #000000;"> <code>git clone https://git.isee.biz/cgit/arm-boot/u-boot-arm.imx.'''git</code></span>
|- style="height: 110px;"! style="background-color: #ffffff; width: 225px; height: 110px;"|<span id=Stable U"Checkout_u-Bootboot_repo" class="mw-headline">Checkout u-boot repository</span>The software git repository is located [https| style="width: 621px; height://git.isee.biz/arm110px;"|Go to the u-boot here]-arm directory and checkout the isee_v2017.03 as:
U-boot<span style="color: #002d87;"><code><span style="color: OMAP3 boards, OMAP5 boards, AM335x boards is located [https#002d87;"><span style="color://git.isee.biz/arm-boot/#000000;">cd u-boot-arm here].</span></span></code></span>
U-boot<span style="color: iMX6 boards is located [https://#000000;"><code>gitcheckout -b isee_v2017.isee03 origin/isee_v2017.biz03</arm-bootcode></u-boot-imx here].span>
u-boot firmware binaries can be downloaded from here.|}
[EOL] For OMAP3 based platforms, ISEE do not support ====<span dir="auto">U-Boot '''Freescale-NXP'''  Serie</span>====<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="width: 883px; height: 263px;"|- style="height: 22px;"! style="width: 849px; height: 22px; text-align: center; vertical-align: middle;" colspan="2"|'''Downloading binary files/U-Boot Source'''|- style="height: 44px;"! style="background-color: #ffffff; width: 223px;"|'''<span id="Clone_the_u-boot_repo" class="mw-headline">Clone the u-boot, instead of, ISEE provides [[The IGEP Xrepository</span>'''| style="width: 626px; height: 44px;"|<span style="color: #000000;">Clone the u-loader]]boot repository using git address:</span>
<span style==U-Boot 2015"color: #000000;"><code>git clone https://git.04isee.ybiz/cgit/arm-iMX6 series==The 2015.04.y-iMX6 boot/u-boot series are supported by IGEP PROCESSOR BOARDS based on:-imx.git</code></span>
|- style="height: 89px;"! style="background-color: #ffffff; width: 223px;"|'''<gallery heightsspan id="100pxCheckout_u-boot_repo" class="mw-headline">Checkout u-boot repository</span>'''File| style="width: 626px; height:iMX689px;"|<span style="color: #000000;">Go to the u-boot-imx directory and checkout the isee_imx_v2017.png03.y as:</galleryspan>
See the [[U<span style="color: #000000;"><code>cd u-Boot 2015.04.y]] articleboot-imx</code></span>
<span style="color: #000000;"><code>git checkout origin/isee_imx_v2017.03_4.9.11_1.0.0_ga -b isee_imx_v2017.03_4.9.11_1.0.0_ga </code></span>
|}
==Prepare your U-Boot 2014.01.y-omap5 seriesBOOT==The 2014Once we have downloaded the U-Boot source.01We will '''execute''' the file called '''defconfig''' (default configuration) that it variates in function of each model.y-omap5 u-boot series are supported by IGEP PROCESSOR BOARDS based on:
<gallery heights="100px">FileIn order to load the default configuration of the target board, we have to write the following command:omap5.png</gallery>
See the <span style="color: #000000;"> make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- [[U-Boot 2014.01.yyour_defconfig]] article</span>* In the following table it can be found the name of each default configuration associated to each IGEP PROCESSORS BOARDS:
{| class="contenttable sortable" style=U"width: 872px; height: 317px;"|-Boot 2015.07.y series! style="width: 196px;"|Module! style="width: 10px;"|Defconfig! style="width: 644px;"|ExampleThe 2015.07.y u|-boot series are supported by | style="width: 196px;"|IGEPv2 DM3730| style="width: 10px;"|igep0020_defconfig| style="width: 644px;"|<span style="color: #000000;"><code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0020_defconfig</code></span>|-| style="width: 196px;"|IGEP COM MODULE DM3730/AM3703| style="width: 10px;"|igep0030_defconfig| style="width: 644px;"|<span style="color: #000000;"><code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0030_defconfig</code></span>|-| style="width: 196px;"|IGEP PROCESSOR BOARDS based onCOM AQUILA AM335x| style="width:10px;"|am335x_igep0033_defconfig
| style="width: 644px;"|<span style="color: #000000;"><code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_igep0033_defconfig</code></span>|-| style="width: 196px;"|IGEPv5 OMAP5432| style="width: 10px;"| | style="width: 644px;"|<span style="color: #000000;"><code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-</code></span>|-| style="width: 196px;"|IGEP SMARC AM335x| style="width: 10px;"|am335x_igep0034_defconfig| style="width: 644px;"|<span style="color: #000000;"><code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_igep0034_defconfig</code></span>|-| style="width: 196px;"|IGEP SMARC iMX6 Solo/Dual Lite| style="width: 10px;"|igep0046_imx6dl_2G_defconfig| style="width: 644px;"|<span style="color: #000000;"><code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0046_imx6dl_2G_defconfig</code></span>|-| style="width: 196px;"|IGEP SMARC iMX6 Dual/ Quad| style="width: 10px;"|igep0046_imx6q_2G_defconfig| style="width: 644px;"|<gallery heightsspan style="100pxcolor: #000000;"><code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0046_imx6q_2G_defconfig</code></span>|-File| style="width: 196px;"|IGEP SMARC iMX6 Ultra-Lite / Ultra Ultra-Lite| style="width:am335x.png10px;"|igep0146_imx6ul_512M_defconfig| style="width: 644px;"|<span style="color: #000000;"><code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- igep0146_imx6ul_512M_defconfig<br /gallery></code></span>|}
See ==Build your U-BOOT==After running the defconfig. You can build the [[U-Boot 2015.07.y]] articleby executing this command:
=Unstable U-Boot= <span style="color: #ff0000000000;">'''NOTE: These  make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-</span>Once the compile process has sucesfully finished, we will find the resulting files inside the u-boot series are where root folder. Depending on the development work takes place and you should use this if you're after to work with processor the latest cutting edge developments. It is possible trunk can suffer temporary periods of instability while new features are developed and if this is undesirable we recommend using one of the release branches. USE AT YOUR OWN RISK'''</span>generated files will be different:
* The mainline series are supported by IGEP PROCESSOR BOARDS result for '''ARM''' processor based onboard will be a '''MLO''' and '''u-boot.img'''.* The result for '''Freescale'''-'''NXP'''<strong style="font-size: 0.939em;"> </strong><span style="font-size: 0.939em;">processor based will be a </span><strong style="font-size:0.939em;">u-boot.imx.</strong>
<gallery heights="100px">
File:omap3.png
File:am335x.png
File:omap5.png
</gallery>
See Finally we can copy this files in a '''boot device''', for example, a microSD Memory Card. It is explained in the following [[U-Boot Mainline SeriesHow to prepare a bootable MicroSD Card|post]] article.
{{Message/Information Message|title=End Of Life U-Boot (EOL)TITLE|message= <span style=An "End color: #000000;">In case of Life" Uthe Freescale-Boot means that its support will stop and all NXP Porcessor Boards, it is not possible to copy directly the users are urged u-boot.imx file. It is necessary to upgrade copy in the first blocks of the boot device using the dd command. It is explained in the following post [[How to prepare a bootable MicroSD Card|How to prepare a new versionbootable MicroSD Card]].</span>}}
==U-Boot 2013.07.y series==
<span style="color: #ff0000;">'''NOTE: These series are end-of-life, dead, gone, buried'''</span>
The 2013.07.y u-boot series are supported by IGEP PROCESSOR BOARDS based on:
<gallery heights="100px">=Download Binary package==File[http:am335x//downloads.isee.png<biz/gallery>You can download binary packages from here.]
See the [[U-Boot 2013.07.y]] article ==U-Boot 2010.06-y series==<span styleid="color: #ff0000;What_next...">'''NOTE: These series are end-of-life, dead, gone, buried'''</span> The 2010.06-y u-boot series are supported by IGEP PROCESSOR BOARDS based on: <gallery heightsclass="100pxmw-headline">File:omap3What next.png</gallery> See the [[U-Boot 2010.06-y series]] article==U-Boot 2009.11-y series==<span style="color: #ff0000;">'''NOTE: These series are end-of-life, dead, gone, buried'''</span>== The 2009.11-y After build u-boot series are supported by IGEP PROCESSOR BOARDS based on: <gallery heights="100px">File:omap3.png</gallery> See the you have to download and compile [[U-Boot 2009Linux Kernel 4.9.11-y series]] article. [[Category:Boot loaders|Ubootkernel]]