On Fri, Oct 23, 2015 at 3:36 AM, Guido Paoluzi Cusani <[email protected]> wrote: > Regarding a USB disconnection problem I am having, Texas Instrument Bin Liu > emailed me the suggestion to: > "add option "usbcore.autosuspend=-1" into your uboot bootargs" > How do I do that? folder /boot/uboot is empty. Where do I find "bootargs"? > Thanks > (kernel 4.1.10-ti-r21)
/boot/uEnv.txt There's an active "cmdline=" (no # in front of it) add usbcore.autosuspend=-1 to the end.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
