sd2?# dd if=u-boot.bin.sd.bin of=/dev/rsd2c bs=512 skip=1 seek=1
# dd if=u-boot.bin.sd.bin of=/dev/rsd2c bs=1 count=444
@hi short answer is "because Mark Kettenis told me to" :)
From what I understood, it grab two parts from the u-boot image, the boot-loader and the firmware. I'd rather have grabed file and do regular copy/paste on a filesystem but that doesn't seem to work this way.
@alderwick yeah, I once learned the consequences the hard way π€£
I guessed as you say, it just overwrites the necessary bits. Thatβs why this part is only done for installation. And then a full dd is done when the sdcard just needs the u-boot stuff.