Changes

Jump to: navigation, search

NaonEVB-Lite

702 bytes added, 12:00, 24 April 2013
m
Quick start (NELK)
</pre>
==== Booting from SD/MMC ==== If you have the bootable SD/MMC provided with the development kitand it contains the boot.scr script file, the following command is automatically executed by U-Boot: <pre class="board-terminal">echo trying to boot from NELK MMC; mmc rescan 0; fatload mmc 0 80900000 boot.scr; source 80900000; run net_nfs</pre> If the boot.scr script file is not available, you can manually boot the system from SD using the following commands: <pre class="board-terminal">mmc rescan 0fatload mmc 0 81000000 uImagesetenv mmcargs 'setenv bootargs root=/dev/mmcblk0p2 rw'run mmcargs addip addcons addmembootm 81000000</pre>  If a Linux kernel image has been preliminary programmed on the SPI NOR flash, you can run the following command:
<pre class="board-terminal">
To start Linux (from on-board SPI NOR flash) and mount the development root file system (over SD/MMC).
 
==== Booting from network ====
If you have installed the [[:Category:DVDK|Dave Virtual Development Kit]], you can start the Virtual Machine and start Linux loading the kernel through tftp and mounting the NFS root file system with the following command:

Navigation menu