app
Adom USB - TI Sitara persona pack
Public Unreviewedby John Lauer
Load Linux USB-gadget / stub images onto a TI Sitara (AM335x/AM57x/AM62x) USB device controller to present MSC, RNDIS, CDC, or HID — validate host enumeration.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
{
"slug": "adom-usb-stub-ti-sitara",
"name": "TI Sitara USB device test pack",
"version": "0.1.0",
"api_version": "1",
"kind": "firmware",
"entrypoint": "adom-usb-stub-ti-sitara",
"vendor": "Texas Instruments",
"chips": [
"am335x",
"am437x",
"am57x",
"am62x"
],
"matches": {
"vid": [
"0451"
],
"pid": [
"*"
]
},
"flash_method": "openocd",
"personas": [
{
"id": "msc-disk",
"name": "Mass storage gadget",
"usb_class": "Mass storage",
"result_vid": "0451",
"result_pid": "6500"
},
{
"id": "cdc-rndis",
"name": "RNDIS ethernet gadget",
"usb_class": "CDC ethernet",
"result_vid": "0451",
"result_pid": "6501"
},
{
"id": "cdc-serial",
"name": "CDC ACM gadget",
"usb_class": "CDC serial",
"result_vid": "0451",
"result_pid": "6502"
},
{
"id": "hid-keyboard",
"name": "HID keyboard gadget",
"usb_class": "HID keyboard",
"result_vid": "0451",
"result_pid": "6503"
}
],
"description": "Load Linux USB-gadget / stub images onto a TI Sitara (AM335x/AM57x/AM62x) USB device controller to present MSC, RNDIS, CDC, or HID \u2014 validate host enumeration.",
"homepage": "https://wiki.adom.inc/john/adom-usb-stub-ti-sitara"
}