Quantcast
Viewing all articles
Browse latest Browse all 5054

General discussion • Re: Raspberry Pi Model 4 as USB Storage Device

modules-load=dwc2,g_mass_storage file=/pi_usb.img stall=0

That's the wrong way to specify module parameters in cmdline.txt. The correct syntax is module-name.parameter=value. So what you want is

Code:

modules-load=dwc2,g_mass_storage g_mass_storage.file=/pi_usb.img g_mass_storage.stall=0
I strongly suggest you read my guide that was linked to by B.Goode above.

Statistics: Posted by thagrol — Tue Jan 30, 2024 1:12 pm



Viewing all articles
Browse latest Browse all 5054

Trending Articles