pine64 SDK/library
#8
@adamw,
Doing some searches, I found out the cause of the issue : since awhile, the pin numbering scheme in /sys/class/gpio has changed !

See : http://linux-sunxi.org/GPIO#Accessing_th...ine_kernel
Also, here on the forum :
http://forum.pine64.org/showthread.php?t...00#pid4000

On Pine64, the GPIO17 is attached to PC7, so, for the /sys/class/gpio, the numbering would be :

Code:
('C' - 'A') * 32 + 7
or
2 * 32 + 7 = 71

You can now give it a try with :


Code:
echo "71" > /sys/class/gpio/export
echo "out" > /sys/class/gpio/gpio71/direction
echo 1 > /sys/class/gpio/gpio71/value


Messages In This Thread
pine64 SDK/library - by capnOfdShip - 05-27-2016, 09:14 PM
RE: pine64 SDK/library - by martinayotte - 05-28-2016, 07:38 AM
RE: pine64 SDK/library - by Keex - 05-29-2016, 03:32 AM
RE: pine64 SDK/library - by Luke - 05-29-2016, 05:58 AM
RE: pine64 SDK/library - by martinayotte - 05-29-2016, 08:25 AM
RE: pine64 SDK/library - by adamw - 05-29-2016, 04:04 PM
RE: pine64 SDK/library - by martinayotte - 05-29-2016, 04:43 PM
RE: pine64 SDK/library - by martinayotte - 05-30-2016, 10:20 AM
RE: pine64 SDK/library - by adamw - 05-30-2016, 10:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wi-Fi/Bluetooth for PINE64, Model: Sopine A64 lamson 0 1,767 08-24-2021, 08:17 AM
Last Post: lamson
  AC Adapter Which One? Pine64 A64 DB V1.1 2GB REV B (Year 2016) databaseprogrammer 2 3,481 06-17-2021, 05:35 AM
Last Post: kqlnut
  Just discovered Pine64 ! - first Q philip_rhoades 4 5,797 04-29-2020, 10:13 AM
Last Post: tophneal
  A newest user in Pine64 Aliko 1 4,001 04-19-2020, 10:33 PM
Last Post: tllim
  PINE64 Installer - Simple Way to Image Your MicroSD pineadmin 101 151,665 01-15-2020, 12:46 PM
Last Post: tophneal
  Emails from pine64 received as spam by gmail Matan 2 5,803 08-21-2019, 08:30 AM
Last Post: Leiaz
  How to handle a Pine64 correctly gbjensen 6 16,419 03-28-2019, 11:43 PM
Last Post: InsideJob
Information Creating a NAS server in Pine64 javi_cala 4 8,373 01-21-2019, 02:03 AM
Last Post: bartes
  The 6 most common reasons why Pine64 won't boot Andrew2 109 209,730 10-11-2018, 11:35 PM
Last Post: Technolab88
  Pine64 installer way slow flashing Paraplegic Racehorse 2 4,536 01-10-2018, 04:05 PM
Last Post: dkryder

Forum Jump:


Users browsing this thread: 1 Guest(s)