odroid-m1:os_images:android:11_20230516

Release Note of Android 11 (20230516)

Release Date May/16/2023 KST
Release Type Preview release
Release File Self-installation Image
Release File userdebug Self-installation Image

File name : selfinstall-odroidm1-122-20230516.img.xz

Official Mirrors by mdrjr
In US
https://www.odroid.in/mirror/dn.odroid.com/RK3568/ODROID-M1/Android/11/
In Germany
https://de.eu.odroid.in/mirror/dn.odroid.com/RK3568/ODROID-M1/Android/11/

  • Fixed an issue that caused the system to crash when locking the screen.
  • Modified odroid things stuff.
    • GPIO: Now when some pin is already occupied by other roles like UART, I2C or PWM, that pin is not in the available GPIO pin list. So you have to disable that role from device tree overlay and reboot the board. mutex is applied
    • I2C: Mutex is applied.
    • More additional device nodes can be accessed. (ex. SPI0.1 → /dev/spidev0.1, UART-USB-0 → /dev/ttyUSB0, UART-ACM-0 → /dev/ttyACM0)

You can install this OS image into your MicroSD or eMMC with this guide.

A few users reported they couldn't see the Android logo on their TV while installing even though installation proceeds. If the red LED is on and the blue LED is blinking periodically, this is the sign that Android is running. So please keep your device on for 5~10 minutes as is, later than when Android installer finishes the installation it will restart the ODROID-M1.

config.ini
[generic]
###########################
# Max CPU frequency sets
# 408 600 816 1104 1416 1608 1800 1992
cpu_max_freq="1992"
 
###########################
# Available CPU governors
# conservative ondemand userspace powersave interactive performance schedutil
cpu_governor="performance"
 
###########################
# Max GPU frequency sets
# 800 700 600 400 300 200
gpu_max_freq="800"
 
###########################
# Available GPU governors
# dmc_ondemand venc_ondemand userspace powersave performance simple_ondemand
gpu_governor="performance"
 
heartbeat="1"
 
overlays="i2c0 uart0 spi0"
overlays_resize=16384
 
###########################
# ignore hpd
# user_def_args="disablehpd=true"
 
###########################
# Disable VU7
# user_def_args="disable_vu7=true"
 
###########################
# vu8m orientation
# The default orientation is portrait,
# if you want to use as landscape, add this.
# user_def_args="orientation=landscape"
 
###########################
# flipped touch screen x,y
# user_def_args="touch_flip_x=false"
# user_def_args="touch_flip_y=false"
 
user_def_args=""
 
[display_vu8m]
lcd_density=210
  • odroid-m1/os_images/android/11_20230516.txt
  • Last modified: 2023/05/16 16:06
  • by luke.go