seemoo-lab / nexmon

The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more
GNU General Public License v3.0
2.41k stars 453 forks source link

Platform not supported error when running setup_env.sh for bcm4339 #440

Open wangtengyi5555 opened 3 years ago

wangtengyi5555 commented 3 years ago

I met "platform not supported" when running ./setup_env.sh or source setup_env.sh (or met source: command not found).

The systems I used are downloaded from the official websites http://cdimage.ubuntu.com/xubuntu/releases/16.04/release/ and http://old-releases.ubuntu.com/releases/16.04.4/ of both 32-bit version of XUbuntu and Ubuntu 16.04 LTS.

How can I solve this problem?

Thank you very much!

tweigel-dev commented 3 years ago

hay, can you please post your output of :

echo $(uname -s)
and
echo $(uname -m)

?