Post
Topic
Board Mining (Altcoins)
Re: Antminer D3 Blissz firmware (18/11 update available!)
by
slv1221
on 18/11/2017, 20:49:39 UTC
initramfs.bin.SD is a binary compiled for arm arquitecture , u must get a x64/x86 version of the executable or run in an arm
Ho can I do? Please explain me.

#Cut the header, leave rest
dd if=initramfs.bin.SD of=initramfs.gz bs=1 skip=64

#Make a temp directory for rootfs
mkdir rootfs_unpacked
cd rootfs_unpacked

#Unpack initramfs to designated directory gzip then cpio
zcat ../initramfs.gz | cpio -i

Profit))