You are not logged in.
Pages: 1
From parazyd's README. Thought it might be useful to have here:
1. Download the image you want:
; curl -O https://files.devuan.org/devuan_ascii/embedded/devuan_ascii_2.0.0_armhf_sunxi.img.xz
2. Download the shasums and the signature:
; curl -O https://files.devuan.org/devuan_ascii/embedded/SHA256SUMS
; curl -O https://files.devuan.org/devuan_ascii/embedded/SHA256SUMS.asc
3. Verify:
; gpg --verify SHA256SUMS.asc && sha256sum -c SHA256SUMS
4. dd the raw image to a medium of your choice (little less than 2GB):
; xzcat devuan_ascii_2.0.0_armhf_sunxi.img.xz | sudo dd of=/dev/mmcblk0 bs=2M
5. In case it's a sunxi image, grab your respective u-boot blob, and flash it:
; curl -O https://files.devuan.org/devuan_ascii/embedded/u-boot/Cubieboard2_defconfig.bin
; sudo dd if=Cubieboard2_defconfig.bin of=/dev/mmcblk0 bs=1024 seek=8 && sync
Other useful documentation can be found here:
- https://www.raspberrypi.org/documentati … ges/mac.md
- freenode irc #devuan-arm
Offline
Pages: 1