Changes

Jump to: navigation, search

Axel Embedded Linux Kit (XELK)

119 bytes added, 09:15, 11 May 2018
Binary images on SD card
Once you got new binay compiled from your modified sosurce, they have to be installed on first SD partition preserving the original file names usde into <code>boot.scr</code> u-boot bootscript.
The '''bootbootscript.scrtxt''' is the binary version of the txt file which can be built using the <code>mkimage</code>
<pre>
setenv mmc_loadk 'fatload mmc ${mmcdev}:1 ${loadaddr} ${bootfile}'
setenv mmc_loadfdt 'fatload mmc ${mmcdev}:1 ${fdtaddr} ${fdtfile}'
setenv mmcboot 'run mmc_loadk mmc_loadfdt mmcargs addip addcons addmisc adddisp0; bootm ${loadaddr} - ${fdtaddr}'
echo Booting AxelLite-XELK via mmcboot
170
edits

Navigation menu