Skip to content

Instantly share code, notes, and snippets.

View rfrht's full-sized avatar
🛠️

Rodrigo Freire rfrht

🛠️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rfrht on github.
  • I am rfreire (https://keybase.io/rfreire) on keybase.
  • I have a public key ASDvD0q3WcoAtxhxtwoz3lPCDx78irdmnBbjhFIQz3HboQo

To claim this, I am signing this object:

@rfrht
rfrht / config.ini
Created April 14, 2018 00:19
Rockchip RK3288 Tinkerboard Kernel Config - Lean, mean.
# Beleza10
root@f1b58cf9c773:/srv/tools-rf/armbian/output/config# cat linux-rockchip-default.config
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.4.120 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
CONFIG_NEED_SG_DMA_LENGTH=y
@rfrht
rfrht / gist-build-armian-using-docker-centos-rhel7.sh
Last active February 26, 2020 20:05
Building a Tinkerboard Armbian Kernel in a RHEL / CentOS 7 using Docker
=== CONSOLE FALLBACK: SERIAL PORT, SINCE NO HDMI SUPPORT IS PROVIDED IN THIS BUILD ===
Tinkerboard Kernel console serial port: UART2.
Using: Raspberry Pi as a console client. Disable local console so it can be used by minicom:
# systemctl mask serial-getty@ttyAMA0.service
==PINOUTS==
RASPI: PIN 6 (GND, GREEN), PIN 8 (TX, WHITE), PIN 10 (RX, BLUE)
TINKERBOARD: ====== Uses UART2 and NOT UART0!!!!!!!! ======
PIN30 (GND, GREEN), PIN 32 (TX, BLUE), PIN 33 (RX, WHITE)