question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Pi Zero 2

See original GitHub issue

Trying out but not working:

Error:

Sending bootcode.bin
Failed control transfer (-7,24)
Failed to write correct length, returned -7
Waiting for BCM2835/6/7/2711...

Or is the new Zero 2 incompatible?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
pelwellcommented, Nov 19, 2021

This issue stems from a bug in the BCM2837A0 ROM, which can’t be modified. The effect of the bug is to stall the USB boot sequence for random (but usually long) periods while changing GPIOs and generally being a nuisance, but sometimes it does actually work - it all depends on precisely what random noise is present in boot RAM when the power is applied.

Fortunately there is an OTP bit that can be set to avoid the problem, but that can’t be set via rpiboot unless you can download code. The plan is to push an update to the regular firmware that patches the OTP of Zero 2 Ws - running this once would be sufficient to fix the device forever.

1reaction
pelwellcommented, Dec 1, 2021

There’s a fresh firmware with the MSD fix in the rpi-firmware repo, as used by rpi-update.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Raspberry Pi Zero 2 W
The official Raspberry Pi Micro USB Power Supply is designed to be the most reliable source of power for your Raspberry Pi Zero...
Read more >
Getting Started with the Raspberry Pi Zero 2 W - SparkFun Learn
This guide assumes users have the Pi Zero 2 W Basic Kit so if you do not have the kit, make sure you...
Read more >
How to Set Up a Raspberry Pi Zero 2 W - MakeUseOf
What You Need to Set Up a Raspberry Pi Zero 2 W ; microSD card: 32Gb is a good size, but up to...
Read more >
Everything about Raspberry Pi Zero 2 W - PiCockpit
As on the Pi Zero v1.3 and Pi Zero W, the Zero 2 W supports a camera – but you need an adapter...
Read more >
Raspberry Pi Zero 2 W with Ubuntu Server 21.10 support is here
The Raspberry Pi Zero 2 W has been announced and delivers a performance boost that will enable both Ubuntu Server and Ubuntu Core...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found