generated from sig_core/wiki-template
Compare commits
No commits in common. "8245a60c4c3ad3ef7275cda684249283f75ffb4c" and "d04cdafbbfb0c9315939bb1d46c70442f286aea8" have entirely different histories.
8245a60c4c
...
d04cdafbbf
@ -1,28 +0,0 @@
|
|||||||
---
|
|
||||||
title: Pi Zero 2W
|
|
||||||
author: Codedude
|
|
||||||
---
|
|
||||||
|
|
||||||
# Pi Zero 2W wont boot
|
|
||||||
|
|
||||||
### Problem
|
|
||||||
|
|
||||||
The Raspberry Pi Zero 2W wont boot using the standard Rocky LInux Raspberry Pi image.
|
|
||||||
### Solution
|
|
||||||
|
|
||||||
Using info gathered from [Rocky_Linux_forum_post](https://forums.rockylinux.org/trocky-linux-9-0-rpi-image-fail-to-boot-on-rpi3-workaround/7802/2)
|
|
||||||
|
|
||||||
```
|
|
||||||
# Blacklist brcmfmac
|
|
||||||
1. mount root partition
|
|
||||||
2. create a file called "01-rpi-blacklist.conf" in /etc/modprobe.d
|
|
||||||
3. umount root partition
|
|
||||||
4. boot the sd card in the pi zero 2w.
|
|
||||||
Then:
|
|
||||||
5. run /usr/bin/fix-wifi-rpi.sh This script extracts all firmware files. Feel free to look it over before running it.
|
|
||||||
6. delete the 01-rpi-blacklist.conf file from /etc/modprobe.ed
|
|
||||||
7. reboot
|
|
||||||
8. Wifi should now be functional
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user