-
-
Notifications
You must be signed in to change notification settings - Fork 522
Open
Labels
Milestone
Description
Open Beta v9.14 | Orange Pi Zero 3 dmesg error
- I have searched the existing open and closed issues
Required Information
-
DietPi version |
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=14
G_DIETPI_VERSION_RC=1
G_GITBRANCH='beta'
G_GITOWNER='MichaIng' -
Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
bookworm -
Kernel version |
uname -a
Linux DietPi 6.12.23-current-sunxi64 SMP Thu Apr 10 12:39:41 UTC 2025 aarch64 GNU/Linux -
SBC model |
echo $G_HW_MODEL_NAME
Orange Pi Zero 3 (aarch64) -
Power supply used
Original power supply 5V 3A -
SD card use
KIOXA EXCERIA 32GB
Additional Information (if applicable)
- Software title
DietPi Open Beta v9.14
DietPi v9.13 shows same error message on dmesg.
Steps to reproduce
- install DietPi on microSD.
- Turn on Orange Pi Zero 3
- login.
- dmesg.
- I didn't change uart, spi, mmc setting. But dmesg shows error message as below.
[ 1.772502] dw-apb-uart 5000000.serial: Error applying setting, reverse things back
[ 1.772759] sun6i-spi 5010000.spi: Error applying setting, reverse things back
[ 1.774874] axp20x-i2c 1-0036: AXP20x variant AXP313a found
[ 1.776556] axp20x-i2c 1-0036: AXP20X driver loaded
[ 1.777943] sunxi-mmc 4020000.mmc: Error applying setting, reverse things back
[ 1.778402] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back
[ 1.778589] dw-apb-uart 5000000.serial: Error applying setting, reverse things back
[ 1.778840] sun6i-spi 5010000.spi: Error applying setting, reverse things back
Expected behaviour
It should show no error message.
Actual behaviour
- nothing
Extra details
- nothing