This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge-2l:troubleshooting:usb-burn-online [2026/05/11 02:06] nick ↷ Page moved from local:users:gray:products:sbc:edge-2l:troubleshooting:usb-burn-online to products:sbc:edge-2l:troubleshooting:usb-burn-online |
products:sbc:edge-2l:troubleshooting:usb-burn-online [2026/06/15 04:29] (current) hyphop |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~tag>Edge-2L online burn linux ~~ | + | ~~tag>edge-2l online |
| ====== Edge-2L online burn ====== | ====== Edge-2L online burn ====== | ||
| - | <WRAP info > | + | '' |
| - | | + | |
| - | - Activate USB Burn mode by quickly pressing the **KEY_FUN** button three times. | + | |
| - | - Run the following commands from your PC's Linux terminal. | + | |
| - | </ | + | |
| - | Copy and paste one of the command lines below into your Linux terminal. | + | * [[/software/tools/ |
| - | + | * [[/software/tools/ | |
| - | ===== Restore OOWOW firmware ===== | + | * [[software/tools/ |
| - | + | ||
| - | ```sh Write the latest OOWOW image to SPI flash | + | |
| - | curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --refresh --write --spi | + | |
| - | ``` | + | |
| - | Or write the last cached OOWOW image to SPI flash | + | |
| - | + | ||
| - | ```sh write latest cached oowow into spi flash | + | |
| - | curl dl.khadas.com/ | + | |
| - | ``` | + | |
| - | ===== Write Android to emmc ===== | + | |
| - | + | ||
| - | ```sh write android to emmc | + | |
| - | curl dl.khadas.com/ | + | |
| - | ``` | + | |
| - | + | ||
| - | ===== Fast OOWOW from emmc ===== | + | |
| - | + | ||
| - | ```sh write latest oowow to emmc | + | |
| - | curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write | + | |
| - | ``` | + | |
| - | ===== Write Ubuntu to emmc ===== | + | |
| - | + | ||
| - | ```sh write ubuntu to emmc | + | |
| - | curl dl.khadas.com/ | + | |
| - | ``` | + | |
| - | + | ||
| - | ===== Write custom remote images examples ===== | + | |
| - | + | ||
| - | ```sh write remote image from link | + | |
| - | rockchip-burn http:// | + | |
| - | ``` | + | |
| - | + | ||
| - | ```sh write remote image from by short name to spi flash | + | |
| - | rockchip-burn edge-2l-oowow-230308.000-spi.img.gz --spi | + | |
| - | ``` | + | |
| - | + | ||
| - | ===== Write local images examples===== | + | |
| - | + | ||
| - | ```sh write local image to emmc | + | |
| - | rockchip-burn ./ | + | |
| - | ``` | + | |
| - | + | ||
| - | ```sh write local image to spi | + | |
| - | rockchip-burn ./ | + | |
| - | ``` | + | |
| - | + | ||
| - | + | ||
| - | ===== Limitations ===== | + | |
| - | + | ||
| - | * Linux host systems only. | + | |
| - | * x86 architecture only (amd64). | + | |
| - | * Tested on Ubuntu; should work on other Linux distributions. | + | |
| - | * Confirmed working on Ubuntu 22.04. | + | |
| - | + | ||
| - | ===== Sources ===== | + | |
| - | + | ||
| - | * https:// | + | |
| - | * https:// | + | |
| - | * http:// | + | |
| - | * http:// | + | |