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
Statistics: Posted by thagrol — Tue Jan 30, 2024 1:12 pm