Closed ghost closed 4 years ago
Hi Everyone I have a Problem with the rootfs.tar.xz file I tried to extract it in my SD Card in Windows I used 7zip Winrar and other Programms and they all give me Errors How do I Do this???
Try flashing the .img file instead
You can use dd for flash the SD sudo umount /dev/mmcblk0pX sudo dd if=/path/to/rootfs.tar.xz of=/dev/mmcblk0pX bs=4M && sync
Or try balenaEtcher for a GUI solution
Hi Everyone I have a Problem with the rootfs.tar.xz file I tried to extract it in my SD Card in Windows I used 7zip Winrar and other Programms and they all give me Errors How do I Do this???