hardillb / rpi-gadget-image-creator

Takes a standard Raspbian Lite image and adds USB Ethernet gadget config
https://www.hardill.me.uk/wordpress/2020/02/21/building-custom-raspberry-pi-sd-card-images/
Apache License 2.0
176 stars 31 forks source link

Support For Raspberry Pi Model A? #7

Closed Patronics closed 2 years ago

Patronics commented 2 years ago

Does this script support the Raspberry Pi model A or A+?

I know the procedure is mostly the same for setting it up as for the Zero, except that you need to specifically set it to peripheral device mode, with the following line in config.txt: dtoverlay=dwc2,dr_mode=peripheral.

hardillb commented 2 years ago

It has never been tried on a A or A+ as I don't have one. If it needs something different to a Zero then it probably won't.