« ODROID-M1 » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications
Ligne 23 : Ligne 23 :
| Dimensions || With heatsink: 100 x 123 x 19m, Board alone: 90 x 122 x 16mm
| Dimensions || With heatsink: 100 x 123 x 19m, Board alone: 90 x 122 x 16mm
|}
|}
= [https://wiki.odroid.com/getting_started/os_installation_guide#operating_systems_we_re_providing Installation] =
* [https://wiki.odroid.com/odroid-n2/os_images/ubuntu Ubuntu OS]
== [https://wiki.odroid.com/odroid-n2/os_images/ubuntu/20190329 Ubuntu 18.04.2 LTS] ==
# Télécharger [https://www.balena.io/etcher Etcher]
# Dézipper puis exécuter {{boxx|balenaEtcher-1.5.52-x64.AppImage}}
# Sélectionner l'image à flasher {{boxx|ubuntu-18.04.2-4.9-minimal-odroid-n2-20190329.img.xz}}
# La carte eMMC est déjà sélectionnée
# Flasher!
{{info | Au premier démarrage, le système s'arrête au bout de quelques secondes pour sa configuration.<br>
Il faut ensuite le débrancher puis le re-brancher pour le démarrer à nouveau.}}
<kode lang='bash'>
# connection ssh
ssh root@192.168.X.Y
# passwd: odroid
# mise à jour du système
sudo apt update
sudo apt full-upgrade
sudo reboot
</kode>

Version du 7 août 2023 à 10:33

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

Ubuntu 18.04.2 LTS

  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