Re: Which FreeBSD image file should be used in conjunction with idbloader.img and u-boot.itb ?
Mario Marietto <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <CA+1FSijVBk5b1y=ep5pG-FJznxEm6vz_ktp7_zkr4+1KP06gzQ__8236.95428423292$1747350201$gmane$org@mail.gmail.com> |
Hello. Is this order the correct one ? # dd if=FreeBSD-14.2-RELEASE-arm64-aarch64-ROCKPRO64.img | pv | dd of=/dev/sdh # dd if=idbloader.img of=/dev/sdh seek=64 bs=512 conv=sync # dd if=u-boot.itb of=/dev/sdh seek=16384 bs=512 conv=sync Not sure if it will work,because today I tried like this and it didn't work : # dd if=FreeBSD-14.2-RELEASE-arm64-aarch64-mini-memstick.img | pv | dd of=/dev/sdh # dd if=idbloader.img of=/dev/sdh seek=64 bs=512 conv=sync # dd if=u-boot.itb of=/dev/sdh seek=16384 bs=512 conv=sync Do you say that FreeBSD-14.2-RELEASE-arm64-aarch64-ROCKPRO64.img is the correct image to use and FreeBSD-14.2-RELEASE-arm64-aarch64-mini-memstick.img is not ? On Thu, May 15, 2025 at 11:52 PM 風來散人 <[email protected]> wrote: > 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 > > -- Mario.