I'm attempting to run the Tiny USB MSC example (Provided in the ESP-IDF github repository), and it doesn't appear to work.
Initially, the example flashes, but only outputs the below and hangs on 'waiting for download', instead of the expected output outlined in https://github.com/espressif/esp-idf/blob/master/examples/peripherals/usb/device/tusb_msc/README.md
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x0 (DOWNLOAD(USB/UART0))
Saved PC:0x40047bd1
waiting for download
There is no output present in dmesg
Why exactly is the expected output not occurring, and how can I fix it?