Well, that documentation seems to be quite old and the shell script itself 
seems to indicate that I should be using a different path to a composite 
gadget (via libcomposite?), no?  It also doesn't seem like I need to hack 
the driver for things llike Ethernet anymore.  Finally, that link only 
mentions up to Windows 7, so I suspect it is quite old, at this point.

if [ "${kernel_major}" -lt "${compare_major}" ] ; then
        use_old_g_multi
elif [ "${kernel_major}" -eq "${compare_major}" ] ; then
        if [ "${kernel_minor}" -lt "${compare_minor}" ] ; then
                use_old_g_multi
        else
                use_libcomposite
        fi
else
        use_libcomposite
fi




What am I missing?  I am, quite obviously, unfamilar with all the 
incantations around composite devices or I wouldn't be asking.

And my question about "Is there a way to do this without mangling the 
am335x_evm.sh script?" still stands.  It appears tha answer is "No.", but I 
have so little experience around this that I really don't trust my gut 
instincts to be useful here.

Thanks.

On Thursday, May 7, 2020 at 11:14:09 AM UTC-7, William Hermans wrote:
>
> https://www.kernel.org/doc/Documentation/usb/gadget_multi.rst  
>
> On Thu, May 7, 2020 at 1:48 AM Andrew P. Lentvorski <bsd...@gmail.com 
> <javascript:>> wrote:
>
>> Is there a way to configure extra USB gadget endpoints in addition to the 
>> BBB default ones or do I just have to go in and edit the am335x_evm.sh 
>> script?
>>
>> Thanks.
>>
>> -- 
>> 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 beagl...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/378ec705-3e00-4fe9-aed1-66ba32506684%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/beagleboard/378ec705-3e00-4fe9-aed1-66ba32506684%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/8e896415-ddc8-47e2-812a-380b285374a9%40googlegroups.com.

Reply via email to