This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:oowow:how-to:oowow-create-sd-dump-partition [2022/10/21 04:11] 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: | ||
- | ====== | + | ~~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 '' | ||
+ | |||
+ | ===== 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 / | sdfisk --dump /dev/sdX | tee / |