Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:hardware:boot-sequence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
products:sbc:edge2:hardware:boot-sequence [2022/08/29 02:36]
hyphop [SPL loader]
products:sbc:edge2:hardware:boot-sequence [2022/08/29 02:56]
hyphop
Line 58: Line 58:
  
 ==== U-Boot OS boot sequence ==== ==== U-Boot OS boot sequence ====
 +
 +<WRAP important >
 +We discribe only about SPI-flash u-boot, for other custom U-boots which can stored at eMMC or SD its will be different 
 +</WRAP>
 +
 +OS booting follow by ''distro_bootcmd'' which use ''boot_targets'' priority for scanning bootable OS. Step by step scan all available storage's and partitions for [[#os-boot-configuration-extlinux-config]]
 +
 +```shell
 +kedge2# printenv boot_targets 
 +boot_targets=usb0 mmc1 mmc0 pxe dhcp fail
 +```
 +
  
 WIP: WIP:
 +
 +==== OS boot configuration - extlinux config ====
 +
  
 ===== OOWOW mode ===== ===== OOWOW mode =====
  
 +OOWOW mode can be activated by
 +
 +  * special on board short-cuts ''FUNCTION'' + ''RESET''
 +  * under running OS via special [[#MCU-register-for-start-oowow]] - software way    
 WIP: WIP:
 +
  
 ==== OOWOW special mode ==== ==== OOWOW special mode ====
Line 70: Line 90:
  
 ==== OOWOW rescue mode ==== ==== OOWOW rescue mode ====
 +
 +WIP:
 +
 +==== MCU register for start oowow ====
  
 WIP: WIP:
  
Last modified: 2022/08/29 03:06 by hyphop