Public
, Technical
, Embedded
, Linux
, Ubuntu
, Android
, RK3399
, BCM2711
, Raspberry Pi
, ROS
ubuntu
sudo hostnamectl set-hostname Raspi-Focal
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo vim /etc/fstab
/swapfile swap swap defaults 0 0
sudo apt install git build-essential automake
sudo apt install xorg-dev xutils-dev x11proto-dri2-dev libltdl-dev libtool libdrm-dev
mkdir ~/git/ssvb
cd ~/git/ssvb
git clone https://github.com/ssvb/xf86-video-fbturbo.git -b aarch64
cd xf86-video-fbturbo
autoreconf -vi
./configure --prefix=/usr
make
sudo make install
sudo cp xorg.conf /etc/X11/xorg.conf
Hardware | CPU | Memory | ROS Building | ROS Running | Tested |
---|---|---|---|---|---|
3B+ | 4x ARM Cortex-A53 @ 1.2 GHz | 1 GB | Not enough memory | Limited | Yes |
4B | 4x ARM Cortex-A72 @ 1.2 GHz | 4 GB | Limited | Limited | Yes |
4B | 4x ARM Cortex-A72 @ 1.2 GHz | 8 GB | OK | OK | NO |
ハードウェア | CPU | メモリ | ROSビルド | ROS実行 | テスト済み |
---|---|---|---|---|---|
3B+ | 4x ARM Cortex-A53 @ 1.2 GHz | 1 GB | メモリ不足 | 限られた | はい |
4B | 4x ARM Cortex-A72 @ 1.2 GHz | 4 GB | 限られた | 限られた | はい |
4B | 4x ARM Cortex-A72 @ 1.2 GHz | 8 GB | OK | OK | いいえ |
限られた:シンプルまたはシングルタスク