This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim1s:hardware:vim1s-boot-flow [2023/06/05 07:50] hyphop [OOWOW boot led indication] |
products:sbc:vim1s:hardware:vim1s-boot-flow [2023/06/05 21:45] (current) hyphop [OOWOW boot led indication] |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| ====== OOWOW boot led indication ====== | ====== OOWOW boot led indication ====== | ||
| - | OOWOW boot makes a red LED indication on the first boot seconds, | + | OOWOW boot makes a red LED indication on the first boot seconds, |
| <WRAP important > | <WRAP important > | ||
| Line 51: | Line 51: | ||
| ``` | ``` | ||
| - | WIP: dev info | + | === dev-info === |
| - | ```shell ~/ | + | WIP: special pre-boot led indication |
| - | #define CONFIG_PREBOOT | + | |
| - | "run mcu_fan; " \ | + | |
| - | "run mcu_oowow_mode_chk; | + | |
| - | "run led_mcu_on; " \ | + | |
| - | "run bcb_cmd; " \ | + | |
| - | "run upgrade_check;" | + | |
| - | "run init_display;" | + | |
| - | "run storeargs;" | + | |
| - | "run led_mcu_off; | + | |
| - | "run upgrade_key;" | + | |
| - | "run switch_bootmode; | + | |
| - | "run mcu_fan_off; | + | |
| - | #else | + | |
| - | ``` | + | |
| - | ```shell uboot led | ||
| - | kvim1s# printenv led_mcu_on | ||
| - | led_mcu_on=kbi led systemon w on | ||
| - | kvim1s# printenv led_mcu_off | ||
| - | led_mcu_off=kbi led systemon w off | ||
| - | ``` | ||