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
The FDT is the “Flattened Device Tree”, a simple device tree used in embedded FreeBSD, for example on a Pi. Every architecture has a DTS file, which contains a human-readable list of hardware for that architecture. For example, the Pi FTD is here. You should notice that there are declarations for: cpu axi (the…
It’s been a goal of mine for a while to understand how FreeBSD device drivers work. So, firstly I wrote a simple module; it’s here. The next step is to write the skeleton of a device driver. That is, a device driver that does nothing. The resulting source code is here. The Makefile is very…
Some printers, like the one I have (HP 8600 Pro), have “Print-to-Folder” capability. Unfortunately, I have no Windows server, only a FreeBSD box to print to. I can mount folders from the FreeBSD box on my MacBook.. if I can get files to scan there. So, to do that, I need a Samba…
Image file here.
I’ve been making FreeBSD-Current builds for my Raspberry Pi. Naturally I wanted to try out the GPIO support to find out just how simple it is to use. Here’s an example, and the full code is here. int main (int argc, char *argv[]) { char *device = “/dev/gpioc0”; int gpiofd = open(device, O_RDWR); if…
I usually work on a Macbook, and I use keyless ssh with a cron job to do nightly backups. It works very well. However, I decided to try backups with Time Machine, using my FreeBSD-10 server as the host. The first step is to install netatalk3, and nss_mdns pkg install netatalk3 pkg install nss_mdns avahi…
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.