Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Feb 2016 14:33:35 +0000
From:      sig6247 <sig6247@openmailbox.org>
To:        freebsd-arm@freebsd.org
Subject:   BananaPi hangs with ARM_INTRNG
Message-ID:  <20160207143346.172DF7CBD04@mail2.openmailbox.org>

next in thread | raw e-mail | index | archive | help

Hi,

I'm running 11.0-CURRENT r295349 on a BananaPi M1 with the kernel
config file A20. It just hangs on boot:

crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
random: harvesting attach, 8 bytes (4 bits) from cryptosoft0
procfs registered
Timecounters tick every 10.000 msec
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 8192
IPsec: Initialized Security Association Processing.
lo0: bpf attached
mmc0: Probing bus
usbus0: 480Mbps High Speed USB v2.0
usbus1: 480Mbps High Speed USB v2.0
ahcich0: AHCI reset...
ahcich0: SATA connect time=100us status=00000123
ahcich0: AHCI reset: device found
ahcich0: AHCI reset: device ready after 0ms

After commenting out "options ARM_INTRNG", everything works again.

crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
random: harvesting attach, 8 bytes (4 bits) from cryptosoft0
procfs registered
Timecounters tick every 10.000 msec
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 8192
usbus0: 480Mbps High Speed USB v2.0p
IPsec: Initialized Security Association Processing.
lo0: bpf attached
mmc0: Probing bus
usbus1: 480Mbps High Speed USB v2.0
ahcich0: AHCI reset...
ahcich0: SATA connect time=100us status=00000123
ahcich0: AHCI reset: device found
ugen1.1: <Allwinner> at usbus1
uhub0: <Allwinner EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
ugen0.1: <Allwinner> at usbus0
uhub1: <Allwinner EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
ahcich0: AHCI reset: device ready after 0ms
mmc0: SD 2.0 interface conditions: OK
mmc0: SD probe: OK (OCR: 0x40ff8000)
mmc0: Current OCR: 0x00ff8000
...

Thanks,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160207143346.172DF7CBD04>