Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge-2l:troubleshooting:usb-burn-online

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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/06/15 04:29] (current)
hyphop
Line 1: Line 1:
-~~tag>Edge-2L online burn linux ~~+~~tag>edge-2l online burn rockchip-burn linux images~~
  
-====== Edge-2L Online burn ======+====== Edge-2L online burn ======
  
-<WRAP info > +''rockchip-burn''
-  Connect Edge-L2 to PC by USB cable   +
-  - Activate USB Burn mode - by pressing quickly  KEY_FUN x 3 times +
-  - Try the next commands from your PC +
-</WRAP>+
  
- +  * [[/software/tools/rockchip-burn#edge-2l-online-burn]] 
-Just copy one command line to Linux terminal... (copy-paste mode) +  * [[/software/tools/rockchip-burn#edge-2l-restore-oowow-firmware]] 
- +  * [[software/tools/rockchip-burn]]
- +
-===== Restore OOWOW firmware ===== +
- +
-```sh write latest oowow into spi flash +
-curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --refresh --write --spi +
-``` +
- +
-or last cached image +
- +
-```sh write latest cached oowow into spi flash +
-curl dl.khadas.com/online/rockchip-burn | sh -oowow --write --spi +
-``` +
-===== Write Android to emmc ===== +
- +
-```sh write android to emmc +
-curl dl.khadas.com/online/rockchip-burn | sh -s - android --write +
-``` +
- +
-===== 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/online/rockchip-burn | sh -s - ubuntu --write +
-``` +
- +
-===== Write custom remote images examples ===== +
- +
-```sh write remote image from link  +
-rockchip-burn http://dl.khadas.com/products/oowow/system/versions/edge-2l/edge-2l-oowow-230308.000-sd.img.gz +
-``` +
- +
-```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 ./edge-2l-oowow-230308.000-sd.img.gz +
-``` +
- +
-```sh write local image to spi +
-rockchip-burn ./edge-2l-oowow-230308.000-spi.img.gz --spi +
-``` +
- +
- +
-===== Limitations ===== +
- +
-  * Linux systems only +
-  * x86 arch only +
-  * Tested on Ubuntu but must works for any other linux system +
-  * Ubuntu 22.04 - OKAY +
- +
- +
-===== Sources ===== +
- +
-   * https://github.com/hyphop/rockchip-burn +
-   * https://github.com/hyphop/rockchip-burn/blob/main/rockchip-burn#L11 +
-   * http://dl.khadas.com/online/rockchip-burn +
-   * http://dl.khadas.com/online/rockchip-burn.readme.md+
Last modified: 2025/11/26 03:44 by gray