P4wnP1 icon indicating copy to clipboard operation
P4wnP1 copied to clipboard

Firmware (4.9.51+) not compatible with new rpi3b+. Both prebuilt and install fails.

Open jordam opened this issue 7 years ago • 1 comments

It appears the rpi3b+ will not run on 23a007716a0c6a8677097be859cf7063ae093d27

I went through the installer file in chunks rebooting after each time and found this line causes the new raspberry pi's to get stuck on the rainbow boot screen.

sudo rpi-update 23a007716a0c6a8677097be859cf7063ae093d27

Would it be possible to get a 4.9.78-v7+ tree in the P4wnP1_nexmon_additions repo to allow this to work on the new boards with recent firmware?

jordam avatar Sep 29 '18 02:09 jordam

Hi, as P4wnP1 does only support Pi0(w) I haven't tested other platforms or compiled the firmware for recent kernels.

Anyways, the source of the modified nexmon firmware is here: https://github.com/mame82/nexmon_wifi_covert_channel/tree/wifi_covert_channel/patches/bcm43430a1/7_45_41_46/nexmon

So following the instructions given in the nexmon Repo, you should be able to compile for newer kernel versions.

But I doubt that this will work for 3B+ Pi, as it uses a different WiFi chipset. My modifications are for bcm43430a.

So if you want to use my Karma or WiFi covert channel modifications: It doesn't work on a Pi 3B+ If you only want to have support for monitor mode: The latest nexmon repo (not my fork) supports bcm434355c0

mame82 avatar Sep 29 '18 08:09 mame82