Open main menu

DAVE Developer's Wiki β

Changes

Boot sequence (Lizard)

888 bytes added, 14:02, 9 August 2012
Created page with "AM3517/AM3505 processor provides several options for the boot sequence. This section will describe in more detail the default boot sequence. For more details about bootstrap p..."
AM3517/AM3505 processor provides several options for the boot sequence. This section will describe in more detail the default boot sequence. For more details about bootstrap pin configurations please refer to Lizard Hardware Manual. The default LELK configuration has U-Boot and Linux kernel in NOR flash memory and Root File System in NAND flash memory. The following table shows the flash partitions used with the default configuration:

{|class="wikitable"
|-
! style="width:100px;" | Name
! style="width:100px;" | MTD partition
! style="width:100px;" | Device
! style="width:100px;" | Size
|-
| U-Boot
| 0
| NOR Flash
| 256 KB
|-
| U-Boot environment #1
| 1
| NOR Flash
| 128 KB
|-
| U-Boot environment #2
| 2
| NOR Flash
| 128 KB
|-
| Linux Kernel
| 3
| NOR Flash
| 5120 KB
|-
| X-Loader (optional)
| 6
| NAND Flash
| 512 kB
|-
| Root File System
| 10
| NAND Flash
| 1040896 kB
|-
|}