Date: Tue, 6 Oct 2015 18:43:32 +0200 From: Bernd Walter <ticso@cicely7.cicely.de> To: freebsd-arm@freebsd.org Cc: Bernd Walter <ticso@cicely7.cicely.de> Subject: Anything know about wandboard deadlocks? Message-ID: <20151006164332.GA89482@cicely7.cicely.de>
next in thread | raw e-mail | index | archive | help
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@02184200 { status = "okay"; }; usb@02184400 { status = "disabled"; }; usb@02184600 { status = "disabled"; }; - usdhc@02190000 { status = "okay"; }; - usdhc@02194000 { status = "disabled"; }; - usdhc@02198000 { status = "okay"; }; + usdhc@02190000 { status = "okay"; }; // SD1 - external SD + usdhc@02194000 { status = "disabled"; }; // SD2 - WIFI + usdhc@02198000 { status = "okay"; }; // SD3 - internal SD usdhc@0219c000 { status = "disabled"; }; }; }; -- B.Walter <bernd@bwct.de> http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151006164332.GA89482>