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/03/06 22:31] hyphop [Set oowow mode] |
products:sbc:vim1s:hardware:vim1s-boot-flow [2023/06/05 21:45] (current) hyphop [OOWOW boot led indication] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~tag> vim1s boot~~ | ||
| - | |||
| ~~tag> VIM1S boot~~ | ~~tag> VIM1S boot~~ | ||
| Line 19: | Line 17: | ||
| WIP: | WIP: | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| More detail: [[./ | More detail: [[./ | ||
| - | + | ||
| + | |||
| + | ====== OOWOW boot led indication ====== | ||
| + | |||
| + | OOWOW boot makes a red LED indication on the first boot seconds, it's looks like a short RED blinking 1-3 sec in success, | ||
| + | |||
| + | <WRAP important > | ||
| + | Red blink or permanent red LED means OOWOW failed | ||
| + | </ | ||
| + | |||
| + | <WRAP tip > | ||
| + | This indication common for VIM4, Edge2 and VIM1S | ||
| + | </ | ||
| + | |||
| + | |||
| + | ```shell Preparing for oowow | ||
| + | # red led hb mode | ||
| + | i2c mw 0x18 0x89 3 | ||
| + | ``` | ||
| + | |||
| + | ```shell try to start | ||
| + | # red led off | ||
| + | i2c mw 0x18 0x89 0 | ||
| + | ``` | ||
| + | |||
| + | ```shell oowow fail | ||
| + | # red led on mode | ||
| + | i2c mw 0x18 0x89 1 | ||
| + | ``` | ||
| + | |||
| + | === dev-info === | ||
| + | |||
| + | WIP: special pre-boot led indication | ||
| + | |||
| + | |||
| + | |||
| + | ====== OOWOW mode ====== | ||
| + | |||
| + | Exclusive special service mode: activated [[# | ||
| + | |||
| + | <WRAP important > | ||
| + | Ignore all boot sources like: '' | ||
| + | </ | ||
| + | |||
| + | |||
| + | Boot fail service mode activated automatically as rescue mode for: | ||
| + | * internal eMMC storage is empty | ||
| + | * cant find any boot-able OS sources | ||
| + | * boot-up from other sources fail | ||
| + | |||
| + | <WRAP important > | ||
| + | Try at 1st boot from sources all sources: '' | ||
| + | </ | ||
| + | |||
| + | |||
| ====== Boot modes oowow shell usage ====== | ====== Boot modes oowow shell usage ====== | ||