ベリーパイ4 b入門
1783 ワード
ソフトウェアのインストール
ベースソフトウェアのインストール
dd -if -of
オペレーティングシステムへの書き込み、またはプラットフォーム間ツールetcher
ミラーへの書き込みを行います.vim
共通ソフトウェアリスト:zsh
:bashより使いやすい(sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
)cmake
:クロスプラットフォームコンパイルツールsudo apt-get install scim-pinyin
reboot
コンフィギュレーション
# `/etc/apt/sources.list` , , :
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
# `/etc/apt/sources.list.d/raspi.list` , , :
deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui
vncververサービスを構成すると、リモートでグラフィックスインタフェースを介してベリーパイを接続できます.
vncserver -geometry 1920x1080 :1
vncviewer経由
ip:1
グラフィックインターフェース接続ssh-keygen -t RSA -c [email protected]
#
vim ~/.ssh/authorized_keys
開発環境のインストール
wget -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-armv7l.sh
bash Miniconda3-latest-Linux-armv7l.sh
wget https://mirrors.tuna.tsinghua.edu.cn/github-release/VSCodium/vscodium/LatestRelease/codium_1.44.0-1586429080_armhf.deb
sudo dpkg -i codium_1.44.0-1586429080_armhf.deb