Has anyone had issues loading FreeBSD Release 11 on the RasPi Original? It's sitting at Spurious device. It did recognize the keyboard but input does nothing. I can see the activity lights blinking.
Thanks!
Thanks!
The card in there is under a year old. Didn't think about that. I can try a different jacket for the microSD...Have you tried a different SD card? The old Pi can be a bit finicky when it comes to SD cards.
Has anyone had issues loading FreeBSD Release 11 on the RasPi Original? It's sitting at Spurious device. It did recognize the keyboard but input does nothing. I can see the activity lights blinking.
Yes. It is a microSD inside a SD card jacket.Hello andrewm659,
I have FreeBSD 11 running on Raspi 2 Model B. If I remember correct I had to use two SDCards (micro in this case). I am not sure what exactly the reason was, why the first one had some issues (maybe the speed, the card itself, the image I put on it - I refetched once - I guess, you have checked the checksum of the image file). Do you use a micro SDCard in adapter or a regular sized one?
So, I would suggest to give it another try with another card.
Photor
If you can see the activity light blinking then perhaps it is the HDMI monitor it doesn't like.
Have you tried the console?
gpioctl
so I believe that infrastructure grabs them at some point in the boot sequence for userland usage.last pid: 717; load averages: 0.04, 0.17, 0.11 up 0+00:05:15 14:01:36
16 processes: 1 running, 15 sleeping
CPU 0: 0.0% user, 0.0% nice, 0.9% system, 0.7% interrupt, 98.4% idle
CPU 1: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle
CPU 2: 0.0% user, 0.0% nice, 0.2% system, 0.0% interrupt, 99.8% idle
CPU 3: 0.0% user, 0.0% nice, 0.9% system, 0.0% interrupt, 99.1% idle
Mem: 12M Active, 9804K Inact, 27M Wired, 4169K Buf, 866M Free
Swap:
PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND
717 root 1 20 0 7584K 2880K CPU1 1 0:00 0.14% top
710 root 1 20 0 14928K 6400K select 0 0:00 0.03% sshd
613 root 1 20 0 6100K 1772K select 0 0:00 0.01% powerd
713 root 1 20 0 7092K 3156K pause 1 0:00 0.00% csh
456 root 1 20 0 6136K 2100K select 2 0:00 0.00% syslogd
317 root 1 52 0 6248K 2076K select 3 0:00 0.00% dhclient
648 root 1 20 0 6200K 2108K nanslp 0 0:00 0.00% cron
696 root 1 52 0 6120K 1816K ttyin 2 0:00 0.00% getty
699 root 1 52 0 6120K 1816K ttyin 1 0:00 0.00% getty
698 root 1 52 0 6120K 1816K ttyin 0 0:00 0.00% getty
697 root 1 52 0 6120K 1816K ttyin 1 0:00 0.00% getty
695 root 1 52 0 6120K 1816K ttyin 2 0:00 0.00% getty
644 root 1 20 0 11684K 5876K select 2 0:00 0.00% sshd
383 root 1 20 0 7320K 3780K select 0 0:00 0.00% devd
365 _dhcp 1 20 0 6248K 2180K select 1 0:00 0.00% dhclient
370 root 1 41 0 6272K 1900K select 1 0:00 0.00% moused
cd /crochet
./crochet.sh -b RaspberryPi2
cd /crochet/work
dd if=FreeBSD-armv6-11.0-RPI2-305354_308093M.img of=/dev/da0 bs=10240 conv=sync
arm_freq=800
Make sure the file /firstboot exists. This is the "trigger" for those scripts to run. You can add it again, I've done this a few times, just to get the firstboot_* scripts to run again.There does seem to be a problem with growfs not executing on first boot.
growfs_enable="YES"
like release versions do. force_turbo
and you can put it in your config.txt. So all speed adjustments are easily set without compiling. Looks like 900mhz is stock speed. 1ghz is overclocked.