Try   HackMD
tags: Public, Technical, Embedded, Linux, Ubuntu, Android, RK3399, BCM2711, Raspberry Pi, ROS

SBC (single-board computer)

Radxa ROCK Pi 4

Khadas EDGE-V

Raspberry Pi

Ubuntu 20.04.4 LTS (Focal Fossa) for Raspberry Pi (ARM64)

  • Default user and password: ubuntu

Setup Wi-Fi

Instal GUI Environment

Install SSH Server

Change Hostname

  • sudo hostnamectl set-hostname Raspi-Focal

Install Timeshift

Setup Swap

  • sudo fallocate -l 4G /swapfile
  • sudo chmod 600 /swapfile
  • sudo mkswap /swapfile
  • sudo swapon /swapfile
  • sudo vim /etc/fstab
  • Add /swapfile swap swap defaults 0 0

Accelerated X Driver

ROS Compatibility

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 いいえ

限られた:シンプルまたはシングルタスク

NVIDIA Jetson Nano