This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge2:troubleshooting:usb-burn-online [2026/02/10 06:51] hyphop [Get images list] |
products:sbc:edge2:troubleshooting:usb-burn-online [2026/02/10 07:31] (current) hyphop [Edge2 Online burn] |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| <WRAP info > | <WRAP info > | ||
| - | - Connect | + | - Connect |
| - Activate USB Burn mode - by pressing quickly | - Activate USB Burn mode - by pressing quickly | ||
| - Try the next commands from your PC | - Try the next commands from your PC | ||
| </ | </ | ||
| + | <WRAP tip > | ||
| + | full online help https:// | ||
| + | </ | ||
| - | Just copy one command line to Linux terminal... (copy-paste mode) | + | ===== Devices ===== |
| + | |||
| + | * Edge2 | ||
| + | * Edge-2L NEW: | ||
| /* | /* | ||
| Line 19: | Line 25: | ||
| ===== Get images list ===== | ===== Get images list ===== | ||
| + | |||
| + | Just copy one command line to Linux terminal... (copy-paste mode) | ||
| ``` | ``` | ||
| Line 26: | Line 34: | ||
| ```sh get edge-2l images list | ```sh get edge-2l images list | ||
| curl dl.khadas.com/ | curl dl.khadas.com/ | ||
| + | ``` | ||
| + | |||
| + | ```sh get edge-2l images list | ||
| + | export BOARD=edge-2l | ||
| + | curl dl.khadas.com/ | ||
| ``` | ``` | ||
| Line 41: | Line 54: | ||
| curl dl.khadas.com/ | curl dl.khadas.com/ | ||
| ``` | ``` | ||
| + | |||
| + | or minimal variant | ||
| + | |||
| + | ```sh write latest cached oowow into spi flash | ||
| + | curl dl.khadas.com/ | ||
| + | ``` | ||
| + | |||
| + | |||
| + | |||
| ===== Write Android to emmc ===== | ===== Write Android to emmc ===== | ||