Open main menu

DAVE Developer's Wiki β

Changes

Building U-Boot (BELK/BXELK)

241 bytes added, 12:22, 21 August 2018
Instructions
** For '''BELK 4.0.0''' or newer and '''BXELK 2.0.0''' or newer: <pre>make bora_qspi_defconfig &#10;make bora_mmc_defconfig &#10;make bora_noflash_defconfig &#10;make borax_qspi_defconfig &#10;make borax_mmc_defconfig &#10;make borax_noflash_defconfig</pre>
:<code>bora_qspi</code> and <code>borax_qspi</code>: U-Boot is built to use NOR flashed based environment. The resulting binary files are used to boot from serial NOR flash.:<code>bora_mmc</code> and <code>borax_mmc</code>: U-Boot environment is placed in SD/MMC card. The resulting binary files are used to boot from SD/MMC card. However, NOR flash and NAND flash are accessible.:<code>bora_noflash</code> and <code>borax_noflash</code>: U-Boot environment is placed in SD/MMC card. The resulting binary files are used to boot from SD/MMC card. NOR flash and NAND flash are disabled.
* build U-Boot by issuing <code>make</code> command. This will generate U-Boot binary images.
4,650
edits