beaglebone

Tim Kientzle tim at kientzle.com
Mon Apr 23 01:37:26 UTC 2012


On Apr 17, 2012, at 7:25 AM, Damjan Marion wrote:
> 
> I put together guide how to build bootable SD card with FreeBSD on beaglebone.
> 
> http://people.freebsd.org/~dmarion/beaglebone/creating_bootable_sd_card/
> 
> It is still work in progress, so ethernet driver is not complete and USB support is missing.

I assembled a shell script to automate building a FreeBSD disk image
for BeagleBone:

https://github.com/kientzle/freebsd-beaglebone

It should make it very easy for people to build working images.
You should be able to get started by just:
  * Cloning the project above onto a recent FreeBSD-CURRENT desktop.
  * sudo /bin/sh beaglebsd.sh

The script will prompt you for everything it needs, including
downloading the necessary source code.

Tim



More information about the freebsd-arm mailing list