boot.ini file for Odroid-C1 on FreeBSD wiki page

Boris Samorodov bsam at passap.ru
Sun Aug 6 21:19:17 UTC 2017


04.08.2017 09:15, Yoshiro MIHIRA пишет:

> I will add boot.ini information to FreeBSD wiki page(1), if no one reply my
> email until  10/Aug.

That will be great.

I have some more questions/fixes to "Steps to prepare SD card".

1. There are two commands:
---
gpart add -t fat16 -b 1134 -s 64M mmcsd0
gpart add -t freebsd -b 132174 mmcsd0
---

I doubt the second command is precise. 64M is 131072 blocks,
131072 + 1134 = 132206.

If I use those commands I get the error after the second one:
---
gpart: autofill: No space left on device
---

The value 132206 has a success. So the second command should be:
---
gpart add -t freebsd -b 132206 mmcsd0
---

2. Since we prepare the final disk, I'd add a growfs command at the
end of those steps:
---
growfs /dev/mmcsd0
---

HTH & WBR
-- 
bsam


More information about the freebsd-arm mailing list