This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:edge-2l:troubleshooting:usb-burn-online [2025/11/26 03:44] gray created |
products:sbc:edge-2l:troubleshooting:usb-burn-online [2026/05/11 02:06] (current) nick ↷ Page moved from local:users:gray:products:sbc:edge-2l:troubleshooting:usb-burn-online to products:sbc:edge-2l:troubleshooting:usb-burn-online |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~tag> | ~~tag> | ||
| - | ====== Edge-2L | + | ====== Edge-2L |
| <WRAP info > | <WRAP info > | ||
| - | - Connect Edge-L2 to PC by USB cable | + | - Connect |
| - | - Activate USB Burn mode - by pressing | + | - Activate USB Burn mode by quickly |
| - | - Try the next commands from your PC | + | - Run the following |
| </ | </ | ||
| - | + | Copy and paste one of the command | |
| - | Just copy one command | + | |
| ===== Restore OOWOW firmware ===== | ===== Restore OOWOW firmware ===== | ||
| - | ```sh write latest | + | ```sh Write the latest |
| curl dl.khadas.com/ | curl dl.khadas.com/ | ||
| ``` | ``` | ||
| - | + | Or write the last cached | |
| - | or last cached image | + | |
| ```sh write latest cached oowow into spi flash | ```sh write latest cached oowow into spi flash | ||
| Line 51: | Line 48: | ||
| ``` | ``` | ||
| - | ===== Write Local images examples===== | + | ===== Write local images examples===== |
| ```sh write local image to emmc | ```sh write local image to emmc | ||
| Line 64: | Line 61: | ||
| ===== Limitations ===== | ===== Limitations ===== | ||
| - | * Linux systems only | + | * Linux host systems only. |
| - | * x86 arch only | + | * x86 architecture |
| - | * Tested on Ubuntu | + | * Tested on Ubuntu; should work on other Linux distributions. |
| - | * Ubuntu 22.04 - OKAY | + | * Confirmed working on Ubuntu 22.04. |
| ===== Sources ===== | ===== Sources ===== | ||