Page 1 of 1
Warning don't use dd
Posted: Tue Jan 19, 2016 6:17 pm
by davef
Warning: you cannot update this MicroSD card by commanding "dd". This command which will cause trouble when booting the NanoPi2.
Could you explain why this warning applies to the NanoPi2?
Thanks.
Re: Warning don't use dd
Posted: Thu Jan 21, 2016 1:46 am
by FATechsupport
When 2nd boot loads uboot it will read a 512byte-header which contains necessary boot information such as the uboot's size. This 512byte header is very important for correct booting.
When users do it via fastboot fastboot will create this header automatically with correct information.
If users want to use DD to do it they need to create this header by themselves which easily introduces unexpected mistakes and issues. Therefore we strongly suggest users do it via fastboot instead of DD
Re: Warning don't use dd
Posted: Thu Jan 21, 2016 2:09 am
by davef
So, fastboot for the 512 byte header file than just use other file copy methods for the kernel and rootfs.
Correct?
Thank you.