SpacemiT K3 Tips
Bruce Hoult pointed out that my SpacemiT K3 wasn't running at max frequency.
You can check with lscpu. If CPU Scaling is set lower than 100%, you can change the governor.
Available governors: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
Set governor for X100 cores: echo ondemand | sudo tee /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
Set governor for A100 cores: echo ondemand | sudo tee /sys/devices/system/cpu/cpufreq/policy8/scaling_governor
You can read more here: https://www.spacemit.com/community/document/info?nodepath=software/SDK/buildroot/k3_buildroot/device/peripheral_driver/15-Cpufreq.md&lang=en
I have not tested the following things, but I asked SpacemiT about possibility to boot from USB or NVMe. Here are the links with more information. There is a UEFI test image.
https://spacemit.com/community/document/info?lang=en&nodepath=tools/user_guide/flasher_user_guide.md