MistySOM / rzv2l

MH11-V2L-1
MIT License
0 stars 0 forks source link

Add wic.bz2 image output #30

Closed matinlotfali closed 1 year ago

matinlotfali commented 1 year ago

In this pull request, I am changing the image deploy output to wic.bz2

The reason behind the bz2 additional extension is that the file sizes go beyond 900 MB which is not suitable for download and upload.

The wic.bz2 file can be written into an SD card with the command below which creates two partitions for boot and root:

pv mistysom-image-smarc-rzv2l.wic.bz2 | bzcat | sudo dd bs=4M of=/dev/sdX