« ODROID-M1 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 29 : | Ligne 29 : | ||
== Netboot == | == Netboot == | ||
With netboot you can install Ubuntu directly on the SSD NVME drive. | With netboot you can install Ubuntu directly on the SSD NVME drive. | ||
* Ubuntu 20.04.6 LTS - kernel 4.19.219-odroid-arm64 | |||
<kode lang='bash'> | <kode lang='bash'> | ||
# from petit-boot: exit to shell | # from petit-boot: exit to shell |
Version du 7 août 2023 à 18:26
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
# 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
- Télécharger Etcher
- Dézipper puis exécuter balenaEtcher-1.5.52-x64.AppImage
- Sélectionner l'image à flasher ubuntu-18.04.2-4.9-minimal-odroid-n2-20190329.img.xz
- La carte eMMC est déjà sélectionnée
- 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. |
# connection ssh ssh root@192.168.X.Y # passwd: odroid # mise à jour du système sudo apt update sudo apt full-upgrade sudo reboot |