ODROID-M1

De Banane Atomic
(Redirigé depuis Odroid-m1)
Aller à la navigationAller à la recherche

Links

Components

Processor Rockchip RK3568 Processor
4 processorsQuad-Core Cortex-A55 (1.992GHz)
ARMv8-A
Memory 8GiB LPDDR4, data rate: 3120 MT/s, up to 1,560MHz
Storage 1 x NVME M.2 SSD (PCIe 3.0 x 2)
1 x SATA3.0
1 x eMMC slot
1 x Micro SD slot (DS/HS mode up to UHS-I SDR104)
Power IDLE ≃ 1.25W, CPU Stress ≃ 4.44W
GPU Mali-G52 MP2 GPU with 4 x Execution Engines (650Mhz)
Video 1 x HDMI 2.0 (up to 4K@60Hz with HDR, EDID)
OS Ubuntu 20.04 - Kernel 4.19 (official image), Ubuntu 22.04 - Kernel 4.19
Dimensions With heatsink: 100 x 123 x 19m, Board alone: 90 x 122 x 16mm

Installation

Netboot

With netboot you can install Ubuntu directly on the SSD NVME drive.

  • Ubuntu 20.04.6 LTS - kernel 4.19.219-odroid-arm64
Bash.svg
# from petit-boot: exit to shell
netboot_default
exit
# from petit-boot: select Ubuntu 20.04 (Ubuntu 22.04 display unreadable characters)
# install SSH server and Ubuntu mininal server features

Ubuntu 22.04.1 unofficial

Ubuntu 20.04

  1. Télécharger Etcher
  2. Dézipper puis exécuter balenaEtcher-1.5.52-x64.AppImage
  3. Sélectionner l'image à flasher ubuntu-18.04.2-4.9-minimal-odroid-n2-20190329.img.xz
  4. La carte eMMC est déjà sélectionnée
  5. Flasher!
Au premier démarrage, le système s'arrête au bout de quelques secondes pour sa configuration.
Il faut ensuite le débrancher puis le re-brancher pour le démarrer à nouveau.
Bash.svg
# connection ssh
ssh root@192.168.X.Y
# passwd: odroid

# mise à jour du système
sudo apt update
sudo apt full-upgrade
sudo reboot