« ODROID-M1 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(→Links) |
|||
(14 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
[[Category:Matériel]] | [[Category:Matériel]] | ||
= Links = | = Links = | ||
* [[Ubuntu_arm_20.04|Ubuntu 20.04 ARM]] | |||
* [https://wiki.odroid.com/odroid-m1/odroid-m1 Odroid M1 Documentation] | * [https://wiki.odroid.com/odroid-m1/odroid-m1 Odroid M1 Documentation] | ||
** [https://wiki.odroid.com/odroid-m1/hardware/nvme Tested/verified compatible M.2 NVMe] | |||
* [https://github.com/TheRemote/Legendary-ODROID-M1/releases Legendary ODROID M1 Ubuntu 22.04.1 image] | * [https://github.com/TheRemote/Legendary-ODROID-M1/releases Legendary ODROID M1 Ubuntu 22.04.1 image] | ||
Ligne 22 : | Ligne 24 : | ||
| 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 Installation] = | |||
* [https://wiki.odroid.com/odroid-m1/os_images/ubuntu/ubuntu Ubuntu OS] | |||
== Netboot == | |||
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'> | |||
# 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 | |||
</kode> | |||
== [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] == | |||
# 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> |
Dernière version du 8 août 2023 à 22:00
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 |