Anything know about wandboard deadlocks?

Bernd Walter ticso at cicely7.cicely.de
Tue Oct 6 16:44:02 UTC 2015


I've recently build a few images via crochet:
-rw-r--r--  1 root  wheel  949999616 Sep 23 16:56 FreeBSD-armv6-11.0-BEAGLEBONE-288122M.img
-rw-r--r--  1 root  wheel  949999616 Sep 23 16:56 FreeBSD-armv6-11.0-CUBIEBOARD2-288122M.img
-rw-r--r--  1 root  wheel  949999616 Sep 23 16:56 FreeBSD-armv6-11.0-IMX6-288122M.img
-rw-r--r--  1 root  wheel  949999616 Sep 23 16:56 FreeBSD-armv6-11.0-RPI-B-288122M.img
-rw-r--r--  1 root  wheel  949999616 Sep 23 16:56 FreeBSD-armv6-11.0-RPI2-288122M.img
-rw-r--r--  1 root  wheel  949999616 Sep 23 16:57 FreeBSD-armv6-11.0-ZEDBOARD-288122M.img

So far I've tested the beaglebone image without any obvious problems,
even compiled tons of ports with it.
The RPI-B doesn't boot on neither B nor B+, but I didn't check the
console output yet, since it is not my primary interest right now.
The wandboard image boots fine, but after a few minutes without any
special load it locks up solid, even on console.
I have the suspicion that it is network related, but can't tell for
sure.
I did test with 6 different wandboards, all quad ones.

My sourcecode modifications are just comments:
[53]cicely1# svn diff
Index: sys/boot/fdt/dts/arm/wandboard-quad.dts
===================================================================
--- sys/boot/fdt/dts/arm/wandboard-quad.dts     (revision 288122)
+++ sys/boot/fdt/dts/arm/wandboard-quad.dts     (working copy)
@@ -69,9 +69,9 @@
                        usb at 02184200            { status = "okay"; };
                        usb at 02184400            { status = "disabled"; };
                        usb at 02184600            { status = "disabled"; };
-                       usdhc at 02190000          { status = "okay"; };
-                       usdhc at 02194000          { status = "disabled"; };
-                       usdhc at 02198000          { status = "okay"; };
+                       usdhc at 02190000          { status = "okay"; };           // SD1 - external SD
+                       usdhc at 02194000          { status = "disabled"; };       // SD2 - WIFI
+                       usdhc at 02198000          { status = "okay"; };           // SD3 - internal SD
                        usdhc at 0219c000          { status = "disabled"; };
                };
        };

-- 
B.Walter <bernd at bwct.de> http://www.bwct.de
Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.


More information about the freebsd-arm mailing list