nerves-project / nerves_system_rpi3a

Nerves system for the Raspberry Pi 3 Model A+ w/ gadget mode
Apache License 2.0
14 stars 8 forks source link

Rename project to nerves_system_rpi0_2 #130

Open fhunleth opened 2 years ago

fhunleth commented 2 years ago

When the Raspberry Pi 3A's USB port could be swapped to gadget mode, it was really neat being able to get a fast gadget-mode capable Pi. Now we have the Raspberry Pi Zero 2. Probably many more people will be looking for gadget-mode use of the Pi Zero 2 than the 3A especially since you need to buy a USB A -> USB A cable for the 3A.

How about we rename this system and update the docs to say that you can use a 3A as well if you buy this cable?

Perhaps naming it nerves_system_rpi0_2? Any other ideas?

axelson commented 1 year ago

This sounds like a good idea to me!

fhunleth commented 1 year ago

See nerves_system_rpi0_2 for a 64-bit Nerves system for the Pi Zero 2 W. We've been experimenting with it. It does not use MMAL so video and audio is quite a bit different, but you can use the Erlang JIT.

axelson commented 1 year ago

Oh nice! I wasn't aware of that system. I'll give it a go.