Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2017 00:19:04 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        freebsd-arm@freebsd.org
Subject:   Re: boot.ini file for Odroid-C1 on FreeBSD wiki page
Message-ID:  <26c67e40-8b90-57f1-de32-e60d1cffe1b9@passap.ru>
In-Reply-To: <CALwmBx0zjVpUNK3oYjkzEVxxLkz3FqTOprS4quXvTv-Eu7fBVg@mail.gmail.com>
References:  <CALwmBx0zjVpUNK3oYjkzEVxxLkz3FqTOprS4quXvTv-Eu7fBVg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26c67e40-8b90-57f1-de32-e60d1cffe1b9>