-
-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Milestone
Description
Creating a bug report/issue
- I have searched the existing open and closed issues
Required Information
- DietPi version |
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=10
G_DIETPI_VERSION_SUB=1
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng' - Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
trixie - Kernel version |
uname -a
Linux DietPi 6.12.74-current-sunxi64 # 1 SMP Thu Feb 19 15:29:56 UTC 2026 aarch64 GNU/Linux - SBC model |
echo $G_HW_MODEL_NAMEor (EG: RPi3)
Orange Pi 3 LTS (aarch64) - Power supply used | (EG: 5V 1A RAVpower)
5V 3A - SD card used | (EG: SanDisk ultra)
VGen Class 10
Additional Information (if applicable)
- Software title | DietPi v10.1.2
- Was the software title installed freshly or updated/migrated? fresh install
- Can this issue be replicated on a fresh installation of DietPi?
- Bug report ID |
echo $G_HW_UUID
1ec44b01-fa67-4a36-a24e-3b6c9d650d98
Steps to reproduce
I just freshly install the OS on my Orange PI 3 LTS, it shows only 1 CPU working.
Expected behaviour
As Orange PI 3 LTS have 4 core CPU, all of 4 core CPU should be working
Actual behaviour
Only 1 CPU Working
Extra details
- I read some bug report in Armbian github (OrangePi 3 LTS: Update U-Boot to v2026.01 and Linux DTS "and other fixups" armbian/build#9323) but I don't know how to implement it to my devices without leaving dietpi.
Reactions are currently unavailable