Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

87 bytes removed, 12:22, 8 May 2018
no edit summary
! 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; width: 225px;"|'''<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:
|- style="height: 110px;"
! style="background-color: #ffffff; width: 225px; height: 110px; width: 225px;"|<span id="Checkout_u-boot_repo" class="mw-headline">Checkout u-boot repository</span>
| style="width: 621px; height: 110px;"|
Go to the u-boot-arm directory and checkout the isee_v2017.03 as:
: 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;"
|- style="height: 22px;"
! style="width: 849px; height: 22px; text-align: center; vertical-align: middle;" colspan="2"|'''Downloading binary files/U-Boot Source'''
Go to the u-boot-imx directory and checkout the version 2017.03.y as:
<span style="color: #002d87;"><code><span style="color: #002d87;">$ cd u-boot-imx</span></code></span>
<span style="color: #002d87;"><code><span style="color: #002d87;">$ git checkout remotes/origin/isee_imx_v2017.03_4.9.11_1.0.0_ga -b isee_imx_v2017.03_4.9.11_1.0.0_ga</span> </code> </span>
|}
After running the defconfig. You can build u-boot by executing this command:
  <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.
** The result for '''Texas InstrumentsARM''' processor  processor based board will be a '''MLO''' and '''u-boot.img'''.** The result for for '''Freescale'''-'''NXP'''<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