Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


software:oowow:how-to:oowow-create-sd-dump-partition

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:oowow:how-to:oowow-create-sd-dump-partition [2022/10/21 03:55]
hyphop
software:oowow:how-to:oowow-create-sd-dump-partition [2023/08/26 23:11] (current)
hyphop [OOWOW create dump partition]
Line 1: Line 1:
-====== OOWOW create sd dump partition ======+~~tag>OOWOW dump howto~~
  
-``` +====== OOWOW create dump partition ======
-gzip -dc BOARD-oowow-latest-sd.img.gz > /dev/sdX+
  
 +After writing oowow image to SD/USB disk, for example by next command ''gzip -dc BOARD-oowow-latest-sd.img.gz > /dev/sdX'', the disk will have only 1st partition. After 1st bootup from this disk, 2nd partition will be created automatically by oowow. But in some cases if we need created it before 1st usage, we can [[#create-2nd-dumps-partition-manually]]
 +
 +===== Create 2nd dumps partition manually =====
 +
 +For some cases we need create 2nd partition before start oowow, for example automation restore images etc ...
 +
 +```sh create-2nd-part-example.sh
 # copy original parts # copy original parts
 sdfisk --dump /dev/sdX | tee /tmp/oowow.parts  sdfisk --dump /dev/sdX | tee /tmp/oowow.parts 
Line 11: Line 17:
  
 # format 2s part as exfat  # format 2s part as exfat 
-mkfs.exfat -n dump /dev/sdX2+mkfs.exfat -n dumps /dev/sdX2
  
 ``` ```
Last modified: 2022/10/21 03:55 by hyphop