Summary
Release Date | 2022-10-18 | |
Release Type | New Image |
Download links
New features
- None, includes fixes in earlier version.
- Introducing new ROS2 ready image for a developer.
Known major issues
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 ...