109元的wifi版,自带8GB eMMC。

内存512MB,定位是工控版,不用考虑去折腾图形系统和docker了。
tf和wifi共用SDIO,不可兼得。
具体配置见购买页面

开箱

IMG_20240609_140534

IMG_20240609_140552

基本信息

IMG_20240609_144437
空载1.65W。
uname -a

1
Linux LoongOS 4.19.190+ #3 SMP Mon Jun 3 10:20:57 CST 2024 loongarch64 loongarch64 loongarch64 GNU/Linux

架构是loongarch64,但注意是旧世界(ABI1.0),而网上很多同样标loongarch64的二进制文件是新世界的(ABI2.0),并不能直接拿来用。
cat /proc/cpuinfo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
system type  : generic-loongson-machine
processor : 0
package : 0
core : 0
cpu family : Loongson-64bit
model name :
CPU Revision : 0x30
FPU Revision : 0x01
CPU MHz : 0.00
BogoMIPS : 0.00
TLB entries : 64
Address sizes : 40 bits physical, 40 bits virtual
isa : loongarch32 loongarch64
features : cpucfg lam fpu crc32 lbt_mips
hardware watchpoint : yes, iwatch count: 4, dwatch count: 2

CPU频率显示错误。另外/sys/class/thermal/为空,想读取温度得另找办法了。
cat /etc/os-release

1
2
3
4
5
6
ID=loongos
NAME="LoongOS"
VERSION="v0.1 (master)"
VERSION_ID=v0.1
PRETTY_NAME="LoongOS v0.1 (master)"
DISTRO_CODENAME="master"

LoongOS包管理用的是apt,但目前没有源。

交叉编译工具链

龙芯 GNU 编译工具链
rc1.3-1 x86_64 Linux host 二进制
注:github上的loongson/build-tools是新世界的,并不适用。

coremark

2024-06-10_22-30
3.080/MHz,优于rv1106(Cortex-A7@1.3GHz,3646.086534)的2.805/MHz。

参考资料

LoongArch
LoongOS
龙芯架构文档
旧世界与新世界