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 [2023/09/25 07:32] hyphop [Edge2 Online burn] |
products:sbc:edge2:troubleshooting:usb-burn-online [2026/06/15 04:28] (current) hyphop |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~tag> | + | ~~tag> |
| - | ====== Edge2 Online | + | ====== Edge2 online |
| - | <WRAP info > | + | '' |
| - | - Connect Edge2 to PC by USB cable | + | |
| - | - Activate USB Burn mode - by pressing quickly | + | |
| - | - try the next commands on your PC | + | |
| - | </ | + | |
| - | + | * [[/software/tools/ | |
| - | Just copy one command line to Linux terminal... (copy-paste mode ) \\ | + | * [[/software/tools/ |
| - | Advanced info about [[local: | + | * [[software/tools/ |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ===== Restore OOWOW firmware ===== | + | |
| - | + | ||
| - | ```sh write latest oowow into spi flash | + | |
| - | curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write --spi | + | |
| - | ``` | + | |
| - | + | ||
| - | ===== 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/ | + | |
| - | ``` | + | |
| - | ===== Write Ubuntu to emmc ===== | + | |
| - | + | ||
| - | ```sh write ubuntu to emmc | + | |
| - | curl dl.khadas.com/online/rockchip-burn | sh -s - ubuntu --write | + | |
| - | ``` | + | |
| - | + | ||
| - | ===== 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 edge2-oowow-230308.000-spi.img.gz --spi | + | |
| - | ``` | + | |
| - | + | ||
| - | ===== Write Local images examples===== | + | |
| - | + | ||
| - | ```sh write local image to emmc | + | |
| - | rockchip-burn ./edge2-oowow-230308.000-sd.img.gz | + | |
| - | ``` | + | |
| - | + | ||
| - | ```sh write local image to spi | + | |
| - | rockchip-burn ./ | + | |
| - | ``` | + | |
| - | + | ||
| - | + | ||
| - | ===== Limitations ===== | + | |
| - | + | ||
| - | * Linux systems only | + | |
| - | * x86 arch only | + | |
| - | * Tested on Ubuntu but must works for any other linux system | + | |
| - | * Ubuntu 22.04 - OKAY | + | |
| - | + | ||
| - | + | ||
| - | ===== Sources ===== | + | |
| - | + | ||
| - | * https:// | + | |
| - | * https:// | + | |
| - | * http:// | + | |
| - | * http:// | + | |