r/raspberry_pi • u/jodkalemon • 2h ago
Troubleshooting Bug in rpi-update (wrong github url to download firmware)?
When I run rpi-update on an rpi4b-2gb I get:
If you are unsure, test if your system boots with initramfs options disabled from config.txt
Would you like to proceed? (y/N)
Github API request failed with HTTP 422: https://api.github.com/repos/raspberrypi/rpi-firmware/commits/0
Respond of the link is
{
"message": "No commit found for SHA: 0",
"documentation_url": "https://docs.github.com/rest/commits/commits#get-a-commit",
"status": "422"
}
What happened here and can you reproduce the bug?