New FreeBSD-10 pre-release builds
These are untested builds of FreeBSD-10, created with Crochet
These are untested builds of FreeBSD-10, created with Crochet
Building a FreeBSD kernel for Beaglebone is not terribly difficult. Firstly, you need the FreeBSD-Current sources: svn co http://svn0.us-east.freebsd.org/base/head /src/FreeBSD/ Next, build the cross-development tools for FreeBSD: cd /src/FreeBSD/head make XDEV=arm XDEV_ARCH=armv6 xdev Then get Crochet-FreeBSD. This is by far the easiest way to build a FreeBSD kernel for Beaglebone git clone git://github.com/kientzle/crochet-freebsd.git Once you…
I’ve been using FreeBSD jails for a while, and was looking for a simple way to create jail filesystems. After some reading, I came up with this simple script which creates full FreeBSD filesystems. The filesystem can then be used via jail.conf. #!/bin/bash JAILNAME=$1 echo “kjail “$1 JAIL_HOME=/tank/kjail/ FTP=http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.1-RELEASE/ # # get packages # if…
I’ve updated the u-boot bootloader for Crochet-FreeBSD Wandboard to 2014-10, from 2014-07. The updated image is here, and the boot log is here.
I was curious to see how difficult it would be to compile NetBSD on FreeBSD 10. Once you have the source, there is a build.sh script which is very helpful. The build is as simple as: ./build.sh -m i386 tools ./build.sh -m i386 kernel=GENERIC release In my case I have both clang and gcc installed. I…
This build fixes the recent console speed bug, and include super-pages, a new feature recently added to the ARM kernel. The image file is here, and the boot log is here.
The FDT file for Raspberry Pi, declares UART. I’ve had quite a bit of trouble understanding how declaring a uart in the FDT results in /dev/tty0 and /dev/cuau0 appearing in /dev/ Here are the relevant lines from the FDT: uart0: uart0 { compatible = “broadcom,bcm2835-uart”, “broadcom,bcm2708-uart”, “arm,pl011”, “arm,primecell”; reg = <0x201000 0x1000>; interrupts = <65>;…
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Hi!
I DL:ed the RPI FreeBSD 10 from the files section and “dd” it to my sd-card. I see all pre boot stuff, but the freebsd kernel won’t load. Any ideas?
Regards Jonas
Got a boot log?
No, it doesn’t come to that. It stops right after checking for kernel and when it enters kernel arg…nothing happens. The normal FreeBSD boot doesn’t appear. I think it’s right after the bootloader or what it’s called. I don’t have FreeBSD to mount the sd-card on at home. I’ll check the sd-card and for some logs at work under this week. There’s no errors or messages that the boot is problematic.
Could you get a screen shot?
no, but i took some bad, bad pix of my tv-screen 🙂
http://sv.tinypic.com/r/14mxiiv/8
http://sv.tinypic.com/r/2lwnivt/8
Sorry about that 🙁
ok, I don’t actually know if the video output is fully supported. I’ve never tried it. Have you tried using a serial console?
No, i do not have tested a serial console. I’ll bring aone from work and test later. You mean a usb-serial console-cable? I no that the earlier images that you provided (10-alpha/beta) work on this screen/video through HDMI.
No, I mean a USB-RS232 serial cable.
Yes, we mean the same type of cable. The one i got, doesn’t work with my macbook. I’ll get a windows-machine and test again.