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
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
[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/