Op donderdag 26 juli 2018 17:14:38 CEST schreef Sten Bert:
> Thank you for the fast reply!
> Of course. - But that was the only path that was working rudimental and
> promised a similar way as on x86-PC.
> The section marked as(easiest)dind't work at all- rainbow screen!
> Maybe there's a hint missing about the preparation of the sd-card?

You may need to clear the highest blocks on the SD card.

I use in bash:

dev=sdX
ssize=$(/usr/sbin/blockdev --getss /dev/$dev)
[ $ssize -ne 512 ] && echo "Sector size not equal 512" && exit 1
size=$(/usr/sbin/blockdev --getsz /dev/$dev)
dd if=/dev/zero of=/dev/$dev obs=1 seek=$(($size - 2)) count=2

-- 
fr.gr.

member openSUSE
Freek de Kruijf



-- 
To unsubscribe, e-mail: opensuse-arm+unsubscr...@opensuse.org
To contact the owner, e-mail: opensuse-arm+ow...@opensuse.org

Reply via email to