nccgroup / umap2

Umap2 is the second revision of NCC Group's python based USB host security assessment tool.
GNU Affero General Public License v3.0
252 stars 70 forks source link

Adding Raspberry Pi Zero W support :D #20

Closed bkerler closed 7 years ago

bkerler commented 7 years ago

As there were several issues with beaglebone black due to limited kernel stability, and due to the raspberry pi zero w being small and very flexible, I added support to Raspberry Pi Zero W.

So far, only kernel 4.12.0-rc3+ seems to work stable, previous kernel versions as 4.8 or 4.9 don't even with patching gadgetfs inode.c.

BinyaminSharet commented 7 years ago

Thanks for the contribution.