Open main menu

DAVE Developer's Wiki β

Changes

Standalone boot (XUELK)

12 bytes added, 09:00, 11 July 2017
Introduction
== Introduction ==
This document has been was written and tested with the software/hardware combination described in the history table above. However , it contains general concept concepts that can be adapted on any DAVE Embedded Systems' Linux platform.
We'll explain how to program and configure a [[Category:SBC Lynx|SBC Lynx]] to boot in standalone mode, without the need of a system microSD card or a an NFS server, with two options:
* booting with NOR + NAND
** U-Boot will fetch Linux kernel binary images (kernel + device tree) from on-board NOR flash memory, while later the OS will mount the root file system from a NAND partition.
* booting with NAND only
** in this configuration the whole system will boot without the need of a NOR flash storage, all images and the root file system will be fetch fetched from NANDflash.
== Program root file system in NAND flash ==
4,650
edits