seemoo-lab / mobisys2018_nexmon_software_defined_radio

Proof of concept project for operating Broadcom Wi-Fi chips as arbitrary signal transmitters similar to software-defined radios (SDRs)
Other
763 stars 69 forks source link

Can It also run on RaspberryPi 4B? #14

Closed chivas1000 closed 3 years ago

chivas1000 commented 3 years ago

I've thought that 3B+ and 4B has the same wifi chips, so I want to run this on 4B, but it saids no definitions.mk and no rule to make this target Is there any ways to run this on 4B? Much thanks to youguys

chivas1000 commented 3 years ago

Another thing is that, I thought when I was running the Nexmon_csi program (https://github.com/seemoo-lab/nexmon_csi). I've already installed the firmware, so I've skipped 1 - 11 steps and directly do step 12, is that also works or I just need to go over all the steps?

chivas1000 commented 3 years ago

Now when I reapplied the source setup_env.sh, I managed to let the make-install works, but now I come up issue same with #8 , Now I'm running rasp 4B with kernel 5.4 and firmware version is 7_45_189 and this program does not supported 7_45_154 maybe that is the problem. I go to 7_45_189 to install brcmfmac5.4 and then install this nexmon sdr, still pop out the same error... I want to know that what kind of version does this program supported, does kernel4.9 and installed with 7_45_154 and install a modified brmcfmac driver would be ok to run this?