設置 | 登錄 | 註冊

目前共有63篇帖子。

入手三块蓝色的RK3308B开发板

42樓 巨大八爪鱼 2026-8-3 19:03
GPIO3_B2和GPIO3_B5分别连接两片PCA9555芯片的INT引脚。
当芯片INT输出低电平时,万用表量出来是2.9V。
断开RK3308的GPIO与芯片INT引脚的连接,当芯片INT输出低电平时,万用表量出来是0V。
这导致了GPIO3_B2和B5上的INT线无法触发中断,因为低电平是2.9V。
但GPIO3_B4没有这个问题。不管连不连芯片,低电平都是0V。

尝试修改:
(1)修改vccio_flash里面的regulator-min-microvolt和regulator-max-microvolt,将1800000改成3300000。
(2)将&spi1设为status = "disabled"。
均未解决问题。低电平电压只降低到了2.5V。
巨大八爪鱼查看设备树中配置的电压值:
od -tu4 --endian=big /sys/firmware/devicetree/base/vccio-flash/regulator-min-microvolt
od -tu4 --endian=big /sys/firmware/devicetree/base/vccio-flash/regulator-max-microvolt
检查&spi1是否为disabled:
cat /sys/firmware/devicetree/base/spi@ff130000/status
巨大八爪鱼先暂时用GPIO2_B1和GPIO2_B2代替,这两个GPIO管脚没有问题。
43樓 巨大八爪鱼 2026-8-3 19:56
总算把最终的程序运行起来了。
44樓 巨大八爪鱼 2026-8-4 15:12
/media/sdcard1目录有时也可能挂载的是/dev/mmcblk0p2,所以/media/sdcard1也不能安全使用。
root@rk3308b-buildroot:/# ls -l /media/sdcard1
total 72
lrwxrwxrwx  1 root root    7 Nov 19  2025 bin -> usr/bin
-rw-r--r--  1 root root  489 Nov 19  2025 busybox.fragment
lrwxrwxrwx  1 root root    8 Aug  3  2026 data -> userdata
drwxr-xr-x  4 root root 4096 Nov 19  2025 dev
drwxr-xr-x 17 root root 4096 Jan  1 00:00 etc
drwxr-xr-x  2 root root 4096 Aug  3  2026 info
lrwxrwxrwx  1 root root    7 Nov 19  2025 lib -> usr/lib
lrwxrwxrwx  1 root root    3 Nov 19  2025 lib64 -> lib
lrwxrwxrwx  1 root root   11 Nov 19  2025 linuxrc -> bin/busybox
drwxr-xr-x 11 root root 4096 Nov 19  2025 media
drwxr-xr-x  5 root root 4096 Aug  3  2026 mnt
drwxr-xr-x  2 root root 4096 Nov 19  2025 oem
drwxr-xr-x  2 root root 4096 Nov 19  2025 opt
drwxr-xr-x  2 root root 4096 Nov 19  2025 proc
drwxr-xr-x 15 root root 4096 Aug  3  2026 rockchip-test
drwx------  2 root root 4096 Jan  1 00:01 root
drwxr-xr-x  5 root root 4096 Jan  1 00:00 run
lrwxrwxrwx  1 root root    8 Nov 19  2025 sbin -> usr/sbin
lrwxrwxrwx  1 root root   10 Aug  3  2026 sdcard -> mnt/sdcard
drwxr-xr-x  4 root root 4096 Nov 19  2025 sys
drwxr-xr-x  3 root root 4096 Aug  3  2026 system
drwxrwxrwt  2 root root 4096 Nov 19  2025 tmp
lrwxrwxrwx  1 root root    9 Aug  3  2026 udisk -> mnt/udisk
drwxr-xr-x  3 root root 4096 Jan  1 00:00 userdata
drwxr-xr-x  7 root root 4096 Aug  3  2026 usr
drwxr-xr-x  6 root root 4096 Aug  3  2026 var
lrwxrwxrwx  1 root root    6 Aug  3  2026 vendor -> system
root@rk3308b-buildroot:/# ls -l /media/
total 36
lrwxrwxrwx  1 root root   11 Nov 19  2025 sdcard0 -> /mnt/sdcard
drwxr-xr-x 19 root root 4096 Jan  1 00:00 sdcard1
drwxr-xr-x  2 root root 4096 Nov 19  2025 sdcard2
drwxr-xr-x  2 root root 4096 Nov 19  2025 sdcard3
lrwxrwxrwx  1 root root   12 Nov 19  2025 storage0 -> /mnt/storage
drwxr-xr-x  2 root root 4096 Nov 19  2025 storage1
drwxr-xr-x  2 root root 4096 Nov 19  2025 storage2
drwxr-xr-x  2 root root 4096 Nov 19  2025 storage3
lrwxrwxrwx  1 root root   10 Nov 19  2025 udisk0 -> /mnt/udisk
drwxr-xr-x  2 root root 4096 Nov 19  2025 udisk1
drwxr-xr-x  2 root root 4096 Nov 19  2025 udisk2
drwxr-xr-x  2 root root 4096 Nov 19  2025 udisk3
root@rk3308b-buildroot:/# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        58G   95M   55G   1% /
devtmpfs        118M     0  118M   0% /dev
tmpfs           119M   12K  119M   1% /tmp
tmpfs           119M  120K  119M   1% /run
tmpfs           119M   68K  119M   1% /var/log
tmpfs           119M     0  119M   0% /dev/shm
/dev/mmcblk0p1  112M   13M   99M  12% /mnt/sdcard
root@rk3308b-buildroot:/# ls -l /media/sdcard2
total 0
root@rk3308b-buildroot:/# ls -l /media/sdcard1
total 72
lrwxrwxrwx  1 root root    7 Nov 19  2025 bin -> usr/bin
-rw-r--r--  1 root root  489 Nov 19  2025 busybox.fragment
lrwxrwxrwx  1 root root    8 Aug  3  2026 data -> userdata
drwxr-xr-x  4 root root 4096 Nov 19  2025 dev
drwxr-xr-x 17 root root 4096 Jan  1 00:00 etc
drwxr-xr-x  2 root root 4096 Aug  3  2026 info
lrwxrwxrwx  1 root root    7 Nov 19  2025 lib -> usr/lib
lrwxrwxrwx  1 root root    3 Nov 19  2025 lib64 -> lib
lrwxrwxrwx  1 root root   11 Nov 19  2025 linuxrc -> bin/busybox
drwxr-xr-x 11 root root 4096 Nov 19  2025 media
drwxr-xr-x  5 root root 4096 Aug  3  2026 mnt
drwxr-xr-x  2 root root 4096 Nov 19  2025 oem
drwxr-xr-x  2 root root 4096 Nov 19  2025 opt
drwxr-xr-x  2 root root 4096 Nov 19  2025 proc
drwxr-xr-x 15 root root 4096 Aug  3  2026 rockchip-test
drwx------  2 root root 4096 Jan  1 00:01 root
drwxr-xr-x  5 root root 4096 Jan  1 00:00 run
lrwxrwxrwx  1 root root    8 Nov 19  2025 sbin -> usr/sbin
lrwxrwxrwx  1 root root   10 Aug  3  2026 sdcard -> mnt/sdcard
drwxr-xr-x  4 root root 4096 Nov 19  2025 sys
drwxr-xr-x  3 root root 4096 Aug  3  2026 system
drwxrwxrwt  2 root root 4096 Nov 19  2025 tmp
lrwxrwxrwx  1 root root    9 Aug  3  2026 udisk -> mnt/udisk
drwxr-xr-x  3 root root 4096 Jan  1 00:00 userdata
drwxr-xr-x  7 root root 4096 Aug  3  2026 usr
drwxr-xr-x  6 root root 4096 Aug  3  2026 var
lrwxrwxrwx  1 root root    6 Aug  3  2026 vendor -> system
root@rk3308b-buildroot:/#
root@rk3308b-buildroot:/#
root@rk3308b-buildroot:/# ls
bin               etc    linuxrc  opt            run     system    usr
busybox.fragment  info   media    proc           sbin    tmp       var
data              lib    mnt      rockchip-test  sdcard  udisk     vendor
dev               lib64  oem      root           sys     userdata
root@rk3308b-buildroot:/# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        58G   95M   55G   1% /
devtmpfs        118M     0  118M   0% /dev
tmpfs           119M   12K  119M   1% /tmp
tmpfs           119M  120K  119M   1% /run
tmpfs           119M   68K  119M   1% /var/log
tmpfs           119M     0  119M   0% /dev/shm
/dev/mmcblk0p1  112M   13M   99M  12% /mnt/sdcard
root@rk3308b-buildroot:/#
巨大八爪鱼root@rk3308b-buildroot:/# ls /media/sdcard1
bin               etc    linuxrc  opt            run     system    usr
busybox.fragment  info   media    proc           sbin    tmp       var
data              lib    mnt      rockchip-test  sdcard  udisk     vendor
dev               lib64  oem      root           sys     userdata
root@rk3308b-buildroot:/# ls -l /media
total 36
lrwxrwxrwx  1 root root   11 Nov 19  2025 sdcard0 -> /mnt/sdcard
drwxr-xr-x 19 root root 4096 Jan  1 00:00 sdcard1
drwxr-xr-x  2 root root 4096 Nov 19  2025 sdcard2
drwxr-xr-x  2 root root 4096 Nov 19  2025 sdcard3
lrwxrwxrwx  1 root root   12 Nov 19  2025 storage0 -> /mnt/storage
drwxr-xr-x  2 root root 4096 Nov 19  2025 storage1
drwxr-xr-x  2 root root 4096 Nov 19  2025 storage2
drwxr-xr-x  2 root root 4096 Nov 19  2025 storage3
lrwxrwxrwx  1 root root   10 Nov 19  2025 udisk0 -> /mnt/udisk
drwxr-xr-x  2 root root 4096 Nov 19  2025 udisk1
drwxr-xr-x  2 root root 4096 Nov 19  2025 udisk2
drwxr-xr-x  2 root root 4096 Nov 19  2025 udisk3
root@rk3308b-buildroot:/# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        58G   95M   55G   1% /
devtmpfs        118M     0  118M   0% /dev
tmpfs           119M   12K  119M   1% /tmp
tmpfs           119M  120K  119M   1% /run
tmpfs           119M   68K  119M   1% /var/log
tmpfs           119M     0  119M   0% /dev/shm
/dev/mmcblk0p1  112M   13M   99M  12% /mnt/sdcard
root@rk3308b-buildroot:/# mount
/dev/mmcblk0p2 on / type ext4 (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=120352k,nr_inodes=30088,mode=755)
proc on /proc type proc (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
tmpfs on /var/log type tmpfs (rw,nosuid,nodev,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
/dev/mmcblk0p1 on /mnt/sdcard type vfat (rw,nodev,noexec,noatime,nodiratime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p2 on /media/sdcard1 type ext4 (rw,nodev,noexec,noatime,nodiratime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
root@rk3308b-buildroot:/# ls /mnt/sdcard
Image  boot.scr  luckfox-rk3308b-evb-v10.dtb
root@rk3308b-buildroot:/#
45樓 巨大八爪鱼 2026-8-4 15:13
RockpiS LCPI RK3308B四核CPU开发板运行幸狐Luckfox_Nova_SDK_250430(Linux 5.10.198)内核和busybox根文件系统:https://blog.csdn.net/ZLK1214/article/details/163467766
46樓 巨大八爪鱼 2026-8-4 19:07
可以在/etc/fstab中将/dev/mmcblk0p1固定挂载到/boot文件夹下。
开发板上没有/boot文件夹,先创建/boot文件夹:
mkdir /boot
用vi编辑器打开/etc/fstab文件,在/dev/root那一行的下面加一行
/dev/mmcblk0p1  /boot vfat defaults    0   0
然后重启板子,重启后串口一共会打印33次下面的信息,会花费较长时间,需要耐心等待。
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.

以后就可以用/boot安全访问/dev/mmcblk0p1了。
root@rk3308b-buildroot:/# cd /boot
root@rk3308b-buildroot:/boot# ls
Image  boot.scr  luckfox-rk3308b-evb-v10.dtb
root@rk3308b-buildroot:/boot#
47樓 巨大八爪鱼 2026-8-4 19:08
root@rk3308b-buildroot:/# reboot
root@rk3308b-buildroot:/# Stopping input-event-daemon: done
stop auto-reboot finished
Stopping dnsmasq: OK
Stopping pulseaudio: E: [pulseaudio] main.c: Failed to kill daemon: No such process
OK
Stopping dropbear sshd: OK
Stopping ntpd: OK
Stopping dhcpcd...
no /sbin/dhcpcd found; none killed
Stopping network: OK
Stopping bluetoothd: OK
Stopping Wi-Fi/BT...
Stopping system message bus: done
Saving random seed: OK
Stopping irqbalance: OK
Stopping klogd: OK
Stopping syslogd: OK
[  387.282118] android_work: sent uevent USB_STATE=DISCONNECTED
[  387.282884] android_work: did not send uevent (0 0 0000000000000000)
umount: /dev/usb-ffs/adb: target is busy.
umount: /var/log: target is busy.
umount: /run: target is busy.
[  387.336516] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
The system is going down NOW!
Sent SIGTERM to all processes
W: [pulseaudio] pid.c: Failed to open PID file '/tmp/pulse-lej5xwZ9djps/pid': Read-only file system
W: [pulseaudio] pid.c: Failed to open PID file '/tmp/pulse-lej5xwZ9djps/pid': Read-only file system
Sent SIGKILL to all processes
Requesting system reboot
[  389.352345] Set signal voltage to initial state
[  389.353869] [WLAN_RFKILL]: Enter rfkill_wlan_shutdown
[  389.354350] [WLAN_RFKILL]: rockchip_wifi_power: 0
[  389.354834] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  389.355649] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  389.356497] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
[  389.357025] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 0
[  389.358471] reboot: Restarting system
INFO:    PSCI Power Domain Map:
INFO:      Domain Node : Level 2, parent_node -1, State ON (0x0)
INFO:      Domain Node : Level 1, parent_node 0, State ON (0x0)
INFO:      Domain Node : Level 0, parent_node 0, State ON (0x0)
INFO:      Domain Node : Level 0, parent_node 0, State ON (0x0)
INFO:      CPU Node : MPID 0x0, parent_node 1, State ON (0x0)
INFO:      CPU Node : MPID 0x1, parent_node 1, State ON (0x0)
INFO:      CPU Node : MPID 0x2, parent_node 1, State ON (0x0)
INFO:      CPU Node : MPID 0x3, parent_node 1, State ON (0x0)

DDR Version V1.26
REGFB: 0x00000032, 0x00000032
In
589MHz
DDR3
 Col=10 Bank=8 Row=14 Size=256MB
msch:1
Returning to boot ROM...
INFO:    Preloader serial: 0
NOTICE:  BL31: v1.3(release):3a579d3
NOTICE:  BL31: Built : 09:09:17, Jan 29 2019
INFO:    Lastlog: last=0x100000, realtime=0x102000, size=0x2000
INFO:    ARM GICv2 driver initialized
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 1
INFO:    plat_rockchip_pmu_init: pd status 0xe b
INFO:    BL31: Initializing runtime services
WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK
ERROR:   Error initializing runtime service opteed_fast
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x600000
INFO:    SPSR = 0x3c9


U-Boot 2017.09-02389-gc93a0fc709 (May 24 2021 - 01:09:26 +0000), Build: jenkins-linux-build-release-590

Model: Radxa ROCK Pi S
PreSerial: 0
DRAM:  254 MiB
Relocation Offset is: 0f917000
vdd_core 1044000 uV
vdd-core init 1044000 uV
MMC:   dwmmc@ff480000: 0, dwmmc@ff490000: 1
Using default environment

In:    serial@ff0c0000
Out:   serial@ff0c0000
Err:   serial@ff0c0000
Model: Radxa ROCK Pi S
Bootdev(atags): mmc 0
PartType: EFI
## Error: Can't overwrite "serial#"
## Error inserting "serial#" variable, errno=1
get part misc fail -1
boot mode: normal
CLK: (sync kernel. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
  apll 816000 KHz
  dpll 1300000 KHz
  vpll0 1179647 KHz
  vpll1 903167 KHz
  aclk_bus 185714 KHz
  hclk_bus 100000 KHz
  pclk_bus 100000 KHz
  aclk_peri 185714 KHz
  hclk_peri 100000 KHz
  pclk_peri 100000 KHz
  hclk_audio 98303 KHz
  pclk_audio 98303 KHz
Net:   eth0: ethernet@ff4e0000
Hit key to stop autoboot('CTRL+C'):  0
starting USB...
USB0:   Core Release: 3.10a
USB1:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
scanning bus 1 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

Device 0: unknown device
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
reading /boot.scr
272 bytes read in 1 ms (265.6 KiB/s)
## Executing script at 00500000
reading Image
13414408 bytes read in 577 ms (22.2 MiB/s)
reading luckfox-rk3308b-evb-v10.dtb
53652 bytes read in 5 ms (10.2 MiB/s)
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
   Loading Device Tree to 000000000f4f6000, end 000000000f506193 ... OK
Adding bank: 0x00200000 - 0x10000000 (size: 0x0fe00000)

Starting kernel ...


[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd042]
[    0.000000] Linux version 5.10.198 (oct1158@oct1158-ubuntu) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #35 SMP PREEMPT Wed Jul 22 10:02:18 CST 2026
[    0.000000] Machine model: Radxa ROCK Pi S
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-logo@00000000': base 0x0000000000000000, size 0 MiB
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x000000000fffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000200000-0x000000000fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x000000000fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 22 pages/cpu s49176 r8192 d32744 u90112
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64008
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait rw rootfstype=ext4 console=ttyS0,1500000n8
[    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 240704K/260096K available (7614K kernel code, 1452K rwdata, 2580K rodata, 1408K init, 491K bss, 19392K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] rockchip_clk_register_branches: failed to register clock dclk_vop_frac: -17
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.001236] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.001269] pid_max: default: 32768 minimum: 301
[    0.001491] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.001511] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.003996] rcu: Hierarchical SRCU implementation.
[    0.005249] smp: Bringing up secondary CPUs ...
[    0.006239] Detected VIPT I-cache on CPU1
[    0.006354] CPU1: Booted secondary processor 0x0000000001 [0x410fd042]
[    0.007384] Detected VIPT I-cache on CPU2
[    0.007481] CPU2: Booted secondary processor 0x0000000002 [0x410fd042]
[    0.008548] Detected VIPT I-cache on CPU3
[    0.008639] CPU3: Booted secondary processor 0x0000000003 [0x410fd042]
[    0.008798] smp: Brought up 1 node, 4 CPUs
[    0.008845] SMP: Total of 4 processors activated.
[    0.008859] CPU features: detected: 32-bit EL0 Support
[    0.008874] CPU features: detected: CRC32 instructions
[    0.010026] CPU: All CPU(s) started at EL2
[    0.010072] alternatives: patching kernel code
[    0.011135] devtmpfs: initialized
[    0.031406] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.031448] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.031673] pinctrl core: initialized pinctrl subsystem
[    0.033631] NET: Registered protocol family 16
[    0.034681] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.034745] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.035606] Registered FIQ tty driver
[    0.036083] thermal_sys: Registered thermal governor 'step_wise'
[    0.036094] thermal_sys: Registered thermal governor 'user_space'
[    0.036691] thermal_sys: soc_thermal: missing polling-delay-passive property
[    0.036715] thermal_sys: failed to build thermal zone soc_thermal: -22
[    0.037076] cpuidle: using governor menu
[    0.037420] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.037580] ASID allocator initialised with 65536 entries
[    0.038868] ramoops ramoops: failed to locate DT /reserved-memory resource
[    0.038909] ramoops: probe of ramoops failed with error -22
[    0.072034] rockchip-gpio ff220000.gpio0: probed /pinctrl/gpio0@ff220000
[    0.073076] rockchip-gpio ff230000.gpio1: probed /pinctrl/gpio1@ff230000
[    0.074380] rockchip-gpio ff240000.gpio2: probed /pinctrl/gpio2@ff240000
[    0.075358] rockchip-gpio ff250000.gpio3: probed /pinctrl/gpio3@ff250000
[    0.076318] rockchip-gpio ff260000.gpio4: probed /pinctrl/gpio4@ff260000
[    0.076513] rockchip-pinctrl pinctrl: probed pinctrl
[    0.111039] SCSI subsystem initialized
[    0.111421] usbcore: registered new interface driver usbfs
[    0.111507] usbcore: registered new interface driver hub
[    0.111580] usbcore: registered new device driver usb
[    0.111703] mc: Linux media interface: v0.10
[    0.111768] videodev: Linux video capture interface: v2.00
[    0.111852] pps_core: LinuxPPS API ver. 1 registered
[    0.111867] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.111902] PTP clock support registered
[    0.113580] Advanced Linux Sound Architecture Driver Initialized.
[    0.114430] Bluetooth: Core ver 2.22
[    0.114507] NET: Registered protocol family 31
[    0.114521] Bluetooth: HCI device and connection manager initialized
[    0.114544] Bluetooth: HCI socket layer initialized
[    0.114563] Bluetooth: L2CAP socket layer initialized
[    0.114596] Bluetooth: SCO socket layer initialized
[    0.115437] rockchip-cpuinfo cpuinfo: SoC            : 33080001
[    0.115461] rockchip-cpuinfo cpuinfo: Serial         : 0ffc40590825b6c1
[    0.116360] clocksource: Switched to clocksource arch_sys_counter
[    0.119257] NET: Registered protocol family 2
[    0.119539] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.120609] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.120729] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.120775] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.120827] TCP: Hash tables configured (established 2048 bind 2048)
[    0.121001] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.121039] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.121251] NET: Registered protocol family 1
[    0.124851] rockchip-thermal ff1f0000.tsadc: tsadc is probed successfully!
[    0.126403] hw perfevents: enabled with armv8_cortex_a35 PMU driver, 7 counters available
[    0.134621] Initialise system trusted keyrings
[    0.134917] workingset: timestamp_bits=62 max_order=16 bucket_order=0
[    0.142974] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.143215] ntfs: driver 2.1.32 [Flags: R/O].
[    0.214298] Key type asymmetric registered
[    0.214324] Asymmetric key parser 'x509' registered
[    0.214384] io scheduler mq-deadline registered
[    0.214399] io scheduler kyber registered
[    0.215098] rockchip-usb2phy ff008000.syscon:usb2phy@100: IRQ index 0 not found
[    0.223873] dma-pl330 ff2c0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.223905] dma-pl330 ff2c0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    0.226728] dma-pl330 ff2d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.226758] dma-pl330 ff2d0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.228676] vdd_core: supplied by regulator-dummy
[    0.229767] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[    0.230800] ff0a0000.serial: ttyS0 at MMIO 0xff0a0000 (irq = 22, base_baud = 1500000) is a 16550A
[    0.298964] printk: console [ttyS0] enabled
[    0.300608] ff0d0000.serial: ttyS3 at MMIO 0xff0d0000 (irq = 23, base_baud = 5078125) is a 16550A
[    0.302663] ff0e0000.serial: ttyS4 at MMIO 0xff0e0000 (irq = 24, base_baud = 5078125) is a 16550A
[    0.306535] no ATF memory for init
[    0.312812] SCSI Media Changer driver v0.25
[    0.316395] spi_slave spi1: will run message pump with realtime priority
[    0.317588] rockchip-spi-slave ff130000.spi: slave probed, cs-inactive=0, ready=0, ext=0, dam_buf=1d10000
[    0.321173] rk_gmac-dwmac ff4e0000.ethernet: IRQ eth_wake_irq not found
[    0.321815] rk_gmac-dwmac ff4e0000.ethernet: IRQ eth_lpi not found
[    0.322546] rk_gmac-dwmac ff4e0000.ethernet: PTP uses main clock
[    0.323377] rk_gmac-dwmac ff4e0000.ethernet: clock input or output? (output).
[    0.324017] rk_gmac-dwmac ff4e0000.ethernet: Can not read property: tx_delay.
[    0.324672] rk_gmac-dwmac ff4e0000.ethernet: set tx_delay to 0xffffffff
[    0.325262] rk_gmac-dwmac ff4e0000.ethernet: Can not read property: rx_delay.
[    0.325915] rk_gmac-dwmac ff4e0000.ethernet: set rx_delay to 0xffffffff
[    0.326532] rk_gmac-dwmac ff4e0000.ethernet: integrated PHY? (no).
[    0.327560] rk_gmac-dwmac ff4e0000.ethernet: init for RMII
[    0.328416] rk_gmac-dwmac ff4e0000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[    0.329058] rk_gmac-dwmac ff4e0000.ethernet:         DWMAC1000
[    0.329550] rk_gmac-dwmac ff4e0000.ethernet: DMA HW capability register supported
[    0.330215] rk_gmac-dwmac ff4e0000.ethernet: RX Checksum Offload Engine supported
[    0.330896] rk_gmac-dwmac ff4e0000.ethernet: COE Type 2
[    0.331382] rk_gmac-dwmac ff4e0000.ethernet: TX Checksum insertion supported
[    0.332007] rk_gmac-dwmac ff4e0000.ethernet: Wake-Up On Lan supported
[    0.332707] rk_gmac-dwmac ff4e0000.ethernet: Normal descriptors
[    0.333240] rk_gmac-dwmac ff4e0000.ethernet: Ring mode enabled
[    0.333778] rk_gmac-dwmac ff4e0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    0.449379] RTL8201F Fast Ethernet stmmac-0:00: attached PHY driver [RTL8201F Fast Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    0.450486] RTL8201F Fast Ethernet stmmac-0:01: attached PHY driver [RTL8201F Fast Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[    0.453568] usbcore: registered new interface driver rndis_wlan
[    0.454169] usbcore: registered new interface driver asix
[    0.454742] usbcore: registered new interface driver ax88179_178a
[    0.455366] usbcore: registered new interface driver cdc_ether
[    0.455935] usbcore: registered new interface driver net1080
[    0.456511] usbcore: registered new interface driver rndis_host
[    0.457085] usbcore: registered new interface driver cdc_subset
[    0.457683] usbcore: registered new interface driver zaurus
[    0.458280] usbcore: registered new interface driver cdc_ncm
[    0.459610] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator
[    0.460502] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator
[    0.585433] dwc2 ff400000.usb: dwc2_check_params: Invalid parameter lpm_clock_gating=1
[    0.586144] dwc2 ff400000.usb: dwc2_check_params: Invalid parameter besl=1
[    0.586782] dwc2 ff400000.usb: dwc2_check_params: Invalid parameter hird_threshold_en=1
[    0.587551] dwc2 ff400000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
[    0.588507] dwc2 ff400000.usb: DWC OTG Controller
[    0.588960] dwc2 ff400000.usb: new USB bus registered, assigned bus number 1
[    0.589647] dwc2 ff400000.usb: irq 34, io mem 0xff400000
[    0.591330] hub 1-0:1.0: USB hub found
[    0.591747] hub 1-0:1.0: 1 port detected
[    0.593980] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.594592] ehci-platform: EHCI generic platform driver
[    0.599110] ehci-platform ff440000.usb: EHCI Host Controller
[    0.599683] ehci-platform ff440000.usb: new USB bus registered, assigned bus number 2
[    0.600577] ehci-platform ff440000.usb: irq 35, io mem 0xff440000
[    0.607392] ehci-platform ff440000.usb: USB 2.0 started, EHCI 1.00
[    0.609131] hub 2-0:1.0: USB hub found
[    0.609548] hub 2-0:1.0: 1 port detected
[    0.610844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.611459] ohci-platform: OHCI generic platform driver
[    0.612515] ohci-platform ff450000.usb: Generic Platform OHCI controller
[    0.613138] ohci-platform ff450000.usb: new USB bus registered, assigned bus number 3
[    0.614031] ohci-platform ff450000.usb: irq 36, io mem 0xff450000
[    0.671595] hub 3-0:1.0: USB hub found
[    0.671994] hub 3-0:1.0: 1 port detected
[    0.673304] usbcore: registered new interface driver cdc_wdm
[    0.673975] usbcore: registered new interface driver usb-storage
[    0.675405] i2c /dev entries driver
[    0.677991] pca953x 1-0020: supply vcc not found, using dummy regulator
[    0.681398] pca953x 3-0020: supply vcc not found, using dummy regulator
[    0.683642] pca954x 1-0070: probe failed
[    0.724200] i2c i2c-3: Added multiplexed i2c bus 4
[    0.725450] i2c i2c-3: Added multiplexed i2c bus 5
[    0.726720] i2c i2c-3: Added multiplexed i2c bus 6
[    0.727870] i2c i2c-3: Added multiplexed i2c bus 7
[    0.728318] pca954x 3-0070: registered 4 multiplexed busses for I2C switch pca9546
[    0.730733] dw_wdt ff080000.watchdog: No valid TOPs array specified
[    0.732165] Bluetooth: HCI UART driver ver 2.3
[    0.732620] Bluetooth: HCI UART protocol H4 registered
[    0.734899] cpu cpu0: failed to register system monitor
[    0.737304] Synopsys Designware Multimedia Card Interface Driver
[    0.738994] dwmmc_rockchip ff480000.mmc: No normal pinctrl state
[    0.739050] dwmmc_rockchip ff490000.mmc: IDMAC supports 32-bit address mode.
[    0.739569] dwmmc_rockchip ff480000.mmc: No idle pinctrl state
[    0.739918] usbcore: registered new interface driver usbhid
[    0.739923] usbhid: USB HID core driver
[    0.740224] dwmmc_rockchip ff490000.mmc: Using internal DMA controller.
[    0.740298] rockchip-dmc dmc: failed to get the count of devfreq-event in /dmc node
[    0.740691] rockchip-dmc: probe of dmc failed with error -95
[    0.740871] dwmmc_rockchip ff480000.mmc: IDMAC supports 32-bit address mode.
[    0.741209] dwmmc_rockchip ff490000.mmc: Version ID is 270a
[    0.741611] dwmmc_rockchip ff480000.mmc: Using internal DMA controller.
[    0.741733] dwmmc_rockchip ff4a0000.mmc: No normal pinctrl state
[    0.741741] dwmmc_rockchip ff4a0000.mmc: No idle pinctrl state
[    0.741904] dwmmc_rockchip ff4a0000.mmc: IDMAC supports 32-bit address mode.
[    0.741931] dwmmc_rockchip ff4a0000.mmc: Using internal DMA controller.
[    0.741943] dwmmc_rockchip ff4a0000.mmc: Version ID is 270a
[    0.742030] dwmmc_rockchip ff4a0000.mmc: DW MMC controller at irq 39,32 bit host data width,256 deep fifo
[    0.742191] dwmmc_rockchip ff490000.mmc: DW MMC controller at irq 38,32 bit host data width,256 deep fifo
[    0.742376] dwmmc_rockchip ff4a0000.mmc: allocated mmc-pwrseq
[    0.742388] mmc_host mmc1: card is non-removable.
[    0.742410] rknandc_base v1.1 2017-01-11
[    0.742697] rksfc_base v1.1 2016-01-08
[    0.742844] dwmmc_rockchip ff480000.mmc: Version ID is 270a
[    0.743630] mmc_host mmc2: card is non-removable.
[    0.744039] dwmmc_rockchip ff480000.mmc: DW MMC controller at irq 37,32 bit host data width,256 deep fifo
[    0.747414] The acodec version is: b
[    0.753355] rk3308-acodec ff560000.acodec: Don't need hp-ctl gpio
[    0.753926] rk3308-acodec ff560000.acodec: Don't need spk-ctl gpio
[    0.754516] rk3308-acodec ff560000.acodec: Don't need pa-drv gpio
[    0.755057] rk3308-acodec ff560000.acodec: De-pop as much as possible
[    0.755291] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.755724] rk3308-acodec ff560000.acodec: Don't need micbias-en gpio
[    0.757123] rk3308-acodec ff560000.acodec: no vmicbias regulator found
[    0.757278] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.757718] rk3308-acodec ff560000.acodec: Check ext_micbias: 0
[    0.761419] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.762131] rk-multicodecs acodec-sound: Failed to get ADC channel
[    0.763081] rk-multicodecs acodec-sound: ASoC: Property 'rockchip,audio-routing' does not exist or its length is not even
[    0.775317] dwmmc_rockchip ff4a0000.mmc: card claims to support voltages below defined range
[    0.786240] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    0.787166] mmc1: error -110 whilst initialising SDIO card
[    0.799761] mmc_host mmc2: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[    0.801723] mmc_host mmc1: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[    0.822000] dwmmc_rockchip ff4a0000.mmc: card claims to support voltages below defined range
[    0.825185] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    0.826164] mmc0: new high speed SDXC card at address b36f
[    0.827965] mmcblk0: mmc0:b36f SDABC 58.2 GiB
[    0.836191]  mmcblk0: p1 p2
[    0.836426] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    0.836937] rk3308-acodec ff560000.acodec: rk3308_codec_set_jack: Request detect hp jack once
[    0.837446] mmc1: error -110 whilst initialising SDIO card
[    0.840165] input: rockchip,rk3308-acodec Headset as /devices/platform/acodec-sound/sound/card1/input0
[    0.842813] NET: Registered protocol family 10
[    0.844505] mmc_host mmc2: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[    0.844779] Segment Routing with IPv6
[    0.845781] NET: Registered protocol family 17
[    0.846206] NET: Registered protocol family 15
[    0.846875] Bluetooth: RFCOMM TTY layer initialized
[    0.847356] Bluetooth: RFCOMM socket layer initialized
[    0.847407] rk3308-acodec ff560000.acodec: Don't need to change dac_output: 0
[    0.847855] Bluetooth: RFCOMM ver 1.11
[    0.848812] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    0.849368] Bluetooth: HIDP socket layer initialized
[    0.849813] [BT_RFKILL]: Enter rfkill_rk_init
[    0.850203] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    0.851178] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    0.851729] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = rtl8723ds
[    0.852523] mmc_host mmc1: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[    0.853413] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    0.854048] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    0.854800] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 0, flags = 0.
[    0.855615] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    0.856086] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[    0.856568] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    0.857852] flash vendor_init_thread!
[    0.858192] flash vendor storage:20170308 ret = -1
[    0.858543] Loading compiled-in X.509 certificates
[    0.874341] dwmmc_rockchip ff4a0000.mmc: card claims to support voltages below defined range
[    0.891860] rockchip-dmc dmc: failed to get the count of devfreq-event in /dmc node
[    0.892644] debugfs: Directory 'dmc-center' with parent 'vdd_log' already present!
[    0.893402] rockchip-dmc: probe of dmc failed with error -95
[    0.894199] vcc_1v8: supplied by vcc_io
[    0.895224] vcc_1v8_codec: supplied by vcc_io
[    0.895442] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    0.895816] mmc_host mmc2: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[    0.896381] rockchip-iodomain ff000000.grf:io-domains: vccio0(3300000 uV) supplied by vcc_io
[    0.896499] rockchip-iodomain ff000000.grf:io-domains: vccio1(3300000 uV) supplied by vcc_io
[    0.897372] mmc1: error -110 whilst initialising SDIO card
[    0.898253] rockchip-iodomain ff000000.grf:io-domains: vccio2(1800000 uV) supplied by vcc_1v8
[    0.900211] rockchip-iodomain ff000000.grf:io-domains: vccio3(1800000 uV) supplied by vccio_flash
[    0.901100] rockchip-iodomain ff000000.grf:io-domains: vccio4(1800000 uV) supplied by vcc_1v8
[    0.901951] rockchip-iodomain ff000000.grf:io-domains: vccio5(3300000 uV) supplied by vcc_io
[    0.908224] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    0.911881] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    0.912491] mmc_host mmc1: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[    0.913501] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    0.914266] cfg80211: failed to load regulatory.db
WARNING: suspend_mode_handler: Not support call: 0x4
[    0.915566] rockchip-suspend not set sleep-mode-config for mem-lite
[    0.916132] rockchip-suspend not set wakeup-config for mem-lite
[    0.916694] rockchip-suspend not set sleep-mode-config for mem-ultra
[    0.917271] rockchip-suspend not set wakeup-config for mem-ultra
[    0.918968] ALSA device list:
[    0.919320]   #0: Loopback 1
[    0.919598]   #1: rockchip,rk3308-acodec
[    0.920268] dw-apb-uart ff0a0000.serial: forbid DMA for kernel console
[    0.937870] dwmmc_rockchip ff4a0000.mmc: card claims to support voltages below defined range
[    0.958163] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    0.959046] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    0.961311] devtmpfs: mounted
[    0.963042] Freeing unused kernel memory: 1408K
[    0.963607] Run /sbin/init as init process
[    0.977547] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    0.980467] mmc1: new high speed SDIO card at address 0001
[    1.179086] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    1.333193] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
mount: /oem: can't find PARTLABEL=oem.
mount: /userdata: can't find PARTLABEL=userdata.
Start mounting all internal partitions in /etc/fstab
Log saved to /var/log/mount-all.log
Note: Create /.skip_fsck to skip fsck
 - The check might take a while if didn't shutdown properly!
[1]: Handling /dev/mmcblk0p1 /boot vfat defaults 0
[0]: Handling /dev/mmcblk0p2 / ext4 rw,noauto 1
[1]: Resizing /dev/mmcblk0p1(vfat)
[0]: Checking /dev/mmcblk0p2(ext4)
[    2.028586] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
e2fsck 1.46.5 (30-Dec-2021)
rootfs: clean, 2793/3310800 files, 237526/15234316 blocks
[0]: Already resized /dev/mmcblk0p2(ext4)
[    2.225372] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
/bin/disk-helper: line 278: [: : integer expression expected
/bin/disk-helper: line 282: [: 100663296: unary operator expected
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
Error: Partition /dev/mmcblk0p1 is being used.  You must unmount it before you modify it with Parted.
fatresize 1.0.3 ()
[1]: Done with rootfs
[1]: Fallback to format resize
[1]: Format-resizing /dev/mmcblk0p1(vfat)
[1]: Backup original data
[1]: Format and mount rw
[1]: Formatting /dev/mmcblk0p1(vfat)
Cannot initialize conversion from codepage 850 to ANSI_X3.4-1968: Invalid argument
Cannot initialize conversion from ANSI_X3.4-1968 to codepage 850: Invalid argument
Using internal CP850 conversion table
mkfs.fat: Warning: lowercase labels might not work properly on some systems
mkfs.fat 4.2 (2021-01-31)
[1]: Mounting /dev/mmcblk0p1(vfat) on /boot with -o defaults
[1]: Restore backup data
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [  175.356878] udevd[315]: starting version 3.2.10
[  175.366043] random: udevd: uninitialized urandom read (16 bytes read)
[  175.369176] random: udevd: uninitialized urandom read (16 bytes read)
[  175.370007] random: udevd: uninitialized urandom read (16 bytes read)
[  175.431589] udevd[316]: starting eudev-3.2.10
done
Starting irqbalance: OK
Initializing random number generator: OK
Saving random seed: [  182.586997] random: dd: uninitialized urandom read (32 bytes read)
OK
Starting system message bus: [  182.653010] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
[  182.653783] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
done
Starting bluetoothd: OK
Starting network: ln: failed to create symbolic link '': No such file or directory
Handling start for Wi-Fi/BT chip: Realtek       RTL8723DS       sdio    024c:d723       RTL8723DS.ko
Starting Wifi/BT...
OK
[  183.017103] aic8800_bsp: loading out-of-tree module taints kernel.
[  183.020098] aicbsp_init
[  183.020436] RELEASE_DATE:2024_0615_c3cb37b3
[  183.020832] aicbsp_resv_mem_init
[  183.023458] aicbsp: aicbsp_set_subsys, subsys: AIC_BLUETOOTH, state to: 1
[  183.024086] aicbsp: aicbsp_set_subsys, power state change to 1 dure to AIC_BLUETOOTH
[  183.024942] aicbsp: aicbsp_platform_power_on
[  183.025384] [WLAN_RFKILL]: rockchip_wifi_power: 0
[  183.025816] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  183.026664] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  183.027496] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
Starting dhcpcd...
dhcpcd-9.4.1 starting
dev: loaded udev
[  183.078049] [WLAN_RFKILL]: rockchip_wifi_power: 1
[  183.078524] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  183.079327] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
DUID 00:01:00:01:c7:92:bc:89:4e:54:56:58:48:51
[  183.129886] sdio: host isn't  initialization successfully.
no interfaces have a carrier
forked to background, child pid 501
[  183.207240] rk_gmac-dwmac ff4e0000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8201F Fast Ethernet] (irq=POLL)
[  183.219430] rk_gmac-dwmac ff4e0000.ethernet eth0: No Safety Features support found
[  183.220135] rk_gmac-dwmac ff4e0000.ethernet eth0: PTP not supported by HW
Starting ntpd: [  183.222226] rk_gmac-dwmac ff4e0000.ethernet eth0: configuring for phy/rmii link mode
OK
Starting dropbear sshd: OK
Starting pulseaudio: OK
Starting dnsmasq: OK
W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
W: [pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
Starting input-event-daemon: done
root@rk3308b-buildroot:/# E: [pulseaudio] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
E: [pulseaudio] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
E: [pulseaudio] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
E: [pulseaudio] main.c: Sink alsa_output.platform-vad-sound.stereo-fallback does not exist.
E: [pulseaudio] main.c: Sink alsa_output.platform-vad-acodec-sound.stereo-fallback does not exist.
E: [pulseaudio] main.c: Source alsa_input.platform-vad-sound.multichannel-input does not exist.
E: [pulseaudio] main.c: Source alsa_input.platform-vad-acodec-sound.multichannel-input does not exist.
W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[  184.308944] file system registered
[  184.516454] read descriptors
[  184.516754] read strings
[  184.657232] dwc2 ff400000.usb: bound driver configfs-gadget
[  184.833561] dwc2 ff400000.usb: new device is high-speed
[  184.930460] dwc2 ff400000.usb: new device is high-speed
[  184.968414] dwc2 ff400000.usb: new address 15
[  184.988980] android_work: sent uevent USB_STATE=CONNECTED
[  185.112265] android_work: sent uevent USB_STATE=CONFIGURED
[  185.201108] aicbsp: aicbsp_set_subsys, fail to set AIC_BLUETOOTH power state to 1
Installing WiFi/BT module: aic8800_fdrv.ko
[  185.252541] aicbsp: aicbsp_set_subsys, subsys: AIC_WIFI, state to: 1
[  185.253132] aicbsp: aicbsp_set_subsys, power state change to 1 dure to AIC_WIFI
[  185.254318] aicbsp: aicbsp_platform_power_on
[  185.254881] [WLAN_RFKILL]: rockchip_wifi_power: 0
[  185.255325] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  185.256203] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  185.257113] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
[  185.307736] [WLAN_RFKILL]: rockchip_wifi_power: 1
[  185.308184] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  185.309971] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
[  185.361033] sdio: host isn't  initialization successfully.
[  187.440992] aicbsp: aicbsp_set_subsys, fail to set AIC_WIFI power state to 1
[  187.496033] aicbsp: aicbsp_set_subsys, subsys: AIC_WIFI, state to: 1
[  187.496751] aicbsp: aicbsp_set_subsys, power state change to 1 dure to AIC_WIFI
[  187.497484] aicbsp: aicbsp_platform_power_on
[  187.497891] [WLAN_RFKILL]: rockchip_wifi_power: 0
[  187.498329] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  187.499216] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  187.500085] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
[  187.551634] [WLAN_RFKILL]: rockchip_wifi_power: 1
[  187.552074] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[  187.552907] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
[  187.603460] sdio: host isn't  initialization successfully.
[  189.680802] aicbsp: aicbsp_set_subsys, fail to set AIC_WIFI power state to 1
insmod: can't insert 'aic8800_fdrv.ko': No such device
[  265.335450] random: crng init done
[  265.335833] random: 13 urandom warning(s) missed due to ratelimiting

root@rk3308b-buildroot:/# ls -l /boot
total 13154
-rwxr-xr-x 1 root root 13414408 Aug  4  2026 Image
-rwxr-xr-x 1 root root      272 Aug  4  2026 boot.scr
-rwxr-xr-x 1 root root    53652 Aug  4  2026 luckfox-rk3308b-evb-v10.dtb
root@rk3308b-buildroot:/# mount
/dev/mmcblk0p2 on / type ext4 (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=120352k,nr_inodes=30088,mode=755)
proc on /proc type proc (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
tmpfs on /var/log type tmpfs (rw,nosuid,nodev,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p2 on /mnt/sdcard type ext4 (rw,nodev,noexec,noatime,nodiratime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
root@rk3308b-buildroot:/# cat /etc/fstab
# <file system> <mount pt>      <type>  <options>       <dump>  <pass>
/dev/root       /               ext4    rw,noauto       0       1
/dev/mmcblk0p1  /boot vfat defaults    0   0
tmpfs           /tmp            tmpfs   mode=1777       0       0
tmpfs           /run            tmpfs   mode=0755,nosuid,nodev  0       0
tmpfs           /var/log        tmpfs   mode=0755,nosuid,nodev  0       0
proc    /proc   proc    defaults        0 0
devtmpfs        /dev    devtmpfs        defaults        0 0
devpts  /dev/pts        devpts  mode=0620,ptmxmode=0000,gid=5   0 0
tmpfs   /dev/shm        tmpfs   nosuid,nodev,noexec     0 0
sysfs   /sys    sysfs   nosuid,nodev,noexec     0 0
configfs        /sys/kernel/config      configfs        defaults        0 0
debugfs /sys/kernel/debug       debugfs defaults        0 0
pstore  /sys/fs/pstore  pstore  nosuid,nodev,noexec     0 0
PARTLABEL=oem   /oem    ext2    defaults        0 2
PARTLABEL=userdata      /userdata       ext2    defaults        0 2
root@rk3308b-buildroot:/#

內容轉換:

回覆帖子
內容:
用戶名: 您目前是匿名發表。
驗證碼:
看不清?換一張