« ODROID-M1 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 26 : | Ligne 26 : | ||
= [https://wiki.odroid.com/getting_started/os_installation_guide Installation] = | = [https://wiki.odroid.com/getting_started/os_installation_guide Installation] = | ||
* [https://wiki.odroid.com/odroid-m1/os_images/ubuntu/ubuntu Ubuntu OS] | * [https://wiki.odroid.com/odroid-m1/os_images/ubuntu/ubuntu Ubuntu OS] | ||
== Netboot == | |||
<kode lang='bash'> | |||
# from petit-boot | |||
# exit to shell | |||
netboot_default | |||
exit | |||
# select Ubuntu 20.04 (Ubuntu 22.04 display unreadable characters) | |||
</kode> | |||
== [https://github.com/TheRemote/Legendary-ODROID-M1 Ubuntu 22.04.1 unofficial] == | == [https://github.com/TheRemote/Legendary-ODROID-M1 Ubuntu 22.04.1 unofficial] == | ||
== [https://wiki.odroid.com/odroid-m1/os_images/ubuntu/20220531 Ubuntu 20.04] == | == [https://wiki.odroid.com/odroid-m1/os_images/ubuntu/20220531 Ubuntu 20.04] == |
Version du 7 août 2023 à 18:22
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
# from petit-boot # exit to shell netboot_default exit # select Ubuntu 20.04 (Ubuntu 22.04 display unreadable characters) |
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 |