Re: Which FreeBSD image file should be used in conjunction with idbloader.img and u-boot.itb ?
風來散人 <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm,gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <CAJzLSnz7aU=YKfuVGyGOvLOLjb7U+VdJW86Wz425hgk+tat8aQ@mail.gmail.com> |
Hello Mario. # dd if=idbloader.img of=FreeBSD-14.2-RELEASE-arm64-aarch64-ROCKPRO64.img > seek=64 bs=512 conv=sync,notrunc # dd if=u-boot.itb > of=FreeBSD-14.2-RELEASE-arm64-aarch64-ROCKPRO64.img seek=16384 bs=512 > conv=sync,notrunc # dd if=FreeBSD-14.2-RELEASE-arm64-aarch64-ROCKPRO64.img > | pv | dd of=/dev/sdh If you do dd in this order, I think you overwrite u-boot by FreeBSD-14.2-RELEASE-arm64-aarch64-ROCKPRO64.img. Best regards, furaisanjin