Skip to content

Instantly share code, notes, and snippets.

@scottellis
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottellis/7cae83fe9584cd5f157a to your computer and use it in GitHub Desktop.
Save scottellis/7cae83fe9584cd5f157a to your computer and use it in GitHub Desktop.
Duovero crochet build output
root@fbsd:/usr/home/scott/dev/crochet-freebsd # ./crochet.sh -c config-duovero.sh
Starting at Tue Jan 13 03:50:21 EST 2015
Loading configuration from config-duovero.sh
Board: Duovero
Option: AutoSize
Source version is: r277121
Building FreeBSD version: 11.0
Image name is:
/work/FreeBSD-armv6-11.0-DUOVERO-r277121.img
Building FreeBSD version: 11.0
Object files are at: /work/obj/arm.armv6/usr/home/scott/src-current
Found suitable FreeBSD source tree in:
/usr/home/scott/src-current
Found sysutils/u-boot-duovero binaries
Building FreeBSD armv6 world at Tue Jan 13 03:50:22 EST 2015
(Logging to /work/_.buildworld.armv6.log)
Building FreeBSD armv6-DUOVERO kernel at Tue Jan 13 04:21:24 EST 2015
(Logging to /work/_.buildkernel.armv6-DUOVERO.log)
Building FreeBSD armv6-DUOVERO ubldr at Tue Jan 13 04:22:28 EST 2015
(Logging to /work/ubldr-armv6-DUOVERO/_.ubldr.armv6-DUOVERO.build.log)
Creating a 1024MB raw disk image in:
/work/FreeBSD-armv6-11.0-DUOVERO-r277121.img
Partitioning the raw disk image with MBR at Tue Jan 13 04:22:34 EST 2015
gpart create -s MBR md0
md0 created
Creating a 64m FAT partition at Tue Jan 13 04:22:34 EST 2015 with start block 63 and label BOOT
active set on md0s1
Default to FAT16 for partition size 64m
Creating an auto-sized UFS partition at Tue Jan 13 04:22:34 EST 2015
md0s2 created
/dev/md0s2a: 912.4MB (1868672 sectors) block size 32768, fragment size 4096
using 4 cylinder groups of 228.12MB, 7300 blks, 29312 inodes.
super-block backups (for fsck_ffs -b #) at:
192, 467392, 934592, 1401792
tunefs: soft updates set
Using inode 4 in cg 0 for 4194304 byte journal
tunefs: soft updates journaling set
tunefs: NFSv4 ACLs set
Mounting all file systems:
Mounting FAT partition 1 at /work/_.mount.boot
Mounting UFS partition 1 at /work/_.mount.freebsd
Installing U-Boot onto the boot partition
Installing ubldr in ubldr
Installing FreeBSD world at Tue Jan 13 04:22:34 EST 2015
Destination: /work/_.mount.freebsd
Overlaying board-specific files from /usr/home/scott/dev/crochet-freebsd/board/Duovero/overlay
2 blocks
Installing FreeBSD kernel at Tue Jan 13 04:23:48 EST 2015
Destination: /work/_.mount.freebsd
Installing ubldr help file in boot
Unmounting /work/_.mount.boot
Unmounting /work/_.mount.freebsd
Releasing md0
DONE.
Completed disk image is in: /work/FreeBSD-armv6-11.0-DUOVERO-r277121.img
Copy to a suitable memory card using a command such as:
dd if=/work/FreeBSD-armv6-11.0-DUOVERO-r277121.img of=/dev/da0 bs=1m
(Replace /dev/da0 with the appropriate path for your card reader.)
Finished at Tue Jan 13 04:23:49 EST 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment