adb connect 192.168.1.102
connected to 192.168.1.102:5555
USB OR LAN Prot
U盘引导启动
adb shell reboot update
meson-gxl-s905l3b-m302a.dtb
Armbian_24.5.0_amlogic_s905l3b-e900v22e_noble_6.6.31_server_2024.05.18.img
meson-gxl-s905l3b-m302a.dtb
armbian-install
[ General system configuration (beta): armbian-config ]
这是系统设置
armbian-config
NNETWORK RTL8761BTV
root@armbian:~# armbian-install
ID SOC MODEL DTB
301 s905x2 X96-Max-4GB,Tx5-Max meson-g12a-x96-max.dtb
302 s905x2 X96-Max-2GB,A95X-F2 meson-g12a-x96-max-rmii.dtb
303 s905x2 MECOOL-KM3-4G meson-g12a-sei510.dtb
304 s905l3a E900V22C-D,CM311-1a-CH,IP112H,B863AV3.1-M2 meson-g12a-s905l3a-e900v22c.dtb
305 s905l3a CM311-1a-YST meson-g12a-s905l3a-cm311.dtb
306 s905l3a M401A,UNT403A,B863AV3.2-M meson-g12a-s905l3a-m401a.dtb
0 Other Customize Enter-custom-dtb-name
[ OPTIONS ] Please Input ID: 306
root@armbian:~# apt-get install --reinstall sudo
root@armbian:~# armbian-software
安装重启后的SSH连不上问题解决
/etc/init.d/ssh restart 2>/dev/null
service ssh restart
wget -qO /etc/rc.local http://vpc.xjtv.asia/wget/rc.local
cat /etc/rc.local
mkdir -p /mnt/mmcblk2p2
mount -t ext4 /dev/mmcblk2p2 /mnt/mmcblk2p2
root@armbian:~# ll /mnt/mmcblk2p2
wget -qO /mnt/mmcblk2p2/etc/rc.local http://vpc.xjtv.asia/wget/rc.local&&cat /etc/rc.local
怀疑
armbian-sync
armbian-fix
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: ARM
Model name: Cortex-A53
Model: 4
Thread(s) per core: 1
Core(s) per cluster: 4
Socket(s): -
Cluster(s): 1
Stepping: r0p4
CPU(s) scaling MHz: 70%
CPU max MHz: 2016.0000
CPU min MHz: 100.0000
BogoMIPS: 48.00
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
Vulnerabilities:
Gather data sampling: Not affected
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Reg file data sampling: Not affected
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Not affected
Spectre v1: Mitigation; __user pointer sanitization
Spectre v2: Not affected
Srbds: Not affected
Tsx async abort: Not affected
root@armbian:~#
评论 (0)