Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:edge2:troubleshooting:usb-burn-online

This is an old revision of the document!


Edge2 Online burn

Just copy one command line to linux terminal… ( copy paste mode )
Advanced info about usb-burn

WIP: after some testing and improves will be moved to public area

Restore OOWOW firmware

write latest oowow into spi flash
curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write --spi

Write Android to emmc

write android to emmc
curl dl.khadas.com/online/rockchip-burn | sh -s - android --write

Fast OOWOW from emmc

write latest oowow to emmc
curl dl.khadas.com/online/rockchip-burn | sh -s - oowow --write

Write Ubuntu to emmc

write ubuntu to emmc
curl dl.khadas.com/online/rockchip-burn | sh -s - ubuntu --write

Limitations

  • Linux systems only
  • x86 arch only
  • Tested on Ubuntu but must works for any other linux system
Last modified: 2023/03/10 02:04 by hyphop