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

Yoshiro MIHIRA sanpei.ml at gmail.com
Fri Aug 4 06:16:04 UTC 2017


Hi all.

Currently I setuped DROID-C1 with FreeBSD-12-current with below steps
https://wiki.freebsd.org/FreeBSD/arm/Odroid-C1 <-- (1)

But I got below message in boot sequence, u-boot could not find boot.ini.
I think there is no step to create boot.ini in FreeBSD wiki page(1).
I need to put boot.ini on MS-DOS partition.

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

MMC read: dev # 0, block # 33984, count 12288 ... 12288 blocks read: OK
There is no valid bmp file at the given address
============================================================
Vendor: Man 744a60 Snr 4116ca3f Rev: 2.0 Prod: USDU1
Type: Removable Hard Disk
Capacity: 15343.0 MB = 14.9 GB (31422464 x 512)
------------------------------------------------------------
Partition     Start Sector     Num Sectors     Type
    1                 1134          131040       6
    2               132174        31290273      a5
============================================================
Net:   Meson_Ethernet
init suspend firmware done. (ret:0)
Hit Enter key to stop autoboot -- :  0
exit abortboot: 0
reading boot.ini

** Unable to read "boot.ini" from mmc 0:1 **
Loading file "/boot/boot.ini" from mmc device 0:1 xxa1
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - mmc 0:1 **
Loading file "/boot/boot.ini" from mmc device 0:2 xxa2
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - mmc 0:2 **
Failed to load boot.init, maybe empty file?
MMC read: dev # 0, block # 1216, count 16384 ... 16384 blocks read: OK
MMC read: dev # 0, block # 1088, count 128 ... 128 blocks read: OK
Wrong Image Format for bootm command


my boot.ini.
ODROIDC-UBOOT-CONFIG

setenv bootcmd "fatload mmc 0 0x100000 kernel.bin; go 0x100000"
run bootcmd
----

Thanks

Yosihro MIHIRA
Tokyo, Japan


More information about the freebsd-arm mailing list