Jump to content

Search the Community

Showing results for tags 'pinebook'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

Found 1 result

  1. I would like to set a GPIO to output-high during the boot. In this case, the GPIO is PG0 whose number is 192. The device tree overlay is /dts-v1/; /plugin/; / { compatible = "allwinner,sun50i-a64"; fragment@0 { target = <&pio>; __overlay__ { gpio_out_override_hog { gpio-hog; gpios = <192 0>; /* PG0 */ output-high; line-name = "PG0-gpio-hog"; }; }; }; }; However, after the application and reboot, I do not see any init information in "/sys/kernel/gpio" about GPIO 192. There is no "/sys/class/gpio/gpio192" folder existed after boot either. Is there anything wrong in the overlay file?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines