odroid-m1:os_images:ubuntu:20220531

Release Date 2022-05-31
Release Type New Image
  • None, includes fixes in earlier version.
  • Introducing new NPU ready image for a developer.
    • NPU development environment are already installed. instruction
  • 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.
Username Password
odroid odroid
target
sudo apt update
sudo apt upgrade

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
...
  • odroid-m1/os_images/ubuntu/20220531.txt
  • Last modified: 2022/09/19 15:18
  • by tobetter