NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-evbarm/52478 (netbsd-7 evbarm port hangs on boot on Rasberry Pi Model B after pullups made on July 26)



The following reply was made to PR port-evbarm/52478; it has been noted by GNATS.

From: "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
To: jmcneill%invisible.ca@localhost, gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-evbarm/52478 (netbsd-7 evbarm port hangs on boot on
 Rasberry Pi Model B after pullups made on July 26)
Date: Thu, 10 Aug 2017 23:56:05 -0400

 On Thu, 2017-08-10 at 21:15 +0000, Jared McNeill wrote:
 > I just successfully booted the following image on a B+ V1.2: 
 > http://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-7/201708092130Z/evbarm
 > -earmv6hf/binary/gzimg/rpi.img.gz
 > 
 > When you updated your kernel, did you update the firmware as well?
 > 
 > If not, does your board work properly with the new firmware?
 > 
 > If it works with the new firmware, can you find out what version of 
 > firmware you were on before so I can try to fix it?
 
 Sorry, I neglected to mention I'm using a custom kernel, which seems to
 be the contributing factor. I've used the same config for years without
 issue; it predates the introduction of gpio devices, and so was missing
 those lines. Apparently after the last changes pulled up, gpio devices
 are now required for a complete boot. I added:
 
 bcmgpio0	at obio?	# pins  0 ... 31
 bcmgpio1	at obio?	# pins 32 ... 53
 
 gpio*		at gpiobus?
 
 It now boots properly. (The firmware wasn't an issue: I was able to
 boot a kernel built June 3rd with the firmware update from July 26th.)
 
 I should have mentioned the custom kernel aspect last night, I was a
 bit sleep deprived. (Apparently I also couldn't spell "Raspberry"
 properly...) Sorry to waste your time.
 
 Thanks,
 
 Dave
 




Home | Main Index | Thread Index | Old Index