0

I want to use the Raspberry Pi 4 as ethernet and mass storage device. According to the documentation I have to do configure the following files:

/boot/config.txt: dtoverlay=dwc2,dr_mode=peripheral /boot/cmdline.txt: modules-load=dwc2,g_multi /etc/modprobe.d/g_multi.conf: options g_multi file=/myfile.bin host_addr=11:22:33:44:55:66 dev_addr=aa:bb:cc:dd:ee:ff 

Now when I connect the Raspberry Pi to my Windows computer the mass storage works and there is also a serial port (that I don't need). Unfortunately I can't ping the raspberry pi and the device is not listed as USB Ethernet/RNDIS Gadget in the device manager.

When I use the g_ether OTG mode, the device is listed as USB Ethernet/RNDIS Gadget and I can ping the device. But I also need the mass storage function.

2
  • have you read the replies on your post here Commented Aug 20, 2020 at 3:08
  • Yes, it seems to be a windows driver problem. Commented Aug 20, 2020 at 8:02

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.