Summary
Release Date | 2022-05-31 | |
Release Type | New Image |
Download links
New features
- None, includes fixes in earlier version.
- Introducing new NPU ready image for a developer.
- NPU development environment are already installed. instruction
Known major issues
- Package update error with “dpkg: error processing archive /var/cache/apt/archives/libwayland-egl1_1.18.0-1ubuntu0.1_arm64.deb (–unpack)”
- WORKAROUND -run sudo apt-mark hold libwayland-egl1 before sudo apt update && sudo apt upgrade.
Access credentials
Username | Password | ||
odroid | odroid |
How to update system
- target
sudo apt update sudo apt upgrade
Tips
Changing console resolution and refresh rate
Console resolution and refresh rate can be changed with the environment variable 'resolution' and 'resolution' respectively in /boot/config.ini. The values for 'resolution' and 'refresh' must follow the VESA standard.
'resolution' - width and height of display resolution in a form of <width>x<height>.
- 640×480
- 800×600
- 1024×768
- 1280×1024
- 1920×1080
- 2560×1440
'refresh' - display refresh rate, 60 will be applied by default if 'refresh' is missing.
- 30
- 60
- /boot/config.ini
[generic] ... resolution=1024x768 refresh=60 ...