Add ethernet to USB C port
Gadget mode is working on the USB C port so we could add ethernet
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
source.puri.sm will be down starting March 18, 6:00 UTC, for a server migration. We expect the migration to take up to 4 hours.
Gadget mode is working on the USB C port so we could add ethernet
There are 2 ways to do it: using g_ether
or g_multi
. None of those can run side-by-side, which eliminates g_serial
. However, g_multi
contains serial on its own, along with mass storage.
g_ether
makes more sense if we decide to drop a serial port, due to its simplicity.
mentioned in issue Apps_Issues#71
A solution is underway in librem5-devkit-tools!19 (merged) .
closed