Results 1 to 2 of 2

Thread: how do I use usbarmory in host mode ?

  1. #1

    how do I use usbarmory in host mode ?

    I can't seem to get the device to come up in "host" mode, even though the module is in the /boot directory:

    root@kali:/boot# uname -a
    Linux kali 4.2.8 #1 PREEMPT Sat Jan 23 04:20:06 CST 2016 armv7l GNU/Linux

    root@kali:/boot# ls
    imx53-usbarmory-gpio.dtb imx53-usbarmory-i2c.dtb imx53-usbarmory.dtb
    imx53-usbarmory-host.dtb imx53-usbarmory-spi.dtb uImage

    root@kali:/boot# insmod imx53-usbarmory.dtb
    insmod: ERROR: could not insert module imx53-usbarmory.dtb: Invalid module format

    root@kali:/boot# modprobe imx53-usbarmory.dtb
    modprobe: FATAL: Module imx53-usbarmory.dtb not found.

    Has anyone managed to do this ?

  2. #2
    Join Date
    2016-Feb
    Location
    Bangalore
    Posts
    114
    Please Check whether #/boot/imx53-usbarmory.dtb
    Has below config or permissions
    #&usbotg {
    dr_mode = "host";
    status = "okay";
    };
    ################################################

    |
    /vvvvvvvvvvvv \-------------------------------------------------------------------------,,
    |^^^^^^^^ /===================================--""

    ################################################
    ----------The quieter you become,The more you will able to hear-----------
    ################################################
    Venkatesh L Sharma https://twitter.com/1337in

Similar Threads

  1. Usbarmory mk2
    By nikmel420 in forum ARM Archive
    Replies: 3
    Last Post: 2020-02-20, 08:48
  2. Replies: 0
    Last Post: 2018-04-27, 11:29
  3. ssh login root:toor on new usbarmory 2.1 image fail
    By johnjohnsp1 in forum ARM Archive
    Replies: 5
    Last Post: 2016-03-22, 22:12
  4. Replies: 4
    Last Post: 2013-05-09, 14:34

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •