Jump to content

Leonid

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Russian
  • Interests
    System

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Leonid

    Leonid

  2. Hi guys! I can't add mali to the device tree. created dst file as in instruction: mali: gpu@1c40000 { compatible = "allwinner, sun7i-a20-mali", " arm,mali-400"; reg = <0x10000 0x01c40000>; interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = " gp", "gpmmu", "pp0", "ppmmu0", "pp1", "ppmmu1", "pmu"; clocks = < & ccu CLK_BUS_GPU>, < & ccu CLK_GPU>; clock-names = "bus", " core"; reset = < & ccu RST_BUS_GPU>; }; But attach submit syntax error. sudo armbian-add-overlay tree.dts Compiling the overlay Error: tree.dts: 1.1-2 syntax error FATAL ERROR: Unable to parse input tree Error compiling the overlay Have any ideas?
  3. #!/bin/bash cd /sys/kernel/config/usb_gadget/ mkdir -p isticktoit cd isticktoit echo 0x1d6b > idVendor # Linux Foundation echo 0x0104 > idProduct # Multifunction Composite Gadget echo 0x0100 > bcdDevice # v1.0.0 echo 0x0200 > bcdUSB # USB2 mkdir -p strings/0x409 echo "fedcba9876543210" > strings/0x409/serialnumber echo "Tobias Girstmair" > strings/0x409/manufacturer echo "iSticktoit.net USB Device" > strings/0x409/product mkdir -p configs/c.1/strings/0x409 echo "Config 1: ECM network" > configs/c.1/strings/0x409/configuration echo 250 > configs/c.1/MaxPower # Add functions here mkdir -p functions/hid.usb0 echo 1 > functions/hid.usb0/protocol echo 1 > functions/hid.usb0/subclass echo 8 > functions/hid.usb0/report_length echo -ne \\x05\\x01\\x09\\x06\\xa1\\x01\\x05\\x07\\x19\\xe0\\x29\\xe7\\x15\\x00\\x25\\x01\\x75\\x01\\x95\\x08\\x81\\x02\\x95\\x01\\x75\\x08\\x81\\x03\\x95\\x05\\x75\\x01\\x05\\x08\\x19\\x01\\x29\\x05\\x91\\x02\\x95\\x01\\x75\\x03\\x91\\x03\\x95\\x06\\x75\\x08\\x15\\x00\\x25\\x65\\x05\\x07\\x19\\x00\\x29\\x65\\x81\\x00\\xc0 > functions/hid.usb0/report_desc
  4. Good day guys! Faced with this problem after keyboard emulation with libcomposite does not print the "G" button echo "\0\0\x10\0\0\0\0\0" anyone noticed such a problem? I would be very grateful for advice!
  5. Good evening! Is there anyone experience in installing the drivers for this device? The official website has the driver vga2usb-3.30.2.10-raspbian-4.4.11-v7+-arm.deb which apparently is rigidly attached to the core. Does anyone have any ideas on installation?
  6. Hello! Faced the problem that in new versions of the system does not work sound! in the / dev / snd / folder is empty. Who faced this problem how to solve it?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines