Re: raspberry pi zero W serial port overlay fun

2022-08-10 Thread sc dying
On Wed, Jul 20, 2022 at 2:14 PM Patrick Welche wrote: > > [I posted this to port-arm around 4th July, but hasn't made it. Reposting > here in case useful...] > > > tl;dr On a raspberry pi zero W, updating the firmware allows the disable-bt > overlay to function resulting in a stable serial

Re: raspberry pi zero W serial port overlay fun

2022-07-23 Thread Brad Spencer
Patrick Welche writes: [snip] > - replace firmware: > > mount /dev/sd0e /mnt > cd /mnt > for sfx in elf bin dat; do > rm *.${sfx} > cp /tmp/firmware/boot/*.${sfx} . > done; > rm dtb/* > cp /tmp/firmware/boot/bcm2708-rpi-zero-w.dtb dtb > > NB in rpi.img.gz wa

raspberry pi zero W serial port overlay fun

2022-07-20 Thread Patrick Welche
[I posted this to port-arm around 4th July, but hasn't made it. Reposting here in case useful...] tl;dr On a raspberry pi zero W, updating the firmware allows the disable-bt overlay to function resulting in a stable serial console. Experimental method(!) - grab https://nycdn.netbsd.org/