ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Nathan Sizemore
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Nathan Sizemore

    • RE: Utilize USB-C for Bulk Storage USB Device

      @Chad-Sweet
      Following up, the USB-C connector is sending out 5v on VBUS. Is there anyway to turn this off?

      posted in VOXL 2 IO
      Nathan SizemoreN
      Nathan Sizemore
    • RE: Utilize USB-C for Bulk Storage USB Device

      No worries, and yeah I've already qdl'd a few things tickering around with trying to get it to work, so comfortable with taking it from bricked to workable is a process I'm comfortable with.

      That bash script is a bit more universal based on a few things, but essentially it is ran on boot and sets up bulk + rndis on a device, and then starts up a little C program as the ffs driver. It's for NVIDIA Tegra, but should be universal as long as the kernel has the modules it needs.

      I didn't know where the usb boot startup stuff on the VOXL2 was, but I'll poke around a bit with that and see if I can get that to work.

      Thanks,

      • Nate
      posted in VOXL 2 IO
      Nathan SizemoreN
      Nathan Sizemore
    • RE: Utilize USB-C for Bulk Storage USB Device

      @Chad-Sweet Awesome, thank you!

      posted in VOXL 2 IO
      Nathan SizemoreN
      Nathan Sizemore
    • Utilize USB-C for Bulk Storage USB Device

      I've got a VOXL2, and I need a way to enable it to act as USB Device Mode as bulk storage. Currently have been trying to setup RNDIS, but it is failing when attaching the RNDIS function.

      Is it possible to utilize the USB-C connection used for adb and configure it as a USB bulk storage device?

      This is the setup script I am working against. It is failing here:

      func=functions/rndis.usb0
      mkdir -p "${func}"
      
      + mkdir functions/rndis.usb0
      mkdir: cannot create directory ‘functions/rndis.usb0’: No such file or directory
      
      posted in VOXL 2 IO
      Nathan SizemoreN
      Nathan Sizemore