Get GPIO pin overview (pinout)

On Banana Pi you can call: $> gpio readall This should give you an pinout like that: +———-+-Rev2-+——+——–+——+——-+ | wiringPi | GPIO | Phys | Name | Mode | Value | +———-+——+——+——–+——+——-+ | 0 | 17 | 11 | GPIO 0 | OUT | High | | 1 | 18 | 12 | GPIO 1 […]

Raspbian for Banana Pi default user password (for bananapi)

The default password for the default user bananapi on a Raspbian for Banana Pi operating system is bananapi. You should change it to a secure password on first connect via ssh. Therefore you can use: $> sudo passwd bananapi