rk3399


原文链接: rk3399

pwm rtc 导出操作 FriendlyThings for RK3399/zh - FriendlyARM WiKi

Rockchip之linux深入学习
http://wiki.t-firefly.com/AIO-3399C/linux_compile_gpt.html

etcher https://www.balena.io/etcher

brew cask install balenaetcher
下载 https://github.com/balena-io/etcher/releases/download/v1.5.52/balenaEtcher-1.5.52.dmg

firefly ubuntu config

  1. 配置网络
    sudo nmcli conn add type ethernet con-name "eth0" ifname eth0 autoconnect yes ip4 192.168.0.10/24 gw4 192.168.0.2

安装git

golang 开发环境

  1. curl -O https://gomirrors.org/dl/go/go1.12.9.linux-arm64.tar.gz
  2. sudo rm -rf /usr/local/go && sudo tar -zxf go1.12.9.linux-arm64.tar.gz -C /usr/local

echo "export PATH=/usr/local/go/bin:$GOPATH/bin:\$PATH" > /etc/profile.d/go.env
echo "export GOPROXY=https://goproxy.io" >> /etc/profile.d/go.env

`