This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge2:hardware:boot-sequence [2022/08/29 02:55] hyphop [OOWOW mode] |
products:sbc:edge2:hardware:boot-sequence [2022/08/29 03:06] (current) hyphop [SPL loader] |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * SPL-loader scan special areas for next [[# | * SPL-loader scan special areas for next [[# | ||
| + | <tabbox common logs> | ||
| ```log spl-boot-example.log | ```log spl-boot-example.log | ||
| Line 34: | Line 35: | ||
| ... | ... | ||
| ``` | ``` | ||
| + | |||
| + | <tabbox oowow-mode logs > | ||
| ```log log spl-boot-oowow-mode-example.log | ```log log spl-boot-oowow-mode-example.log | ||
| Line 52: | Line 55: | ||
| ... | ... | ||
| ``` | ``` | ||
| + | |||
| + | </ | ||
| + | |||
| ===== U-Boot loader ===== | ===== U-Boot loader ===== | ||
| Line 75: | Line 81: | ||
| ==== OS boot configuration - extlinux config ==== | ==== OS boot configuration - extlinux config ==== | ||
| + | Basic example: | ||
| + | |||
| + | ```conf extlinux/ | ||
| + | menu background /logo.bmp | ||
| + | LABEL Default | ||
| + | LINUX /Image | ||
| + | INITRD /initrd.img | ||
| + | FDTDIR /dtb | ||
| + | APPEND ${bootargs} earlycon=uart8250, | ||
| + | timeout | ||
| + | default Default | ||
| + | ``` | ||
| ===== OOWOW mode ===== | ===== OOWOW mode ===== | ||
| Line 81: | Line 99: | ||
| * special on board short-cuts '' | * special on board short-cuts '' | ||
| - | * under running OS via special MCU register for start oowow - software way | + | * under running OS via special |
| WIP: | WIP: | ||
| - | |||
| - | |||
| - | ==== MCU register for start oowow ==== | ||
| - | |||
| Line 94: | Line 108: | ||
| ==== OOWOW rescue mode ==== | ==== OOWOW rescue mode ==== | ||
| + | |||
| + | WIP: | ||
| + | |||
| + | ==== MCU register for start oowow ==== | ||
| WIP: | WIP: | ||