您尚未登录。

楼主 # 2021-09-28 20:44:57

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

小白学习 SIPEED R329 开发板 step by step

全志官方开发板原理图: r329_bga_evb5_v1_3.pdf

R329 Brief: R329_Brief.pdf

R329 Datasheet: R329_Datasheet_V1.0.pdf

R329 Manual: R329_User_Manual_V1.0.pdf




SIPEED 开发板购买: https://item.taobao.com/item.htm?id=652879327858


SIPEED R329核心板正面:Sipeed_M2A_V2-1_PDF_ADT.pdf

SIPEED R329核心板背面:Sipeed_M2A_V2-1_PDF_ADB.pdf



SIPEED 开发板手册: MaixSense_dataset_zh_Hans_V1.0.pdf

SIPEED 底板原理图: Sipeed_MAIXSense_SCH_1.0.pdf

SIPEED 核心板原理图: Sipeed_MAIX-II-A_SCH_1.0.pdf

SIPEED USB摄像头原理图: Sipeed_MAIXSense_SensorBoard_SCH_1.0.pdf



SIPEED 官方硬件资料:https://dl.sipeed.com/shareURL/MaixII/MaixII-A/HDK

SIPEED 官方wiki:https://wiki.sipeed.com/hardware/zh/maixII/M2A/MaixSense/start/start.html



基于全志tina修改的SDK: https://github.com/sipeed/R329-Tina-jishu

基于主线Linux SDK: https://github.com/sipeed/linux/tree/r329-wip-integrated

R329开发板产品介绍/教程/参考评测等汇总贴(持续更新):
https://aijishu.com/a/1060000000221780





离线

楼主 #1 2021-09-28 21:40:05

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: 小白学习 SIPEED R329 开发板 step by step

https://open.allwinnertech.com/#/sdk/256

https://d1.docs.aw-ol.com/study/study_2getsdk/

1.安装repo引导脚本:
# 使用AW提供的引导脚本和repo仓库,如已安装了google官方引导脚本,请将官方引导脚本替换成AW提供的引导脚本。

# 从全志服务器下载安装repo引导脚本,将username替换成客户下载账号的用户名

$ git clone ssh://username@sdk.allwinnertech.com/git_repo/repo.git

# 修改repo/repo文件中下面一行,将username替换成客户下载账号的用户名

REPO_URL='ssh://username@sdk.allwinnertech.com/git_repo/repo.git'

# 把repo引导脚本添加到自己计算机环境变量中

$ cp repo/repo /usr/bin/repo $ chmod 777 /usr/bin/repo

试一试:

whycan@ubuntu:/tmp$ git clone ssh://whycan@sdk.allwinnertech.com/git_repo/repo.git
Cloning into 'repo'...
remote: Counting objects: 4032, done.
remote: Compressing objects: 100% (1262/1262), done.
remote: Total 4032 (delta 2734), reused 3931 (delta 2709)
Receiving objects: 100% (4032/4032), 977.60 KiB | 1.13 MiB/s, done.
Resolving deltas: 100% (2734/2734), done.
whycan@ubuntu:/tmp$ vi repo/repo
whycan@ubuntu:/tmp$
whycan@ubuntu:/tmp$
whycan@ubuntu:/tmp$ mv repo/repo /usr/bin/re
readelf          recode-sr-latin  rediff           rename.ul        renice           resizecons       rev
realpath         recountdiff      remmina          rendercheck      reset            resizepart
whycan@ubuntu:/tmp$ sudo mv repo/repo /usr/bin/
whycan@ubuntu:/tmp$

repo克隆原汁原味的代码:

whycan@ubuntu:/opt/r329$ mkdir R329-Tina-jishu
whycan@ubuntu:/opt/r329$ cd R329-Tina-jishu/
whycan@ubuntu:/opt/r329/R329-Tina-jishu$
whycan@ubuntu:/opt/r329/R329-Tina-jishu$
whycan@ubuntu:/opt/r329/R329-Tina-jishu$ repo init -u ssh://whycan@sdk.allwinnertech.com/git_repo/R329_Tina_jishu/manifest.git -b master -m R329-Tina-jishu.xml
Get ssh://whycan@sdk.allwinnertech.com/git_repo/repo.git
remote: Counting objects: 4032, done.
remote: Compressing objects: 100% (1262/1262), done.
remote: Total 4032 (delta 2734), reused 3931 (delta 2709)
Receiving objects: 100% (4032/4032), 977.55 KiB | 2.73 MiB/s, done.
Resolving deltas: 100% (2734/2734), done.
From ssh://sdk.allwinnertech.com/git_repo/repo
 * [new branch]      master     -> origin/master
 * [new tag]         v1.0       -> v1.0
 * [new tag]         v1.0.1     -> v1.0.1
 * [new tag]         v1.0.2     -> v1.0.2
 * [new tag]         v1.0.3     -> v1.0.3
 * [new tag]         v1.0.4     -> v1.0.4
 * [new tag]         v1.0.5     -> v1.0.5
 * [new tag]         v1.0.6     -> v1.0.6
 * [new tag]         v1.0.7     -> v1.0.7
 * [new tag]         v1.0.8     -> v1.0.8
 * [new tag]         v1.0.9     -> v1.0.9
 * [new tag]         v1.1       -> v1.1
 * [new tag]         v1.10.0    -> v1.10.0
 * [new tag]         v1.10.1    -> v1.10.1
 * [new tag]         v1.10.2    -> v1.10.2
 * [new tag]         v1.10.3    -> v1.10.3
 * [new tag]         v1.10.4    -> v1.10.4
 * [new tag]         v1.11.0    -> v1.11.0
 * [new tag]         v1.11.1    -> v1.11.1
 * [new tag]         v1.12.0    -> v1.12.0
 * [new tag]         v1.12.1    -> v1.12.1
 * [new tag]         v1.12.10   -> v1.12.10
 * [new tag]         v1.12.11   -> v1.12.11
 * [new tag]         v1.12.12   -> v1.12.12
 * [new tag]         v1.12.13   -> v1.12.13
 * [new tag]         v1.12.14   -> v1.12.14
 * [new tag]         v1.12.15   -> v1.12.15
 * [new tag]         v1.12.16   -> v1.12.16
 * [new tag]         v1.12.17   -> v1.12.17
 * [new tag]         v1.12.18   -> v1.12.18
 * [new tag]         v1.12.19   -> v1.12.19
 * [new tag]         v1.12.2    -> v1.12.2
 * [new tag]         v1.12.20   -> v1.12.20
 * [new tag]         v1.12.21   -> v1.12.21
 * [new tag]         v1.12.22   -> v1.12.22
 * [new tag]         v1.12.23   -> v1.12.23
 * [new tag]         v1.12.24   -> v1.12.24
 * [new tag]         v1.12.25   -> v1.12.25
 * [new tag]         v1.12.26   -> v1.12.26
 * [new tag]         v1.12.27   -> v1.12.27
 * [new tag]         v1.12.28   -> v1.12.28
 * [new tag]         v1.12.29   -> v1.12.29
 * [new tag]         v1.12.3    -> v1.12.3
 * [new tag]         v1.12.3.1  -> v1.12.3.1
 * [new tag]         v1.12.30   -> v1.12.30
 * [new tag]         v1.12.30.1 -> v1.12.30.1
 * [new tag]         v1.12.31   -> v1.12.31
 * [new tag]         v1.12.32   -> v1.12.32
 * [new tag]         v1.12.33   -> v1.12.33
 * [new tag]         v1.12.34   -> v1.12.34
 * [new tag]         v1.12.35   -> v1.12.35
 * [new tag]         v1.12.36   -> v1.12.36
 * [new tag]         v1.12.37   -> v1.12.37
 * [new tag]         v1.12.4    -> v1.12.4
 * [new tag]         v1.12.5    -> v1.12.5
 * [new tag]         v1.12.6    -> v1.12.6
 * [new tag]         v1.12.7    -> v1.12.7
 * [new tag]         v1.12.8    -> v1.12.8
 * [new tag]         v1.12.9    -> v1.12.9
 * [new tag]         v1.2       -> v1.2
 * [new tag]         v1.3       -> v1.3
 * [new tag]         v1.3.1     -> v1.3.1
 * [new tag]         v1.3.2     -> v1.3.2
 * [new tag]         v1.4       -> v1.4
 * [new tag]         v1.4.1     -> v1.4.1
 * [new tag]         v1.4.2     -> v1.4.2
 * [new tag]         v1.4.3     -> v1.4.3
 * [new tag]         v1.4.4     -> v1.4.4
 * [new tag]         v1.5       -> v1.5
 * [new tag]         v1.5.1     -> v1.5.1
 * [new tag]         v1.6       -> v1.6
 * [new tag]         v1.6.1     -> v1.6.1
 * [new tag]         v1.6.10    -> v1.6.10
 * [new tag]         v1.6.10.1  -> v1.6.10.1
 * [new tag]         v1.6.10.2  -> v1.6.10.2
 * [new tag]         v1.6.2     -> v1.6.2
 * [new tag]         v1.6.3     -> v1.6.3
 * [new tag]         v1.6.4     -> v1.6.4
 * [new tag]         v1.6.5     -> v1.6.5
 * [new tag]         v1.6.6     -> v1.6.6
 * [new tag]         v1.6.7     -> v1.6.7
 * [new tag]         v1.6.7.1   -> v1.6.7.1
 * [new tag]         v1.6.7.2   -> v1.6.7.2
 * [new tag]         v1.6.7.3   -> v1.6.7.3
 * [new tag]         v1.6.7.4   -> v1.6.7.4
 * [new tag]         v1.6.7.5   -> v1.6.7.5
 * [new tag]         v1.6.8     -> v1.6.8
 * [new tag]         v1.6.8.1   -> v1.6.8.1
 * [new tag]         v1.6.8.10  -> v1.6.8.10
 * [new tag]         v1.6.8.11  -> v1.6.8.11
 * [new tag]         v1.6.8.2   -> v1.6.8.2
 * [new tag]         v1.6.8.3   -> v1.6.8.3
 * [new tag]         v1.6.8.4   -> v1.6.8.4
 * [new tag]         v1.6.8.5   -> v1.6.8.5
 * [new tag]         v1.6.8.6   -> v1.6.8.6
 * [new tag]         v1.6.8.7   -> v1.6.8.7
 * [new tag]         v1.6.8.8   -> v1.6.8.8
 * [new tag]         v1.6.8.9   -> v1.6.8.9
 * [new tag]         v1.6.9     -> v1.6.9
 * [new tag]         v1.6.9.1   -> v1.6.9.1
 * [new tag]         v1.6.9.2   -> v1.6.9.2
 * [new tag]         v1.6.9.3   -> v1.6.9.3
 * [new tag]         v1.6.9.4   -> v1.6.9.4
 * [new tag]         v1.6.9.5   -> v1.6.9.5
 * [new tag]         v1.6.9.6   -> v1.6.9.6
 * [new tag]         v1.6.9.7   -> v1.6.9.7
 * [new tag]         v1.6.9.8   -> v1.6.9.8
 * [new tag]         v1.7       -> v1.7
 * [new tag]         v1.7.1     -> v1.7.1
 * [new tag]         v1.7.2     -> v1.7.2
 * [new tag]         v1.7.3     -> v1.7.3
 * [new tag]         v1.7.3.1   -> v1.7.3.1
 * [new tag]         v1.7.4     -> v1.7.4
 * [new tag]         v1.7.4.1   -> v1.7.4.1
 * [new tag]         v1.7.4.2   -> v1.7.4.2
 * [new tag]         v1.7.4.3   -> v1.7.4.3
 * [new tag]         v1.7.5     -> v1.7.5
 * [new tag]         v1.7.6     -> v1.7.6
 * [new tag]         v1.7.6.1   -> v1.7.6.1
 * [new tag]         v1.7.7     -> v1.7.7
 * [new tag]         v1.7.7.1   -> v1.7.7.1
 * [new tag]         v1.7.7.2   -> v1.7.7.2
 * [new tag]         v1.7.7.3   -> v1.7.7.3
 * [new tag]         v1.7.7.4   -> v1.7.7.4
 * [new tag]         v1.7.7.5   -> v1.7.7.5
 * [new tag]         v1.7.7.6   -> v1.7.7.6
 * [new tag]         v1.7.8     -> v1.7.8
 * [new tag]         v1.7.8.1   -> v1.7.8.1
 * [new tag]         v1.7.8.2   -> v1.7.8.2
 * [new tag]         v1.8.0     -> v1.8.0
 * [new tag]         v1.8.1     -> v1.8.1
 * [new tag]         v1.8.2     -> v1.8.2
 * [new tag]         v1.9.0     -> v1.9.0
 * [new tag]         v1.9.1     -> v1.9.1
 * [new tag]         v1.9.2     -> v1.9.2
 * [new tag]         v1.9.3     -> v1.9.3
 * [new tag]         v1.9.4     -> v1.9.4
 * [new tag]         v1.9.5     -> v1.9.5
 * [new tag]         v1.9.6     -> v1.9.6
warning: 'ssh://whycan@sdk.allwinnertech.com/git_repo/repo.git' does not look like a git-repo repository, is REPO_URL set correctly?
Get ssh://whycan@sdk.allwinnertech.com/git_repo/R329_Tina_jishu/manifest.git
remote: Counting objects: 3, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 3 (delta 0), reused 0 (delta 0)
From ssh://sdk.allwinnertech.com/git_repo/R329_Tina_jishu/manifest
 * [new branch]      master     -> origin/master

Your identity is: hexing <hexing@whycan.com>
If you want to change this, please re-run 'repo init' with --config-name

Testing colorized output (for 'repo diff', 'repo status'):
  black    red      green    yellow   blue     magenta   cyan     white
  bold     dim      ul       reverse
Enable color display in this user account (y/N)? y

repo has been initialized in /opt/r329/R329-Tina-jishu
whycan@ubuntu:/opt/r329/R329-Tina-jishu$
whycan@ubuntu:/opt/r329/R329-Tina-jishu$
whycan@ubuntu:/opt/r329/R329-Tina-jishu$ repo sync
Fetching project product/tina/scripts
remote: Counting objects: 124, done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 124 (delta 6), reused 122 (delta 5)
Receiving objects: 100% (124/124), 304.68 KiB | 2.44 MiB/s, done.
Resolving deltas: 100% (6/6), done.
From ssh://sdk.allwinnertech.com/git_repo/R329_Tina_jishu/R329-Tina-jishu/product/tina/scripts
 * [new branch]      smartx-r329-tina-jishu -> tina/smartx-r329-tina-jishu
 * [new tag]         smartx-r329-tina-for-jishu-community-v0.1 -> smartx-r329-tina-for-jishu-community-v0.1
 * [new tag]         smartx-r329-tina-for-jishu-community-v0.2 -> smartx-r329-tina-for-jishu-community-v0.2
Fetching project product/tina/toolchain
remote: Counting objects: 151, done.
remote: Compressing objects: 100% (112/112), done.
remote: Total 151 (delta 28), reused 149 (delta 27)
Receiving objects: 100% (151/151), 90.31 KiB | 4.10 MiB/s, done.
Resolving deltas: 100% (28/28), done.
From ssh://sdk.allwinnertech.com/git_repo/R329_Tina_jishu/R329-Tina-jishu/product/tina/toolchain
 * [new branch]      smartx-r329-tina-jishu -> tina/smartx-r329-tina-jishu
 * [new tag]         smartx-r329-tina-for-jishu-community-v0.1 -> smartx-r329-tina-for-jishu-community-v0.1
 * [new tag]         smartx-r329-tina-for-jishu-community-v0.2 -> smartx-r329-tina-for-jishu-community-v0.2
Fetching project product/tina/target
remote: Counting objects: 177, done.
remote: Compressing objects: 100% (117/117), done.
remote: Total 177 (delta 44), reused 175 (delta 43)
Receiving objects: 100% (177/177), 200.94 KiB | 2.11 MiB/s, done.
Resolving deltas: 100% (44/44), done.
From ssh://sdk.allwinnertech.com/git_repo/R329_Tina_jishu/R329-Tina-jishu/product/tina/target
 * [new branch]      smartx-r329-tina-jishu -> tina/smartx-r329-tina-jishu
 * [new tag]         smartx-r329-tina-for-jishu-community-v0.1 -> smartx-r329-tina-for-jishu-community-v0.1
 * [new tag]         smartx-r329-tina-for-jishu-community-v0.2 -> smartx-r329-tina-for-jishu-community-v0.2
Fetching projects:  20% (3/15)
Fetching project product/tina/prebuilt
remote: Counting objects: 5073, done.
remote: Compressing objects: 100% (2956/2956), done.
remote: Total 5073 (delta 1754), reused 5071 (delta 1753)
Receiving objects: 100% (5073/5073), 83.05 MiB | 2.30 MiB/s, done.
Resolving deltas: 100% (1754/1754), done.
From ssh://sdk.allwinnertech.com/git_repo/R329_Tina_jishu/R329-Tina-jishu/product/tina/prebuilt
 * [new branch]      smartx-r329-tina-jishu -> tina/smartx-r329-tina-jishu
 * [new tag]         smartx-r329-tina-for-jishu-community-v0.1 -> smartx-r329-tina-for-jishu-community-v0.1
 * [new tag]         smartx-r329-tina-for-jishu-community-v0.2 -> smartx-r329-tina-for-jishu-community-v0.2
Fetching projects:  26% (4/15)
Fetching project product/tina/dl
remote: Counting objects: 749, done.
remote: Compressing objects: 100% (748/748), done.

$ mkdir R329-Tina-jishu
$ cd R329-Tina-jishu
$ repo init -u ssh://whycan@sdk.allwinnertech.com/git_repo/R329_Tina_jishu/manifest.git -b master -m R329-Tina-jishu.xml
$ repo sync
$ repo start smartx-r329-tina-jishu --all # 全部下载完成之后,创建分支

从全志仓库克隆代码编译生成了 tina_r329-evb5_uart0.img,烧到TF卡,插入启动,发现并不能启动:


[01.916]overtime
[01.920]do_burn_from_boot usb : no usb exist
partno erro : can't find partition private
[01.929]update bootcmd
[01.934]update dts
Hit any key to stop autoboot:  0 
[02.005]phase vdd-cpu: 0x00000000
[02.008]phase vdd-sys: 0x00000000
[02.011]phase vcc-pll: 0x00000000
[02.014]phase osc24m-on: 0x00000001
[02.017]phase pllcpu-off: 0x00000001
[02.020]phase pllperiph0-off: 0x00000001
[02.024]phase pllaudio0-off: 0x00000000
[02.028]phase pllaudio1-off: 0x00000001
[02.031]phase ahb1ahb2-to-32k: 0x00000001
[02.035]phase apb1-to-32k: 0x00000000
[02.038]phase apb2-to-32k: 0x00000001
[02.042]phase axi-to-32k: 0x00000001
[02.045]phase apbs0-to-32k: 0x00000000
[02.048]phase apbs1-to-32k: 0x00000000
[02.052]phase uart-off: 0x00000000
[02.055]phase nmi-wakeup: 0x00000001
[02.058]phase sleep-freq: 0x00005dc0
DSP VERSION IS smartx-r329-tina-v0.5.0-release-58-g87af487-dirty
DSP0 booting from 0x100400...
Android's image name: r329-evb5
[02.482]Starting kernel ...

[02.484][mmc]: MMC Device 2 not found
[02.488][mmc]: mmc 2 not find, so not exit
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.191 (whycan@ubuntu) (gcc version 6.4.1 (OpenWrt/Linaro GCC 6.4-2017.11 2017-11) ) #1 SMP PREEMPT Mon Sep 27 16:31:00 UTC 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] cma: Reserved 24 MiB at 0x000000004e800000
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   DMA zone: 1024 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 65536 pages, LIFO batch:15
[    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: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 21 pages/cpu s46360 r8192 d31464 u86016
[    0.000000] pcpu-alloc: s46360 r8192 d31464 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64512
[    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 initcall_debug=0 console=ttyS0,115200 loglevel=8 root=/dev/mmcblk0p4 rootwait init=/sbin/init rdinit=/rdinit partitions= cma=24M mac_addr= wifi_mac= bt_mac= selinux=0 specialstr= snum=5c000c29b244459218c pstore_blk.blkdev= pstore.update_ms=1000 androidboot.serialno=5c000c29b244459218c androidboot.hardware=sun50iw11p1 boot_type=1 androidboot.boot_type=1 androidboot.secure_os_exist=0 gpt=1 uboot_message=2018.05-gaf1124f(01/31/2021-06:20:17) mbr_offset=1032192 
[    0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.000000] Memory: 214684K/262144K available (5630K kernel code, 488K rwdata, 1616K rodata, 384K init, 229K bss, 22884K reserved, 24576K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008600000   (  5632 KB)
[    0.000000]     .rodata : 0xffffff8008600000 - 0xffffff80087a0000   (  1664 KB)
[    0.000000]       .init : 0xffffff80087a0000 - 0xffffff8008800000   (   384 KB)
[    0.000000]       .data : 0xffffff8008800000 - 0xffffff800887a008   (   489 KB)
[    0.000000]        .bss : 0xffffff800887a008 - 0xffffff80088b3774   (   230 KB)
[    0.000000]     fixed   : 0xffffffbefe7fb000 - 0xffffffbefec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc010000000   (   256 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] clk r_dsp_cache0 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clk r_dsp_cache1 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008191] Console: colour dummy device 80x25
[    0.012410] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.022618] pid_max: default: 32768 minimum: 301
[    0.027382] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.033721] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.041509] sched-energy: CPU device node has no sched-energy-costs
[    0.046920] Invalid sched_group_energy for CPU0
[    0.051401] CPU0: update cpu_capacity 1024
[    0.067519] ASID allocator initialised with 32768 entries
[    0.123752] Detected VIPT I-cache on CPU1
[    0.123802] Invalid sched_group_energy for CPU1
[    0.123806] CPU1: update cpu_capacity 1024
[    0.123809] CPU1: Booted secondary processor [410fd034]
[    0.123894] Brought up 2 CPUs
[    0.138996] SMP: Total of 2 processors activated.
[    0.143686] CPU features: detected feature: 32-bit EL0 Support
[    0.149491] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.158656] CPU: All CPU(s) started at EL1
[    0.160767] alternatives: patching kernel code
[    0.165333] Invalid sched_group_energy for CPU1
[    0.169688] Invalid sched_group_energy for Cluster1
[    0.174537] Invalid sched_group_energy for CPU0
[    0.179044] Invalid sched_group_energy for Cluster0
[    0.184391] devtmpfs: initialized
[    0.213601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.217727] futex hash table entries: 512 (order: 4, 65536 bytes)
[    0.224749] atomic64_test: passed
[    0.227058] pinctrl core: initialized pinctrl subsystem
[    0.233263] NET: Registered protocol family 16
[    0.237796] dump_class_init,857, success
[    0.256817] cpuidle: using governor menu
[    0.257353] vdso: 2 pages (1 code @ ffffff8008606000, 1 data @ ffffff8008804000)
[    0.263636] DMA: preallocated 256 KiB pool for atomic allocations
[    0.274649] sun50iw11p1-r-pinctrl r_pio: initialized sunXi PIO driver
[    0.283160] sun50iw11p1-pinctrl pio: initialized sunXi PIO driver
[    0.330307] pwm module init!
[    0.334148] sunxi-pm debug v3.10
[    0.334931] SCSI subsystem initialized
[    0.335796] usbcore: registered new interface driver usbfs
[    0.341226] usbcore: registered new interface driver hub
[    0.346333] usbcore: registered new device driver usb
[    0.351421] sunxi_i2c_adap_init()2649 - init
[    0.355980] sunxi_i2c_probe()2372 - [i2c2] twi_drv_used = 1
[    0.361067] sunxi_i2c_probe()2379 - [i2c2] twi_pkt_interval = 0
[    0.366957] twi2 supply twi not found, using dummy regulator
[    0.372640] twi_request_gpio()458 - [i2c2] init name: (null)
[    0.378818] axp20x-i2c 2-0034: AXP20x variant AXP2585 found
[    0.385537] sunxi_i2c_drv_core_process()972 - [i2c2] Timeout when sending 9th SCL clk
[    0.391560] i2c_sunxi_drv_complete()1146 - [i2c2] incomplete xfer(status: 0x1, dev addr: 0x34)
[    0.400149] 0x07081600: 01011001 00000001 00006900 00010001 
[    0.405770] 0x07081610: 000080c0 00010004 00010010 00000001 
[    0.411412] axp20x-i2c 2-0034: Failed to set masks in 0x40: -70
[    0.417297] axp20x-i2c 2-0034: failed to add irq chip: -70
[    0.422894] axp20x-i2c: probe of 2-0034 failed with error -70
[    0.428509] sunxi_i2c_dma_request()1088 - [i2c2] using dma0chan0 (tx) and dma0chan1 (rx)for DMA transfers
[    0.438471] sunxi_i2c_probe()2372 - [i2c1] twi_drv_used = 0
[    0.443562] sunxi_i2c_probe()2379 - [i2c1] twi_pkt_interval = 0
[    0.449462] twi1 supply twi not found, using dummy regulator
[    0.455150] twi_request_gpio()458 - [i2c1] init name: (null)
[    0.462496] ion_parse_dt_heap_common: id 0 type 0 name sys_user align 1000
[    0.467787] ion_parse_dt_heap_common: id 4 type 4 name cma align 1000
[    0.474157] ion_parse_dt_heap_common: id 6 type 6 name secure align 1000
[    0.480932] ion_heap_create: Invalid heap type 6
[    0.488546] Advanced Linux Sound Architecture Driver Initialized.
[    0.492052] Bluetooth: Core ver 2.22
[    0.494903] NET: Registered protocol family 31
[    0.499304] Bluetooth: HCI device and connection manager initialized
[    0.505622] Bluetooth: HCI socket layer initialized
[    0.510473] Bluetooth: L2CAP socket layer initialized
[    0.515530] Bluetooth: SCO socket layer initialized
[    0.522000] input: sunxi-keyboard as /devices/virtual/input/input0
[    0.530972] clocksource: Switched to clocksource arch_sys_counter
[    0.543999] get androidboot.mode fail
[    0.544788] NET: Registered protocol family 2
[    0.546923] TCP established hash table entries: 16 (order: -5, 128 bytes)
[    0.553254] TCP bind hash table entries: 16 (order: -4, 256 bytes)
[    0.559296] TCP: Hash tables configured (established 16 bind 16)
[    0.565331] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.571094] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.577557] NET: Registered protocol family 1
[    0.582320] sunxi_spi_probe()2633 - [spi1] SPI DBI INTERFACE
[    0.587287] sunxi_spi_probe()2642 - [spi1] SPI MASTER MODE
[    0.592822] spi1 supply spi not found, using dummy regulator
[    0.598447] sunxi_spi_request_gpio()2252 - [spi1] Pinctrl init spi1
[    0.604719] sunxi_spi_clk_init()2302 - [spi1] mclk 100000000
[    0.610662] spi spi1: master is unqueued, this is deprecated
[    0.615907] sunxi_spi_probe()2723 - [spi1]: driver probe succeed, base ffffff800806c000, irq 256
[    0.627055] workingset: timestamp_bits=61 max_order=16 bucket_order=0
[    0.638301] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.641170] io scheduler noop registered
[    0.642400] io scheduler deadline registered
[    0.647105] io scheduler cfq registered (default)
[    0.652667] [LCD_FB] lcd_fb_init,line:159:
[    0.655259] 
[    0.657086] [LCD_FB] lcd_fb_probe,line:65:
[    0.660816] 
[    0.683371] [LCD_FB] lcd_fb_script_get_item,line:139:
[    0.683415] of_find_compatible_node allwinner,sunxi-lcd_fb1 fail
[    0.689052] [LCD_FB] disp_lcd_set_panel_funs,line:1068:
[    0.693809] lcd_panel_fun[0].cfg_panel_info is NULL
[    0.699871] [LCD_FB] Fb_map_kernel_logo,line:201:
[    0.703347] Fb_map_kernel_logo failed![LCD_FB] disp_lcd_spi_init,line:817:
[    0.710172] Init spi1:    0.717882] uart uart0: get regulator failed
[    0.717900] uart0 supply uart not found, using dummy regulator
[    0.718130] uart0: ttyS0 at MMIO 0x2500000 (irq = 242, base_baud = 1500000) is a SUNXI
[    0.718149] sw_console_setup()2047 - console setup baud 115200 parity n bits 8, flow n
[    0.738739] console [ttyS0] enabled
[    0.738739] console [ttyS0] enabled
[    0.739288] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.739288] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.739288] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.739288] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.768087] bootconsole [earlycon0] disabled
[    0.768087] bootconsole [earlycon0] disabled
[    0.778873] uart uart1: get regulator failed
[    0.787101] uart1 supply uart not found, using dummy regulator
[    0.793905] uart1: ttyS1 at MMIO 0x2500400 (irq = 243, base_baud = 1500000) is a SUNXI
[    0.803645] misc dump reg init
[    0.807367] Unable to detect cache hierarchy for CPU 0
[    0.813426] sunxi-bt soc@03000000:bt: bt_power_num (4294967232)
[    0.820087] sunxi-bt soc@03000000:bt: Missing bt_io_regulator.
[    0.826646] sunxi-bt soc@03000000:bt: io_regulator_name ((null))
[    0.833406] sunxi-bt soc@03000000:bt: request pincrtl handle for device [soc@03000000:bt] failed
[    0.838991] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.838992] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.854750] sunxi-bt soc@03000000:bt: bt_rst gpio=386  mul-sel=1  pull=1  drv_level=2  data=0
[    0.864356] sunxi-bt soc@03000000:bt: clk_name ()
[    0.869683] sunxi-bt soc@03000000:bt: clk not config
[    0.875833] sunxi-wlan soc@03000000:wlan: wlan_busnum (1)
[    0.881915] sunxi-wlan soc@03000000:wlan: wlan_power_num (-1)
[    0.888375] sunxi-wlan soc@03000000:wlan: Missing wlan_io_regulator.
[    0.895519] sunxi-wlan soc@03000000:wlan: io_regulator_name ((null))
[    0.902666] sunxi-wlan soc@03000000:wlan: request pincrtl handle for device [soc@03000000:wlan] failed
[    0.913165] sunxi-wlan soc@03000000:wlan: wlan_regon gpio=384  mul-sel=1  pull=-1  drv_level=-1  data=0
[    0.923739] sunxi-wlan soc@03000000:wlan: get gpio chip_en failed
[    0.930600] sunxi-wlan soc@03000000:wlan: wlan_hostwake gpio=388  mul-sel=6  pull=-1  drv_level=-1  data=0
[    0.941514] sunxi-wlan soc@03000000:wlan: clk_name ()
[    0.947930] mtd device must be supplied (device name is empty)
[    0.951026] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.951026] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.966283] libphy: Fixed MDIO Bus: probed
[    0.971989] gmac-power0: NULL
[    0.975347] gmac-power1: NULL
[    0.978672] gmac-power2: NULL
[    0.983006] Failed to alloc md5
[    0.986536] eth0: Use random mac address
[    0.991138] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.998715] get ehci0-controller, regulator_io is no nocare
[    1.004985] get ehci0-controller wakeup-source is fail.
[    1.011033] sunxi ehci0-controller don't init wakeup source
[    1.017298] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff80088a1170, 0x:ffffff8008074000, irq_no:f9
[    1.030866] [sunxi-ehci0]: Not init ehci0
[    1.035706] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.042893] get ohci0-controller, regulator_io is no nocare
[    1.049158] get ohci0-controller wakeup-source is fail.
[    1.055173] sunxi ohci0-controller don't init wakeup source
[    1.061511] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80088a14e0
[    1.071962] [sunxi-ohci0]: Not init ohci0
[    1.076561] get ohci1-controller, regulator_io is no nocare
[    1.082831] get ohci1-controller wakeup-source is fail.
[    1.088806] sunxi ohci1-controller don't init wakeup source
[    1.095136] [sunxi-ohci1]: probe, pdev->name: 4201000.ohci1-controller, sunxi_ohci: 0xffffff80088a1bc0
[    1.105596] 4201000.ohci1-controller supply drvvbus not found, using dummy regulator
[    1.116438] sunxi-ohci 4201000.ohci1-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.126231] sunxi-ohci 4201000.ohci1-controller: new USB bus registered, assigned bus number 1
[    1.135967] sunxi-ohci 4201000.ohci1-controller: irq 252, io mem 0x00000040
[    1.207941] hub 1-0:1.0: USB hub found
[    1.212218] hub 1-0:1.0: 1 port detected
[    1.217439] usbcore: registered new interface driver uas
[    1.223530] usbcore: registered new interface driver usb-storage
[    1.230337] usbcore: registered new interface driver ums-alauda
[    1.237040] usbcore: registered new interface driver ums-cypress
[    1.243852] usbcore: registered new interface driver ums-datafab
[    1.250649] usbcore: registered new interface driver ums_eneub6250
[    1.257644] usbcore: registered new interface driver ums-freecom
[    1.264443] usbcore: registered new interface driver ums-isd200
[    1.271148] usbcore: registered new interface driver ums-jumpshot
[    1.278042] usbcore: registered new interface driver ums-karma
[    1.284647] usbcore: registered new interface driver ums-onetouch
[    1.291559] usbcore: registered new interface driver ums-realtek
[    1.298367] usbcore: registered new interface driver ums-sddr09
[    1.305069] usbcore: registered new interface driver ums-sddr55
[    1.311773] usbcore: registered new interface driver ums-usbat
[    1.318421] usb_serial_number:20080411
[    1.323734] sunxi_gpadc_init,1891, success
[    1.329315] sunxi-rtc rtc: rtc core: registered sunxi-rtc as rtc0
[    1.336243] sunxi-rtc rtc: RTC enabled
[    1.340789] i2c /dev entries driver
[    1.345275] lirc_dev: IR Remote Control driver registered, major 249
[    1.352426] IR NEC protocol handler initialized
[    1.357517] IR RC5(x/sz) protocol handler initialized
[    1.363197] IR LIRC bridge handler initialized
[    1.368357] sun50iw11p1-r-pinctrl r_pio: expect_func as:s_cir0, but muxsel(2) is func:s_ir
[    1.377915] sunxi_ir_startup: get ir protocol failed
[    1.383309] s_cir_rx supply ir0 not found, using dummy regulator
[    1.390385] Registered IR keymap rc_map_sunxi
[    1.395617] input: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0/input1
[    1.403656] rc rc0: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0
[    1.411269] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-rc-recv) registered at minor = 0
[    1.421180] sun50iw11p1-pinctrl pio: expect_func as:ir0, but muxsel(2) is func:ir
[    1.429704] sunxi_ir_tx_probe()644 - sunxi-ir-tx v1.0.0
[    1.435609] sunxi_ir_tx_startup()617 - base: ffffff8008957000 !
[    1.442354] sunxi_ir_tx_startup()624 - irq num: 245 !
[    1.448116] Registered IR keymap rc_map_sunxi
[    1.453362] input: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1/ir_tx
[    1.461290] rc rc1: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1
[    1.468783] rc rc1: lirc_dev: driver ir-lirc-codec (sunxi-ir-tx) registered at minor = 1
[    1.477882] sunxi_ir_tx_probe()695 - register rc device success
[    1.484545] ir_tx_clk_cfg()336 - get ir parent rate 24000000HZ
[    1.491118] ir_tx_clk_cfg()345 - get ir_clk rate 12000000HZ
[    1.497386] sunxi_ir_tx_probe()705 - ir_tx_setup success
[    1.503414] sunxi_ir_tx_probe()715 - request irq success
[    1.509386] sunxi_ir_tx_probe()716 - probe success
[    1.515083] sunxi cedar version 0.1
[    1.519311] google_vp9: sunxi google vp9 version 0.1
[    1.526814] sunxi-wdt 20000a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    1.535960] Bluetooth: HCI UART driver ver 2.2.d448471.20181218-163903
[    1.543309] Bluetooth: HCI UART protocol H4 registered
[    1.549078] Bluetooth: HCI H4 protocol initialized
[    1.554466] Bluetooth: HCI UART protocol (null) registered
[    1.560634] Bluetooth: HCI Realtek H5 protocol initialized
[    1.567020] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 01.00.07
[    1.574491] [XR_BT_LPM] bluesleep_probe: bt_wake polarity: 1
[    1.580890] [XR_BT_LPM] bluesleep_probe: host_wake polarity: 0
[    1.587456] [XR_BT_LPM] bluesleep_probe: uart_index(1)
[    1.593403] bt_fdi debugfs_init
[    1.599447] sunxi-mmc sdc0: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.608513] sunxi-mmc sdc0: ***ctl-spec-caps*** 8
[    1.613858] sunxi-mmc sdc0: No vmmc regulator found
[    1.619342] sunxi-mmc sdc0: No vqmmc regulator found
[    1.624924] sunxi-mmc sdc0: No vdmmc regulator found
[    1.630497] sunxi-mmc sdc0: No vd33sw regulator found
[    1.636176] sunxi-mmc sdc0: No vd18sw regulator found
[    1.641852] sunxi-mmc sdc0: No vq33sw regulator found
[    1.647532] sunxi-mmc sdc0: No vq18sw regulator found
[    1.653818] sunxi-mmc sdc0: set host busy
[    1.658409] sunxi-mmc sdc0: Got CD GPIO
[    1.663048] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.673333] sunxi-mmc sdc0: no vqmmc,Check if there is regulator
[    1.698995] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.727422] sunxi-mmc sdc0: detmode:gpio irq
[    1.727453] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.734422] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.757311] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.768205] sunxi-mmc sdc1: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.768395] sunxi-mmc sdc1: No vmmc regulator found
[    1.768399] sunxi-mmc sdc1: No vqmmc regulator found
[    1.768404] sunxi-mmc sdc1: No vdmmc regulator found
[    1.768409] sunxi-mmc sdc1: No vd33sw regulator found
[    1.768413] sunxi-mmc sdc1: No vd18sw regulator found
[    1.768418] sunxi-mmc sdc1: No vq33sw regulator found
[    1.768422] sunxi-mmc sdc1: No vq18sw regulator found
[    1.777704] sunxi-mmc sdc1: set host busy
[    1.777785] mmc:failed to get gpios
[    1.778005] sunxi-mmc sdc1: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.778031] sunxi-mmc sdc1: no vqmmc,Check if there is regulator
[    1.800420] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.819011] sunxi-mmc sdc1: detmode:manually by software
[    1.819940] sunxi_led_probe()1690 - start
[    1.819966] sunxi_get_str_of_property()1549 - failed to get the string of propname led_regulator!
[    1.821179] sunxi_led_probe()1782 - finish
[    1.821477] hidraw: raw HID events driver (C) Jiri Kosina
[    1.821629] usbcore: registered new interface driver usbhid
[    1.821632] usbhid: USB HID core driver
[    1.823382] armchina-aipu aipu: AIPU KMD probe start...
[    1.823388] armchina-aipu aipu: [Probe 0/3] KMD version: release 1.2.28
[    1.823395] armchina-aipu aipu: [Probe 0/3] AIPU version: zhouyi-v1
[    1.828397] armchina-aipu aipu: [Probe 1/3] Probe stage 1/3 done: create core
[    1.828413] armchina-aipu aipu: DMA alloc coherent failed: pa 0xffffffffffffffff, bytes = 0x2600000
[    1.828419] armchina-aipu aipu: [Probe 2/3] add new region failed
[    1.832906] armchina-aipu: probe of aipu failed with error -12
[    1.834511] sunxi-daudio daudio1: regulator missing or invalid
[    1.834775] sunxi-daudio daudio2: regulator missing or invalid
[    1.835247] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: id:sunxi,dsp0 new channel: 0x0 -> 0xffffffff!
[    1.836228] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.839777] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: rpmsg hifi[0] client driver is probed
[    1.839872] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: id:sunxi,dsp1 new channel: 0x0 -> 0xffffffff!
[    1.844000] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.845147] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: rpmsg hifi[1] client driver is probed
[    1.853764] sunxi-mmc sdc1: smc 1 p1 err, cmd 8, RTO !!
[    1.855522] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e860000
[    1.855734] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e880000
[    1.855741] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe start.
[    1.859793] sunxi-mmc sdc1: card claims to support voltages below defined range
[    1.884983] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe stop.
[    1.884992] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_init
[    1.885508] sunxi-codec-machine sndcodec: sunxi-hifi-codec <-> cpudai mapping ok
[    1.887242] sunxi-rpaf-dsp sunxi_rpaf_dsp0: register device finished!
[    1.887248] sunxi-rpaf-dsp sunxi_rpaf_dsp0: [rpaf_dsp0] probe finished!
[    1.887482] sunxi-rpaf-dsp sunxi_rpaf_dsp1: register device finished!
[    1.887487] sunxi-rpaf-dsp sunxi_rpaf_dsp1: [rpaf_dsp1] probe finished!
[    1.887899] Netfilter messages via NETLINK v0.30.
[    1.888145] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[    1.888285] ctnetlink v0.93: registering with nfnetlink.
[    1.891352] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.892019] NET: Registered protocol family 10
[    1.897461] NET: Registered protocol family 17
[    1.897704] Bluetooth: RFCOMM TTY layer initialized
[    1.897717] Bluetooth: RFCOMM socket layer initialized
[    1.897742] Bluetooth: RFCOMM ver 1.11
[    1.897753] 8021q: 802.1Q VLAN Support v1.8
[    1.909016] get usb_detect_mode is fail, 22
[    1.909677] sunxi-rtc rtc: setting system clock to 1970-01-01 00:00:03 UTC (3)
[    1.911167] snddaudio snddaudio1: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.911777] snddaudio snddaudio1: snd-soc-dummy-dai <-> daudio1 mapping ok
[    1.913069] snddaudio snddaudio2: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.914196] snddaudio snddaudio2: snd-soc-dummy-dai <-> daudio2 mapping ok
[    1.916101] ALSA device list:
[    1.916105]   #0: audiocodec
[    1.916108]   #1: snddaudio1
[    1.916111]   #2: snddaudio2
[    2.085042] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.085160] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.099691] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
[    2.259817] Waiting for root device /dev/mmcblk0p4...
[    2.261992] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.276611] random: fast init done
[    2.280494] mmc1: new high speed SDIO card at address 0001
[    2.291288] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.302003] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.312763] sunxi-mmc sdc0: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.323742] sunxi-mmc sdc0: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
[    2.334647] mmc0: new high speed SDHC card at address 0002
[    2.341441] mmcblk0: mmc0:0002 00000 7.39 GiB 
[    2.355597]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[    2.384957] List of all partitions:
[    2.388909] b300         7747584 mmcblk0  driver: mmcblk
[    2.394886]   b301             504 mmcblk0p1 a0085546-4166-744a-a353-fca9272b8e45
[    2.403304]   b302             252 mmcblk0p2 a0085546-4166-744a-a353-fca9272b8e46
[    2.411784]   b303             252 mmcblk0p3 a0085546-4166-744a-a353-fca9272b8e47
[    2.420197]   b304            5040 mmcblk0p4 a0085546-4166-744a-a353-fca9272b8e48
[    2.428607]   b305           30870 mmcblk0p5 a0085546-4166-744a-a353-fca9272b8e49
[    2.437016]   b306            1260 mmcblk0p6 a0085546-4166-744a-a353-fca9272b8e4a
[    2.445427]   b307            1260 mmcblk0p7 a0085546-4166-744a-a353-fca9272b8e4b
[    2.453840]   103:00000       1260 mmcblk0p8 a0085546-4166-744a-a353-fca9272b8e4c
[    2.462245]   103:00001       1260 mmcblk0p9 a0085546-4166-744a-a353-fca9272b8e4d
[    2.470711]   103:00002      14112 mmcblk0p10 a0085546-4166-744a-a353-fca9272b8e4e
[    2.479217]   103:00003    7670765 mmcblk0p11 a0085546-4166-744a-a353-fca9272b8e4f
[    2.487730] No filesystem could mount root, tried:  squashfs vfat msdos
[    2.495199] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,4)
[    2.504664] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.191 #1
[    2.511397] Hardware name: sun50iw11 (DT)
[    2.515893] Call trace:
[    2.518646] [<ffffff8008087938>] dump_backtrace+0x0/0x204
[    2.524700] [<ffffff8008087b50>] show_stack+0x14/0x1c
[    2.530365] [<ffffff800824576c>] dump_stack+0x88/0xb0
[    2.536030] [<ffffff8008110bf8>] panic+0x120/0x358
[    2.541404] [<ffffff80087a1210>] mount_block_root+0x268/0x330
[    2.547850] [<ffffff80087a1348>] mount_root+0x70/0x80
[    2.553515] [<ffffff80087a14bc>] prepare_namespace+0x164/0x174
[    2.560056] [<ffffff80087a0dd0>] kernel_init_freeable+0x150/0x18c
[    2.566891] [<ffffff80085e56e0>] kernel_init+0x10/0xf8
[    2.572649] [<ffffff8008083180>] ret_from_fork+0x10/0x50
[    2.578598] SMP: stopping secondary CPUs
[    2.583044] Kernel Offset: disabled
[    2.586964] Memory Limit: none
[    2.590406] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,4)

出现了 No filesystem could mount root, tried:  squashfs vfat msdos 错误



(五分钟后。。。)

重新换了一张卡, 发现还是一样的问题。





离线

楼主 #2 2021-09-28 21:40:07

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: 小白学习 SIPEED R329 开发板 step by step

既然原味的tina烧卡不能启动,那还是来试一试sipeed修改过的tina吧

一行递归克隆:

git clone --recursive https://github.com/sipeed/R329-Tina-jishu r329_sipeed_tina


这就试一试:

whycan@ubuntu:/opt/r329$ git clone --recursive https://github.com/sipeed/R329-Tina-jishu r329_sipeed_tina
Cloning into 'r329_sipeed_tina'...
remote: Enumerating objects: 223, done.
remote: Counting objects: 100% (70/70), done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 223 (delta 25), reused 42 (delta 10), pack-reused 153
Receiving objects: 100% (223/223), 103.98 MiB | 2.34 MiB/s, done.
Resolving deltas: 100% (63/63), done.
Checking out files: 100% (136/136), done.
Submodule 'build' (https://e.coding.net/sipeed_ai/r329/build.git) registered for path 'build'
Submodule 'config' (https://e.coding.net/sipeed_ai/r329/config.git) registered for path 'config'
Submodule 'dl' (https://e.coding.net/sipeed_ai/r329/dl.git) registered for path 'dl'
Submodule 'lichee/brandy-2.0' (https://e.coding.net/sipeed_ai/r329/brandy-2.0.git) registered for path 'lichee/brandy-2.0'
Submodule 'lichee/linux-4.9' (https://github.com/sipeed/r329-linux-4.9.git) registered for path 'lichee/linux-4.9'
Submodule 'package' (https://github.com/sipeed/r329-package.git) registered for path 'package'
Submodule 'prebuilt' (https://e.coding.net/sipeed_ai/r329/prebuilt.git) registered for path 'prebuilt'
Submodule 'scripts' (https://e.coding.net/sipeed_ai/r329/scripts.git) registered for path 'scripts'
Submodule 'target' (https://github.com/sipeed/r329-target.git) registered for path 'target'
Submodule 'toolchain' (https://e.coding.net/sipeed_ai/r329/toolchain.git) registered for path 'toolchain'
Submodule 'tools' (https://e.coding.net/sipeed_ai/r329/tools.git) registered for path 'tools'
Cloning into '/opt/r329/r329_sipeed_tina/build'...
remote: Enumerating objects: 62, done.        
remote: Counting objects: 100% (62/62), done.        
remote: Compressing objects: 100% (61/61), done.        
remote: Total 62 (delta 2), reused 0 (delta 0), pack-reused 0        
Cloning into '/opt/r329/r329_sipeed_tina/config'...
remote: Enumerating objects: 8, done.        
remote: Counting objects: 100% (8/8), done.        
remote: Compressing objects: 100% (8/8), done.        
remote: Total 8 (delta 0), reused 0 (delta 0), pack-reused 0        
Cloning into '/opt/r329/r329_sipeed_tina/dl'...
remote: Enumerating objects: 744, done.        
remote: Counting objects: 100% (744/744), done.        
remote: Compressing objects: 100% (743/743), done.        
Receiving objects:  13% (101/744), 278.32 MiB | 2.31 MiB/s     

(。。。漫长的等待。。。)

经过以下四步:

source build/envsetup.sh
lunch r329_evb5-tina
make
pack

终于编译出固件: tina_r329-evb5_uart0_20210929_sipeed_ok.7z

烧卡,插卡,上电,完全OK:

[276]HELLO! BOOT0 is starting!
[279]BOOT0 commit : 97444f5
[282]set pll start
[284]periph0 has been enabled
[287]set pll end
[289]board init ok
[291]rtc[3] value = 0xa102
[293]the chip id is 0x3
[296]the chip id is 0x3
[298]the chip id is 0x3
[300]the chip id is 0x3
[303]the chip id is 0x3
[305]chip id check OK
[308][AUTO DEBUG] two rank and full DQ!
[312][AUTO DEBUG] DDR3 try success
[316][AUTO DEBUG] single rank and full DQ!
[321][AUTO DEBUG] rank 0 row = 14
[324][AUTO DEBUG] rank 0 bank = 8
[327][AUTO DEBUG] rank 0 page size = 2 KB
[332]DRAM BOOT DRIVE INFO: V0.171
[335]DRAM Type = 3 (2:DDR2,3:DDR3)
[338]DRAMC read ODT  off.
[341]DRAM ODT off.
[343]DRAM CLK = 774 MHz
[346]DRAM SIZE =256 M
[351]DRAM simple test OK.
[354]dram size =256
[356]card no is 0
[358]sdcard 0 line count 4
[361][mmc]: mmc driver ver 2020-07-22 11:09
[371][mmc]: Wrong media type 0x0
[374][mmc]: ***Try SD card 0***
[394]mmc_read_info 787:region magic is not right, retry more time 0
[411]mmc_read_info 787:region magic is not right, retry more time 0
[429]mmc_read_info 787:region magic is not right, retry more time 0
[447]mmc_read_info 787:region magic is not right, go err 0
[452]dump info registers:[455]
0x107184 : [456]a1ff [457]7 [458]610e821b [459]610e821b [461]
[461][mmc]: RMCA FAIL!
[464][mmc]: mmc read timing info fail
[467][mmc]: force 25m
[470][mmc]: mmc 0 bias 0
[472][mmc]: DS26/SDR12 4 bit
[475][mmc]: 25000000 Hz
[478][mmc]: 30264 MB
[480][mmc]: ***SD/MMC 0 init OK!!!***
[579]Loading boot-pkg Succeed(index=0).
[583]Entry_name        = u-boot
[590]Entry_name        = monitor
[593]Entry_name        = dtb
[596]mmc not para
[598]Jump to second Boot.
NOTICE:  BL3-1: v1.0(debug):3eba4b6
NOTICE:  BL3-1: Built : 10:18:25, 2020-05-21
NOTICE:  BL3-1 commit: 8
ERROR:   Error initializing runtime service tspd_fast
NOTICE:  BL3-1: Preparing for EL3 exit to normal world
NOTICE:  BL3-1: Next image address = 0x43000000
▒OTICE:  BL3-1: Next image spsr = 0x1d3

U-Boot 2018.05 (Mar 29 2021 - 10:30:51 +0000) Allwinner Technology

[00.653]CPU:   Allwinner Family
[00.656]Model: sun50iw11
I2C:   ready
[00.777]DRAM:  256 MiB
[00.780]Relocation Offset is: 0ceff000
[00.802]secure enable bit: 0
[00.805]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz  MBus=0Mhz
[00.816]gic: sec monitor mode
[00.818]flash init start
[00.820]workmode = 0,storage type = 1
[00.824][mmc]: mmc driver ver uboot2018:2020-10-22 16:39:00
[00.834][mmc]: Using default timing para
[00.838][mmc]: SUNXI SDMMC Controller Version:0x50300
[00.853][mmc]: card_caps:0x30000002
[00.856][mmc]: host_caps:0x3000003f
[00.861]sunxi flash init ok
[00.863]bmp_name=bootlogo.bmp
307254 bytes read in 15 ms (19.5 MiB/s)
[00.900]Loading Environment from SUNXI_FLASH... OK
[00.922]Item0 (Map) magic is bad
[00.924]the secure storage item0 copy0 magic is bad
[00.930]Item0 (Map) magic is bad
[00.932]the secure storage item0 copy1 magic is bad
[00.937]Item0 (Map) magic is bad
[00.940]usb burn from boot
delay time 0
weak:otg_phy_config
[00.952]usb prepare ok
[01.755]overtime
[01.759]do_burn_from_boot usb : no usb exist
partno erro : can't find partition private
[01.768]update bootcmd
[01.773]update dts
Hit any key to stop autoboot:  0
[01.842]phase vdd-cpu: 0x00000000
[01.845]phase vdd-sys: 0x00000000
[01.848]phase vcc-pll: 0x00000000
[01.851]phase osc24m-on: 0x00000001
[01.855]phase pllcpu-off: 0x00000001
[01.858]phase pllperiph0-off: 0x00000001
[01.862]phase pllaudio0-off: 0x00000000
[01.865]phase pllaudio1-off: 0x00000001
[01.869]phase ahb1ahb2-to-32k: 0x00000001
[01.872]phase apb1-to-32k: 0x00000000
[01.876]phase apb2-to-32k: 0x00000001
[01.879]phase axi-to-32k: 0x00000001
[01.882]phase apbs0-to-32k: 0x00000000
[01.886]phase apbs1-to-32k: 0x00000000
[01.889]phase uart-off: 0x00000000
[01.892]phase nmi-wakeup: 0x00000000
[01.896]phase sleep-freq: 0x00005dc0
DSP VERSION IS smartx-r329-tina-v0.5.0-release-58-g87af487-dirty
DSP0 booting from 0x100400...
Android's image name: r329-evb5
[02.322]Starting kernel ...

[02.325][mmc]: MMC Device 2 not found
[02.328][mmc]: mmc 2 not find, so not exit
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.191 (whycan@ubuntu) (gcc version 6.4.1 (OpenWrt/Linaro GCC 6.4-2017.11 2017-11) ) #1 SMP PREEMPT Wed Sep 29 10:40:06 UTC 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] cma: Reserved 24 MiB at 0x000000004e800000
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   DMA zone: 1024 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 65536 pages, LIFO batch:15
[    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: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 21 pages/cpu s46360 r8192 d31464 u86016
[    0.000000] pcpu-alloc: s46360 r8192 d31464 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64512
[    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 initcall_debug=0 console=ttyS0,115200 loglevel=8 root=/dev/mmcblk0p7 rootwait init=/sbin/init rdinit=/rdinit partitions= cma=24M mac_addr= wifi_mac= bt_mac= selinux=0 specialstr= snum=5c000c29b244459218c pstore_blk.blkdev= pstore.update_ms=1000 androidboot.serialno=5c000c29b244459218c androidboot.hardware=sun50iw11p1 boot_type=1 androidboot.boot_type=1 androidboot.secure_os_exist=0 gpt=1 uboot_message=2018.05(03/29/2021-10:30:51) mbr_offset=1032192
[    0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.000000] Memory: 214184K/262144K available (5950K kernel code, 494K rwdata, 1716K rodata, 448K init, 231K bss, 23384K reserved, 24576K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008650000   (  5952 KB)
[    0.000000]     .rodata : 0xffffff8008650000 - 0xffffff8008810000   (  1792 KB)
[    0.000000]       .init : 0xffffff8008810000 - 0xffffff8008880000   (   448 KB)
[    0.000000]       .data : 0xffffff8008880000 - 0xffffff80088fb808   (   495 KB)
[    0.000000]        .bss : 0xffffff80088fb808 - 0xffffff8008935574   (   232 KB)
[    0.000000]     fixed   : 0xffffffbefe7fb000 - 0xffffffbefec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc010000000   (   256 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] clk r_dsp_cache0 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clk r_dsp_cache1 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008197] Console: colour dummy device 80x25
[    0.012413] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.022618] pid_max: default: 32768 minimum: 301
[    0.027382] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.033722] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.041497] sched-energy: CPU device node has no sched-energy-costs
[    0.046921] Invalid sched_group_energy for CPU0
[    0.051403] CPU0: update cpu_capacity 1024
[    0.067520] ASID allocator initialised with 32768 entries
[    0.123759] Detected VIPT I-cache on CPU1
[    0.123811] Invalid sched_group_energy for CPU1
[    0.123814] CPU1: update cpu_capacity 1024
[    0.123817] CPU1: Booted secondary processor [410fd034]
[    0.123901] Brought up 2 CPUs
[    0.139002] SMP: Total of 2 processors activated.
[    0.143692] CPU features: detected feature: 32-bit EL0 Support
[    0.149498] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.158692] CPU: All CPU(s) started at EL1
[    0.160774] alternatives: patching kernel code
[    0.165344] Invalid sched_group_energy for CPU1
[    0.169694] Invalid sched_group_energy for Cluster1
[    0.174544] Invalid sched_group_energy for CPU0
[    0.179050] Invalid sched_group_energy for Cluster0
[    0.184408] devtmpfs: initialized
[    0.213218] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.217345] futex hash table entries: 512 (order: 4, 65536 bytes)
[    0.224367] atomic64_test: passed
[    0.226676] pinctrl core: initialized pinctrl subsystem
[    0.232947] NET: Registered protocol family 16
[    0.237402] dump_class_init,857, success
[    0.260428] cpuidle: using governor menu
[    0.260916] vdso: 2 pages (1 code @ ffffff8008656000, 1 data @ ffffff8008884000)
[    0.267240] DMA: preallocated 256 KiB pool for atomic allocations
[    0.278310] sun50iw11p1-r-pinctrl r_pio: initialized sunXi PIO driver
[    0.286792] sun50iw11p1-pinctrl pio: initialized sunXi PIO driver
[    0.334128] pwm module init!
[    0.337902] sunxi-pm debug v3.10
[    0.338742] SCSI subsystem initialized
[    0.339543] usbcore: registered new interface driver usbfs
[    0.344810] usbcore: registered new interface driver hub
[    0.350106] usbcore: registered new device driver usb
[    0.355167] sunxi_i2c_adap_init()2649 - init
[    0.359743] sunxi_i2c_probe()2372 - [i2c2] twi_drv_used = 1
[    0.364819] sunxi_i2c_probe()2379 - [i2c2] twi_pkt_interval = 0
[    0.370706] twi2 supply twi not found, using dummy regulator
[    0.376400] twi_request_gpio()458 - [i2c2] init name: (null)
[    0.382166] sunxi_i2c_dma_request()1088 - [i2c2] using dma0chan0 (tx) and dma0chan1 (rx)for DMA transfers
[    0.391942] sunxi_i2c_probe()2372 - [i2c1] twi_drv_used = 0
[    0.397052] sunxi_i2c_probe()2379 - [i2c1] twi_pkt_interval = 0
[    0.402949] twi1 supply twi not found, using dummy regulator
[    0.408648] twi_request_gpio()458 - [i2c1] init name: (null)
[    0.414965] Linux video capture interface: v2.00
[    0.419912] ion_parse_dt_heap_common: id 0 type 0 name sys_user align 1000
[    0.425864] ion_parse_dt_heap_common: id 4 type 4 name cma align 1000
[    0.432216] ion_parse_dt_heap_common: id 6 type 6 name secure align 1000
[    0.439020] ion_heap_create: Invalid heap type 6
[    0.446503] Advanced Linux Sound Architecture Driver Initialized.
[    0.450061] Bluetooth: Core ver 2.22
[    0.452981] NET: Registered protocol family 31
[    0.457375] Bluetooth: HCI device and connection manager initialized
[    0.463705] Bluetooth: HCI socket layer initialized
[    0.468554] Bluetooth: L2CAP socket layer initialized
[    0.473608] Bluetooth: SCO socket layer initialized
[    0.479993] input: sunxi-keyboard as /devices/virtual/input/input0
[    0.489029] clocksource: Switched to clocksource arch_sys_counter
[    0.502340] get androidboot.mode fail
[    0.503123] NET: Registered protocol family 2
[    0.505254] TCP established hash table entries: 16 (order: -5, 128 bytes)
[    0.511615] TCP bind hash table entries: 16 (order: -4, 256 bytes)
[    0.517637] TCP: Hash tables configured (established 16 bind 16)
[    0.523676] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.529442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.535883] NET: Registered protocol family 1
[    0.540666] sunxi_spi_probe()2633 - [spi1] SPI DBI INTERFACE
[    0.545637] sunxi_spi_probe()2642 - [spi1] SPI MASTER MODE
[    0.551157] spi1 supply spi not found, using dummy regulator
[    0.556782] sunxi_spi_request_gpio()2252 - [spi1] Pinctrl init spi1
[    0.563057] sunxi_spi_clk_init()2302 - [spi1] mclk 100000000
[    0.569017] spi spi1: master is unqueued, this is deprecated
[    0.574241] sunxi_spi_probe()2723 - [spi1]: driver probe succeed, base ffffff800806c000, irq 256
[    0.585323] workingset: timestamp_bits=61 max_order=16 bucket_order=0
[    0.598176] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.601063] io scheduler noop registered
[    0.602274] io scheduler deadline registered
[    0.606906] io scheduler cfq registered (default)
[    0.612453] [LCD_FB] lcd_fb_init,line:159:
[    0.615128]
[    0.616953] [LCD_FB] lcd_fb_probe,line:65:
[    0.620753]
[    0.642195] [LCD_FB] lcd_fb_script_get_item,line:139:
[    0.642238] of_find_compatible_node allwinner,sunxi-lcd_fb1 fail
[    0.647844] [LCD_FB] disp_lcd_set_panel_funs,line:1068:
[    0.652629] lcd_panel_fun[0].cfg_panel_info is NULL
[    0.658268] [LCD_FB] Fb_map_kernel_logo,line:201:
[    0.662167] Fb_map_kernel_logo failed![LCD_FB] disp_lcd_spi_init,line:817:
[    0.668996] Init spi1:bits_pe▒e▒}▒▒▒}͕▒}م▒Օ▒line:353:[    0.677280] uart uart0: get regulator failed
[    0.677296] uart0 supply uart not found, using dummy regulator
[    0.677511] uart0: ttyS0 at MMIO 0x2500000 (irq = 242, base_baud = 1500000) is a SUNXI
[    0.677530] sw_console_setup()2047 - console setup baud 115200 parity n bits 8, flow n


[    0.700370] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.700370] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.700776] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.700776] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.700776] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.700776] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.733778] console [ttyS0] enabled
[    0.733778] console [ttyS0] enabled
[    0.742854] bootconsole [earlycon0] disabled
[    0.742854] bootconsole [earlycon0] disabled
[    0.751876] uart uart1: get regulator failed
[    0.760128] uart1 supply uart not found, using dummy regulator
[    0.766894] uart1: ttyS1 at MMIO 0x2500400 (irq = 243, base_baud = 1500000) is a SUNXI
[    0.776626] misc dump reg init
[    0.780336] Unable to detect cache hierarchy for CPU 0
[    0.786392] sunxi-bt soc@03000000:bt: bt_power_num (4294967232)
[    0.793061] sunxi-bt soc@03000000:bt: Missing bt_io_regulator.
[    0.799625] sunxi-bt soc@03000000:bt: io_regulator_name ((null))
[    0.801050] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.801050] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.817826] sunxi-bt soc@03000000:bt: request pincrtl handle for device [soc@03000000:bt] failed
[    0.827752] sunxi-bt soc@03000000:bt: bt_rst gpio=386  mul-sel=1  pull=1  drv_level=2  data=0
[    0.837360] sunxi-bt soc@03000000:bt: clk_name ()
[    0.842691] sunxi-bt soc@03000000:bt: clk not config
[    0.848825] sunxi-wlan soc@03000000:wlan: wlan_busnum (1)
[    0.854915] sunxi-wlan soc@03000000:wlan: wlan_power_num (-1)
[    0.861383] sunxi-wlan soc@03000000:wlan: Missing wlan_io_regulator.
[    0.868527] sunxi-wlan soc@03000000:wlan: io_regulator_name ((null))
[    0.875682] sunxi-wlan soc@03000000:wlan: request pincrtl handle for device [soc@03000000:wlan] failed
[    0.886186] sunxi-wlan soc@03000000:wlan: wlan_regon gpio=384  mul-sel=1  pull=-1  drv_level=-1  data=0
[    0.896767] sunxi-wlan soc@03000000:wlan: get gpio chip_en failed
[    0.903634] sunxi-wlan soc@03000000:wlan: wlan_hostwake gpio=388  mul-sel=6  pull=-1  drv_level=-1  data=0
[    0.914559] sunxi-wlan soc@03000000:wlan: clk_name ()
[    0.917045] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.917045] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.932485] mtd device must be supplied (device name is empty)
[    0.939393] libphy: Fixed MDIO Bus: probed
[    0.945101] gmac-power0: NULL
[    0.948434] gmac-power1: NULL
[    0.951775] gmac-power2: NULL
[    0.956055] Failed to alloc md5
[    0.959616] eth0: Use random mac address
[    0.964213] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.971824] get ehci0-controller, regulator_io is no nocare
[    0.978111] get ehci0-controller wakeup-source is fail.
[    0.984154] sunxi ehci0-controller don't init wakeup source
[    0.990421] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff8008922670, 0x:ffffff8008074000, irq_no:f9
[    1.003998] [sunxi-ehci0]: Not init ehci0
[    1.008828] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.016006] get ohci0-controller, regulator_io is no nocare
[    1.022278] get ohci0-controller wakeup-source is fail.
[    1.028323] sunxi ohci0-controller don't init wakeup source
[    1.034675] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80089229e0
[    1.045136] [sunxi-ohci0]: Not init ohci0
[    1.049741] get ohci1-controller, regulator_io is no nocare
[    1.056009] get ohci1-controller wakeup-source is fail.
[    1.061985] sunxi ohci1-controller don't init wakeup source
[    1.068325] [sunxi-ohci1]: probe, pdev->name: 4201000.ohci1-controller, sunxi_ohci: 0xffffff80089230c0
[    1.078797] 4201000.ohci1-controller supply drvvbus not found, using dummy regulator
[    1.089659] sunxi-ohci 4201000.ohci1-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.099452] sunxi-ohci 4201000.ohci1-controller: new USB bus registered, assigned bus number 1
[    1.109203] sunxi-ohci 4201000.ohci1-controller: irq 252, io mem 0x00000040
[    1.181924] hub 1-0:1.0: USB hub found
[    1.186185] hub 1-0:1.0: 1 port detected
[    1.191477] usbcore: registered new interface driver uas
[    1.197570] usbcore: registered new interface driver usb-storage
[    1.204382] usbcore: registered new interface driver ums-alauda
[    1.211086] usbcore: registered new interface driver ums-cypress
[    1.217891] usbcore: registered new interface driver ums-datafab
[    1.224694] usbcore: registered new interface driver ums_eneub6250
[    1.231692] usbcore: registered new interface driver ums-freecom
[    1.238498] usbcore: registered new interface driver ums-isd200
[    1.245217] usbcore: registered new interface driver ums-jumpshot
[    1.252128] usbcore: registered new interface driver ums-karma
[    1.258741] usbcore: registered new interface driver ums-onetouch
[    1.265660] usbcore: registered new interface driver ums-realtek
[    1.272468] usbcore: registered new interface driver ums-sddr09
[    1.279170] usbcore: registered new interface driver ums-sddr55
[    1.285878] usbcore: registered new interface driver ums-usbat
[    1.292517] usb_serial_number:20080411
[    1.297785] sunxi_gpadc_init,1891, success
[    1.303353] sunxi-rtc rtc: rtc core: registered sunxi-rtc as rtc0
[    1.310274] sunxi-rtc rtc: RTC enabled
[    1.314820] i2c /dev entries driver
[    1.319270] lirc_dev: IR Remote Control driver registered, major 249
[    1.326434] IR NEC protocol handler initialized
[    1.331526] IR RC5(x/sz) protocol handler initialized
[    1.337206] IR LIRC bridge handler initialized
[    1.342366] sun50iw11p1-r-pinctrl r_pio: expect_func as:s_cir0, but muxsel(2) is func:s_ir
[    1.351946] sunxi_ir_startup: get ir protocol failed
[    1.357350] s_cir_rx supply ir0 not found, using dummy regulator
[    1.364420] Registered IR keymap rc_map_sunxi
[    1.369666] input: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0/input1
[    1.377713] rc rc0: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0
[    1.385337] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-rc-recv) registered at minor = 0
[    1.395236] sun50iw11p1-pinctrl pio: expect_func as:ir0, but muxsel(2) is func:ir
[    1.403778] sunxi_ir_tx_probe()644 - sunxi-ir-tx v1.0.0
[    1.409686] sunxi_ir_tx_startup()617 - base: ffffff800897c000 !
[    1.416438] sunxi_ir_tx_startup()624 - irq num: 245 !
[    1.422201] Registered IR keymap rc_map_sunxi
[    1.427435] input: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1/ir_tx
[    1.435389] rc rc1: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1
[    1.442890] rc rc1: lirc_dev: driver ir-lirc-codec (sunxi-ir-tx) registered at minor = 1
[    1.451996] sunxi_ir_tx_probe()695 - register rc device success
[    1.458663] ir_tx_clk_cfg()336 - get ir parent rate 24000000HZ
[    1.465240] ir_tx_clk_cfg()345 - get ir_clk rate 12000000HZ
[    1.471511] sunxi_ir_tx_probe()705 - ir_tx_setup success
[    1.477533] sunxi_ir_tx_probe()715 - request irq success
[    1.483506] sunxi_ir_tx_probe()716 - probe success
[    1.489196] sunxi cedar version 0.1
[    1.493411] google_vp9: sunxi google vp9 version 0.1
[    1.500874] sunxi-wdt 20000a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    1.510016] Bluetooth: HCI UART driver ver 2.2.d448471.20181218-163903
[    1.517369] Bluetooth: HCI UART protocol H4 registered
[    1.523143] Bluetooth: HCI H4 protocol initialized
[    1.528532] Bluetooth: HCI UART protocol (null) registered
[    1.534701] Bluetooth: HCI Realtek H5 protocol initialized
[    1.541104] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 01.00.07
[    1.548577] [XR_BT_LPM] bluesleep_probe: bt_wake polarity: 1
[    1.554975] [XR_BT_LPM] bluesleep_probe: host_wake polarity: 0
[    1.561546] [XR_BT_LPM] bluesleep_probe: uart_index(1)
[    1.567490] bt_fdi debugfs_init
[    1.573470] sunxi-mmc sdc0: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.582533] sunxi-mmc sdc0: ***ctl-spec-caps*** 8
[    1.587882] sunxi-mmc sdc0: No vmmc regulator found
[    1.593369] sunxi-mmc sdc0: No vqmmc regulator found
[    1.598959] sunxi-mmc sdc0: No vdmmc regulator found
[    1.604543] sunxi-mmc sdc0: No vd33sw regulator found
[    1.610224] sunxi-mmc sdc0: No vd18sw regulator found
[    1.615903] sunxi-mmc sdc0: No vq33sw regulator found
[    1.621588] sunxi-mmc sdc0: No vq18sw regulator found
[    1.627854] sunxi-mmc sdc0: set host busy
[    1.632454] sunxi-mmc sdc0: Got CD GPIO
[    1.637092] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.647384] sunxi-mmc sdc0: no vqmmc,Check if there is regulator
[    1.673052] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.701481] sunxi-mmc sdc0: detmode:gpio irq
[    1.701511] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.708460] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.731419] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.742247] sunxi-mmc sdc1: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.742424] sunxi-mmc sdc1: No vmmc regulator found
[    1.742429] sunxi-mmc sdc1: No vqmmc regulator found
[    1.742434] sunxi-mmc sdc1: No vdmmc regulator found
[    1.742439] sunxi-mmc sdc1: No vd33sw regulator found
[    1.742443] sunxi-mmc sdc1: No vd18sw regulator found
[    1.742448] sunxi-mmc sdc1: No vq33sw regulator found
[    1.742453] sunxi-mmc sdc1: No vq18sw regulator found
[    1.751848] sunxi-mmc sdc1: set host busy
[    1.751929] mmc:failed to get gpios
[    1.752148] sunxi-mmc sdc1: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.752176] sunxi-mmc sdc1: no vqmmc,Check if there is regulator
[    1.774582] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.793061] sunxi-mmc sdc1: detmode:manually by software
[    1.793972] sunxi_led_probe()1690 - start
[    1.793997] sunxi_get_str_of_property()1549 - failed to get the string of propname led_regulator!
[    1.795185] sunxi_led_probe()1782 - finish
[    1.795473] hidraw: raw HID events driver (C) Jiri Kosina
[    1.795622] usbcore: registered new interface driver usbhid
[    1.795624] usbhid: USB HID core driver
[    1.796397] armchina-aipu aipu: AIPU KMD probe start...
[    1.796403] armchina-aipu aipu: [Probe 0/3] KMD version: release 1.2.28
[    1.796410] armchina-aipu aipu: [Probe 0/3] AIPU version: zhouyi-v1
[    1.797685] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.800183] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.801175] armchina-aipu aipu: [Probe 1/3] Probe stage 1/3 done: create core
[    1.801192] armchina-aipu aipu: DMA alloc coherent failed: pa 0xffffffffffffffff, bytes = 0x2600000
[    1.801197] armchina-aipu aipu: [Probe 2/3] add new region failed
[    1.802313] sunxi-mmc sdc1: smc 1 p1 err, cmd 8, RTO !!
[    1.802672] sunxi-mmc sdc1: card claims to support voltages below defined range
[    1.805876] armchina-aipu: probe of aipu failed with error -12
[    1.807538] sunxi-daudio daudio1: regulator missing or invalid
[    1.807791] sunxi-daudio daudio2: regulator missing or invalid
[    1.808178] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: id:sunxi,dsp0 new channel: 0x0 -> 0xffffffff!
[    1.810915] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: rpmsg hifi[0] client driver is probed
[    1.811010] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: id:sunxi,dsp1 new channel: 0x0 -> 0xffffffff!
[    1.814499] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    1.814611] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    1.814766] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
[    1.815150] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: rpmsg hifi[1] client driver is probed
[    1.816816] mmc1: new high speed SDIO card at address 0001
[    1.834813] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e8a0000
[    1.834970] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e8c0000
[    1.834976] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe start.
[    1.859441] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe stop.
[    1.859451] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_init
[    1.860153] sunxi-codec-machine sndcodec: sunxi-hifi-codec <-> cpudai mapping ok
[    1.861886] sunxi-rpaf-dsp sunxi_rpaf_dsp0: register device finished!
[    1.861893] sunxi-rpaf-dsp sunxi_rpaf_dsp0: [rpaf_dsp0] probe finished!
[    1.862113] sunxi-rpaf-dsp sunxi_rpaf_dsp1: register device finished!
[    1.862118] sunxi-rpaf-dsp sunxi_rpaf_dsp1: [rpaf_dsp1] probe finished!
[    1.862481] Netfilter messages via NETLINK v0.30.
[    1.862731] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[    1.862876] ctnetlink v0.93: registering with nfnetlink.
[    1.876695] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.884881] NET: Registered protocol family 10
[    1.890186] NET: Registered protocol family 17
[    1.890516] Bluetooth: RFCOMM TTY layer initialized
[    1.890528] Bluetooth: RFCOMM socket layer initialized
[    1.890559] Bluetooth: RFCOMM ver 1.11
[    1.890570] 8021q: 802.1Q VLAN Support v1.8
[    1.901879] get usb_detect_mode is fail, 22
[    1.913144] sunxi-rtc rtc: setting system clock to 2021-08-06 11:35:19 UTC (1628249719)
[    1.914579] snddaudio snddaudio1: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.915293] snddaudio snddaudio1: snd-soc-dummy-dai <-> daudio1 mapping ok
[    1.917160] ALSA device list:
[    1.917165]   #0: audiocodec
[    1.917168]   #1: snddaudio1
[    2.221692] Waiting for root device /dev/mmcblk0p7...
[    2.228409] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.268218] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.277266] sunxi-mmc sdc0: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.288552] sunxi-mmc sdc0: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 4 timing LEGACY(SDR12) dt B
[    2.299571] mmc0: new SDHC card at address 0001
[    2.309355] mmcblk0: mmc0:0001 SD16G 29.6 GiB
[    2.317751]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    2.334153] EXT4-fs (mmcblk0p7): couldn't mount as ext3 due to feature incompatibilities
[    2.344230] EXT4-fs (mmcblk0p7): couldn't mount as ext2 due to feature incompatibilities
[    2.359085] EXT4-fs (mmcblk0p7): mounted filesystem without journal. Opts: (null)
[    2.367549] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
[    2.376354] devtmpfs: mounted
[    2.380077] Freeing unused kernel memory: 448K
[    2.584102] random: fast init done
[    2.665971] init: Console is alive
[    2.670039] init: - watchdog -
[    2.673561] init: - preinit -
[    3.292277] mount_root: mounting /dev/root
[    3.297568] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
[    3.304012] mount_root: loading kmods from internal overlay
[    3.428709] block: attempting to load /etc/config/fstab
[    3.437503] block: extroot: device not present, retrying in 5 seconds
[    3.862924] random: procd: uninitialized urandom read (4 bytes read)
[    3.957233]
[    3.957233] insmod_host_driver
[    3.957233]
[    3.964008] [ehci0-controller]: sunxi_usb_enable_ehci
[    3.969690] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff8008922670, 0x:ffffff8008074000, irq_no:f9
[    3.983290] 4101000.ehci0-controller supply drvvbus not found, using dummy regulator
[    3.992135] sunxi-ehci 4101000.ehci0-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.002324] sunxi-ehci 4101000.ehci0-controller: new USB bus registered, assigned bus number 2
[    4.012671] sunxi-ehci 4101000.ehci0-controller: irq 249, io mem 0xffffff80080873fc
[    4.037225] sunxi-ehci 4101000.ehci0-controller: USB 0.0 started, EHCI 1.00
[    4.045071] sunxi-ehci 4101000.ehci0-controller: ehci_irq: highspeed device connect
[    4.054785] hub 2-0:1.0: USB hub found
[    4.059054] hub 2-0:1.0: 1 port detected
[    4.063882] [ohci0-controller]: sunxi_usb_enable_ohci
[    4.069563] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80089229e0
[    4.080041] 4101000.ohci0-controller supply drvvbus not found, using dummy regulator
[    4.088847] sunxi-ohci 4101000.ohci0-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    4.098648] sunxi-ohci 4101000.ohci0-controller: new USB bus registered, assigned bus number 3
[    4.108395] sunxi-ohci 4101000.ohci0-controller: irq 250, io mem 0xffffff8008768000
[    4.182436] hub 3-0:1.0: USB hub found
[    4.186707] hub 3-0:1.0: 1 port detected
[    4.389227] usb 2-1: new high-speed USB device number 2 using sunxi-ehci
[    8.496268] block: extroot: cannot find device UDISK
[    8.508776] procd: - early -
[    8.512163] procd: - watchdog -
[    8.542862] random: procd: uninitialized urandom read (4 bytes read)
[    8.651284] procd: - watchdog -
[    8.655112] procd: - ubus -
[    8.658923] procd (1): /proc/1014/oom_adj is deprecated, please use /proc/1014/oom_score_adj instead.
[    8.662421] random: jshn: uninitialized urandom read (4 bytes read)
[    8.694983] random: ubusd: uninitialized urandom read (4 bytes read)
[    8.722200] procd: - init -
Please press Enter to activate this console.
[    9.151679] file system registered
[    9.180843] configfs-gadget 4100000.udc-controller: failed to start g1: -19
[    9.229469] fuse init (API version 7.26)
[    9.271998] read descriptors
[    9.275357] read strings
[    9.576845] RTW: module init start
[    9.580903] RTW: rtl8723ds v5.10.1-26-ga10bc0b8b.20200617_COEX20200103-3535
[    9.588775] RTW: build time: Sep 29 2021 03:52:06
[    9.594099] RTW: rtl8723ds BT-Coex version = COEX20200103-3535
[    9.710729] sunxi-wlan soc@03000000:wlan: bus_index: 1
[    9.716979] RTW: == SDIO Card Info ==
[    9.721183] RTW:   card: ffffffc00d264000
[    9.725713] RTW:   clock: 50000000 Hz
[    9.729903] RTW:   timing spec: sd high-speed
[    9.734834] RTW:   sd3_bus_mode: FALSE
[    9.739146] RTW:   func num: 1
[    9.742623] RTW:   func1: ffffffc00d2dec00 (*)
[    9.747689] RTW: ================
[    9.779136] RTW: HW EFUSE
[    9.782199] RTW: 0x000: 29 81 00 7C  E1 88 07 00  A0 04 EC 35  12 C0 A3 D8
[    9.790355] RTW: 0x010: 28 27 27 26  26 26 2A 2A  28 27 27 01  FF FF FF FF
[    9.798511] RTW: 0x020: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.806647] RTW: 0x030: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.814767] RTW: 0x040: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.822895] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.831016] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.839142] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.847305] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.855478] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.863624] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.871750] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  20 30 1F 00  00 00 FF FF
[    9.879922] RTW: 0x0C0: FF 29 20 11  00 00 00 FF  00 FF 11 FF  FF FF FF FF
[    9.888061] RTW: 0x0D0: 3E 10 01 12  23 FF FF FF  20 04 4C 02  23 D7 21 02
[    9.896190] RTW: 0x0E0: 0C 00 22 04  00 08 00 32  FF 21 02 0C  00 22 2A 01
[    9.904349] RTW: 0x0F0: 01 00 00 00  00 00 00 00  00 00 00 00  02 00 FF FF
[    9.912535] RTW: 0x100: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
[    9.920694] RTW: 0x110: 00 EB 00 6E  01 00 00 00  00 FF 38 01  46 2E B8 E0
[    9.928830] RTW: 0x120: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.936972] RTW: 0x130: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.945136] RTW: 0x140: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.953420] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.961731] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.970136] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.978457] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.986803] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    9.995131] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   10.003535] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   10.011930] RTW: 0x1C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   10.020343] RTW: 0x1D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   10.028633] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   10.036838] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   10.045226] RTW: hal_com_config_channel_plan chplan:0x20
[   10.298501] RTW: [RF_PATH] ver_id.RF_TYPE:RF_1T1R
[   10.303829] RTW: [RF_PATH] HALSPEC's rf_reg_trx_path_bmp:0x11, rf_reg_path_avail_num:1, max_tx_cnt:1
[   10.314112] RTW: [RF_PATH] PG's trx_path_bmp:0x00, max_tx_cnt:0
[   10.320780] RTW: [RF_PATH] Registry's trx_path_bmp:0x00, tx_path_lmt:0, rx_path_lmt:0
[   10.329595] RTW: [RF_PATH] HALDATA's trx_path_bmp:0x11, max_tx_cnt:1
[   10.336771] RTW: [RF_PATH] HALDATA's rf_type:RF_1T1R, NumTotalRFPath:1
[   10.344217] RTW: [TRX_Nss] HALSPEC - tx_nss:1, rx_nss:1
[   10.350198] RTW: [TRX_Nss] Registry - tx_nss:0, rx_nss:0
[   10.356198] RTW: [TRX_Nss] HALDATA - tx_nss:1, rx_nss:1
[   10.363132] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[   10.375850] RTW: rtw_ndev_init(wlan0) if1 mac_addr=38:01:46:2e:b8:e0
[   10.385466] RTW: rtw_ndev_init(wlan1) if2 mac_addr=3a:01:46:2e:b8:e0
[   10.395306] RTW: module init ret=0
[   10.479387] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.485396] Bluetooth: BNEP filters: protocol multicast
[   10.491302] Bluetooth: BNEP socket layer initialized
[   10.494199] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   10.569078] usbcore: registered new interface driver btusb
[   10.642030] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   10.648742] Bluetooth: HIDP socket layer initialized
[   10.895776] xt_time: kernel timezone is -0000
[   11.076398] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (0c45:6366)
[   11.093272] input: USB 2.0 Camera as /devices/platform/soc/4101000.ehci0-controller/usb2/2-1/2-1:1.0/input/input3
[   11.105293] usbcore: registered new interface driver uvcvideo
[   11.111778] USB Video Class driver (1.1.1)
[   11.357655] EXT4-fs (mmcblk0p7): warning: mounting unchecked fs, running e2fsck is recommended
[   11.370167] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
[   11.499085] random: crng init done
[   11.502905] random: 6 urandom warning(s) missed due to ratelimiting
[   11.808482] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_startup
[   11.816142] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_hw_params
[   11.823691] sunxi-internal-cpudai cpudai: ======== hw_params ========
[   11.831025] sunxi-internal-cpudai cpudai: pcm_params->format:2
[   11.837648] sunxi-internal-cpudai cpudai: pcm_params->channels:2
[   11.844789] sunxi-internal-cpudai cpudai: pcm_params->rate:48000
[   11.850945] RTW: txpath=0x1, rxpath=0x1
[   11.850949] RTW: txpath_1ss:0x1, num:1
[   11.860257] sunxi-internal-cpudai cpudai: pcm_params->period_size:1024
[   11.860264] sunxi-internal-cpudai cpudai: pcm_params->periods:4
[   11.860269] sunxi-internal-cpudai cpudai: pcm_params->pcm_frames:1024
[   11.860275] sunxi-internal-cpudai cpudai: pcm_params->buffer_size:4096
[   11.860280] sunxi-internal-cpudai cpudai: ===========================
[   11.924948] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.019461] sunxi-internal-cpudai cpudai: sunxi_hifi_pcm_hw_params
[   15.080476] sunxi-internal-cpudai cpudai: sunxi_hifi_pcm_hw_free
[   15.259505] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_shutdown



BusyBox v1.27.2 () built-in shell (ash)

 _   .-')      ('-.            ) (`-.
( '.( OO )_   ( OO ).-.         ( OO ).
 ,--.   ,--.) / . --. /  ,-.-')(_/.  \_)-.
 |   `.'   |  | \-.  \   |  |OO)\  `.'  /
 |         |.-'-'  |  |  |  |  \ \     /\
 |  |'.'|  | \| |_.'  |  |  |(_/  \   \ |
 |  |   |  |  |  .-.  | ,|  |_.' .'    \_)
 |  |   |  |  |  | |  |(_|  |   /  .'.  \
 `--'   `--'  `--' `--'  `--'  '--'   '--'
   __   _
  / /  (_)__  __ ____ __ ------------------------
 / /__/ / _ \/ // /\ \ /  sipeed.com (Neptune)
/____/_/_//_/\_,_//_\_\  ------------------------

root@TinaLinux:/#
root@TinaLinux:/# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root               211456    184780     22420  89% /
devtmpfs                107092         0    107092   0% /dev
tmpfs                   119604        36    119568   0% /tmp
/dev/mmcblk0p1            8151       304      7847   4% /mnt/SDCARD
root@TinaLinux:/#
root@TinaLinux:/#
root@TinaLinux:/#
root@TinaLinux:/#
root@TinaLinux:/# mount
/dev/root on / type ext4 (rw,noatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=107092k,nr_inodes=26773,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
cgroup on /sys/fs/cgroup type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
pstore on /sys/fs/pstore type pstore (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
none on /sys/kernel/config type configfs (rw,relatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
/dev/mmcblk0p1 on /mnt/SDCARD type vfat (rw,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
root@TinaLinux:/#
root@TinaLinux:/#

不但屏幕有了开机动画,喇叭还有开机音乐。





离线

楼主 #3 2021-09-28 21:40:10

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: 小白学习 SIPEED R329 开发板 step by step

根据上面SIPEED TINA 我修改了 allwinner TINA的几处:

device/config/chips/r329/configs/default/env.cfg  
device/config/chips/r329/configs/evb5/linux/config-4.9  
device/config/chips/r329/configs/evb5/linux/sys_partition.fex

三个文件此处打包下载: r329_allwinner_tina_booting_tfcard.tgz


whycan@ubuntu:/opt/r329/r329_allwinner_tina/device/config/chips/r329$ git diff configs/default/env.cfg
diff --git a/configs/default/env.cfg b/configs/default/env.cfg
index 600a393..85399f7 100644
--- a/configs/default/env.cfg
+++ b/configs/default/env.cfg
@@ -4,7 +4,7 @@ initcall_debug=0
 console=ttyS0,115200
 # if rootfs type is squashfs, pls cfg nand_root with prefix "/dev/ubiblock" for uboot
 nand_root=/dev/ubiblock0_4
-mmc_root=/dev/mmcblk0p4
+mmc_root=/dev/mmcblk0p7
 nor_root=/dev/mtdblock2
 init=/sbin/init
 rdinit=/rdinit
@@ -49,6 +49,6 @@ fastboot_key_value_min=0x2
 bootdelay=0
 #default bootcmd, will change at runtime according to key press
 #default nand boot
-bootcmd=run setargs_nand boot_dsp0 boot_normal
+bootcmd=run setargs_mmc boot_dsp0 boot_normal
 #nor boot
 #bootcmd=run setargs_nand boot_normal
whycan@ubuntu:/opt/r329/r329_allwinner_tina/device/config/chips/r329$ 
whycan@ubuntu:/opt/r329/r329_allwinner_tina/device/config/chips/r329$ git diff configs/evb5/linux/config-4.9
diff --git a/configs/evb5/linux/config-4.9 b/configs/evb5/linux/config-4.9
index 6c3c799..f1414c6 100755
--- a/configs/evb5/linux/config-4.9
+++ b/configs/evb5/linux/config-4.9
@@ -3095,7 +3095,15 @@ CONFIG_HAVE_ARM_SMCCC=y
 CONFIG_DCACHE_WORD_ACCESS=y
 # CONFIG_EXT2_FS is not set
 # CONFIG_EXT3_FS is not set
-# CONFIG_EXT4_FS is not set
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_USE_FOR_EXT2=y
+# CONFIG_EXT4_FS_POSIX_ACL is not set
+# CONFIG_EXT4_FS_SECURITY is not set
+# CONFIG_EXT4_ENCRYPTION is not set
+# CONFIG_EXT4_DEBUG is not set
+CONFIG_JBD2=y
+# CONFIG_JBD2_DEBUG is not set
+CONFIG_FS_MBCACHE=y
 # CONFIG_REISERFS_FS is not set
 # CONFIG_JFS_FS is not set
 # CONFIG_XFS_FS is not set
@@ -3635,7 +3643,7 @@ CONFIG_CRC32_SARWATE=y
 # CONFIG_CRC7 is not set
 # CONFIG_LIBCRC32C is not set
 # CONFIG_CRC8 is not set
-# CONFIG_HALFMD4 is not set
+CONFIG_HALFMD4=y
 CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
 # CONFIG_RANDOM32_SELFTEST is not set
 CONFIG_ZLIB_INFLATE=y
whycan@ubuntu:/opt/r329/r329_allwinner_tina/device/config/chips/r329$ 
whycan@ubuntu:/opt/r329/r329_allwinner_tina/device/config/chips/r329$ git diff configs/evb5/linux/sys_partition.fex
diff --git a/configs/evb5/linux/sys_partition.fex b/configs/evb5/linux/sys_partition.fex
index e454b0e..b02c864 100644
--- a/configs/evb5/linux/sys_partition.fex
+++ b/configs/evb5/linux/sys_partition.fex
@@ -60,12 +60,6 @@ size = 252
     downloadfile = "boot.fex"
     user_type    = 0x8000
 
-[partition]
-    name         = rootfs
-    size         = 61740
-    downloadfile = "rootfs.fex"
-    user_type    = 0x8000
-
 [partition]
     name         = dsp0
     size         = 2520
@@ -78,25 +72,31 @@ size = 252
     downloadfile = "dsp1.fex"
     user_type    = 0x8000
 
-;for recovery
 [partition]
-    name         = dsp0-r
-    size         = 2520
-    downloadfile = "dsp0.fex"
+    name         = rootfs
+    size         = 425984
+    downloadfile = "rootfs.fex"
     user_type    = 0x8000
 
 ;for recovery
-[partition]
-    name         = dsp1-r
-    size         = 2520
-    downloadfile = "dsp1.fex"
-    user_type    = 0x8000
+;[partition]
+;    name         = dsp0-r
+;    size         = 2520
+;    downloadfile = "dsp0.fex"
+;    user_type    = 0x8000
 
-[partition]
-    name         = recovery
-    size         = 28224
-    ;downloadfile = "recovery.fex"
-    user_type    = 0x8000
+;for recovery
+;[partition]
+;    name         = dsp1-r
+;    size         = 2520
+;    downloadfile = "dsp1.fex"
+;    user_type    = 0x8000
+
+;[partition]
+;    name         = recovery
+;    size         = 28224
+;    ;downloadfile = "recovery.fex"
+;    user_type    = 0x8000
 
 [partition]
     name         = UDISK

把Linux跑起来了:

root@TinaLinux:/# [   46.983162] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_startup
[   46.990707] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_hw_params
[   46.998167] sunxi-internal-cpudai cpudai: ======== hw_params ========
[   47.005414] sunxi-internal-cpudai cpudai: pcm_params->format:2
[   47.011973] sunxi-internal-cpudai cpudai: pcm_params->channels:2
[   47.018731] sunxi-internal-cpudai cpudai: pcm_params->rate:48000
[   47.025488] sunxi-internal-cpudai cpudai: pcm_params->period_size:1024
[   47.032831] sunxi-internal-cpudai cpudai: pcm_params->periods:4
[   47.039489] sunxi-internal-cpudai cpudai: pcm_params->pcm_frames:1024
[   47.046731] sunxi-internal-cpudai cpudai: pcm_params->buffer_size:4096
[   47.054069] sunxi-internal-cpudai cpudai: ===========================
[   47.203118] sunxi-internal-cpudai cpudai: sunxi_hifi_pcm_hw_params
[   51.004082] sunxi-internal-cpudai cpudai: sunxi_hifi_pcm_hw_free
[   51.183132] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_shutdown
[   51.196685] android_work: did not send uevent (0 0           (null))
[   52.697235] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[   52.708898] [alarmtimer] have no shutdown alarm! alarmtimer_shutdown 322
[   53.123267] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[   53.128670] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[   53.179272] [LCD_FB] lcd_fb_shutdown,line:89:
[   53.183992] Finish
[   53.186789] reboot: Restarting system
[275]HELLO! BOOT0 is starting!
[278]BOOT0 commit : 97444f5
[281]set pll start
[284]periph0 has been enabled
[287]set pll end
[288]board init ok
[290]rtc[3] value = 0xa102
[293]the chip id is 0x3
[295]the chip id is 0x3
[297]the chip id is 0x3
[300]the chip id is 0x3
[302]the chip id is 0x3
[304]chip id check OK
[307][AUTO DEBUG] two rank and full DQ!
[311][AUTO DEBUG] DDR3 try success
[315][AUTO DEBUG] single rank and full DQ!
[320][AUTO DEBUG] rank 0 row = 14
[324][AUTO DEBUG] rank 0 bank = 8
[327][AUTO DEBUG] rank 0 page size = 2 KB
[331]DRAM BOOT DRIVE INFO: V0.171
[334]DRAM Type = 3 (2:DDR2,3:DDR3)
[338]DRAMC read ODT  off.
[340]DRAM ODT off.
[343]DRAM CLK = 774 MHz
[345]DRAM SIZE =256 M
[351]DRAM simple test OK.
[353]dram size =256
[356]card no is 0
[358]sdcard 0 line count 4
[360][mmc]: mmc driver ver 2020-07-22 11:09
[370][mmc]: Wrong media type 0x0
[373][mmc]: ***Try SD card 0***
[393]mmc_read_info 787:region magic is not right, retry more time 0
[411]mmc_read_info 787:region magic is not right, retry more time 0
[428]mmc_read_info 787:region magic is not right, retry more time 0
[446]mmc_read_info 787:region magic is not right, go err 0
[452]dump info registers:[454]
0x107184 : [456]a1ff [457]7 [457]610e821b [459]610e821b [460]
[461][mmc]: RMCA FAIL!
[463][mmc]: mmc read timing info fail
[467][mmc]: force 25m
[469][mmc]: mmc 0 bias 0
[472][mmc]: DS26/SDR12 4 bit
[475][mmc]: 25000000 Hz
[477][mmc]: 30264 MB
[479][mmc]: ***SD/MMC 0 init OK!!!***
[579]Loading boot-pkg Succeed(index=0).
[583]Entry_name        = u-boot
[589]Entry_name        = monitor
[592]Entry_name        = dtb
[596]mmc not para
[598]Jump to second Boot.
NOTICE:  BL3-1: v1.0(debug):3eba4b6
NOTICE:  BL3-1: Built : 10:18:25, 2020-05-21
NOTICE:  BL3-1 commit: 8
ERROR:   Error initializing runtime service tspd_fast
NOTICE:  BL3-1: Preparing for EL3 exit to normal world
NOTICE:  BL3-1: Next image address = 0x43000000
▒OTICE:  BL3-1: Next image spsr = 0x1d3

U-Boot 2018.05-gaf1124f (Jan 31 2021 - 06:20:17 +0000) Allwinner Technology

[00.654]CPU:   Allwinner Family
[00.656]Model: sun50iw11
I2C:   ready
[00.780]DRAM:  256 MiB
[00.783]Relocation Offset is: 0ceff000
[00.805]secure enable bit: 0
[00.808]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz  MBus=0Mhz
[00.819]gic: sec monitor mode
[00.821]flash init start
[00.824]workmode = 0,storage type = 1
[00.827][mmc]: mmc driver ver uboot2018:2020-10-22 16:39:00
[00.837][mmc]: Using default timing para
[00.841][mmc]: SUNXI SDMMC Controller Version:0x50300
[00.857][mmc]: card_caps:0x30000002
[00.860][mmc]: host_caps:0x3000003f
[00.864]sunxi flash init ok
[00.866]bmp_name=bootlogo.bmp
307254 bytes read in 15 ms (19.5 MiB/s)
[00.902]Loading Environment from SUNXI_FLASH... OK
[00.922]Item0 (Map) magic is bad
[00.925]the secure storage item0 copy0 magic is bad
[00.930]Item0 (Map) magic is bad
[00.933]the secure storage item0 copy1 magic is bad
[00.938]Item0 (Map) magic is bad
[00.941]usb burn from boot
delay time 0
weak:otg_phy_config
[00.953]usb prepare ok
[01.756]overtime
[01.760]do_burn_from_boot usb : no usb exist
partno erro : can't find partition private
[01.769]update bootcmd
[01.774]update dts
Hit any key to stop autoboot:  0
[01.843]phase vdd-cpu: 0x00000000
[01.846]phase vdd-sys: 0x00000000
[01.849]phase vcc-pll: 0x00000000
[01.852]phase osc24m-on: 0x00000001
[01.855]phase pllcpu-off: 0x00000001
[01.859]phase pllperiph0-off: 0x00000001
[01.862]phase pllaudio0-off: 0x00000000
[01.866]phase pllaudio1-off: 0x00000001
[01.869]phase ahb1ahb2-to-32k: 0x00000001
[01.873]phase apb1-to-32k: 0x00000000
[01.877]phase apb2-to-32k: 0x00000001
[01.880]phase axi-to-32k: 0x00000001
[01.883]phase apbs0-to-32k: 0x00000000
[01.887]phase apbs1-to-32k: 0x00000000
[01.890]phase uart-off: 0x00000000
[01.893]phase nmi-wakeup: 0x00000001
[01.897]phase sleep-freq: 0x00005dc0
DSP VERSION IS smartx-r329-tina-v0.5.0-release-58-g87af487-dirty
DSP0 booting from 0x100400...
Android's image name: r329-evb5
[02.301]Starting kernel ...

[02.304][mmc]: MMC Device 2 not found
[02.307][mmc]: mmc 2 not find, so not exit
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.191 (whycan@ubuntu) (gcc version 6.4.1 (OpenWrt/Linaro GCC 6.4-2017.11 2017-11) ) #1 SMP PREEMPT Mon Sep 27 16:31:00 UTC 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] cma: Reserved 24 MiB at 0x000000004e800000
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   DMA zone: 1024 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 65536 pages, LIFO batch:15
[    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: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 21 pages/cpu s46360 r8192 d31464 u86016
[    0.000000] pcpu-alloc: s46360 r8192 d31464 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64512
[    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 initcall_debug=0 console=ttyS0,115200 loglevel=8 root=/dev/mmcblk0p7 rootwait init=/sbin/init rdinit=/rdinit partitions= cma=24M mac_addr= wifi_mac= bt_mac= selinux=0 specialstr= snum=5c000c29b244459218c pstore_blk.blkdev= pstore.update_ms=1000 androidboot.serialno=5c000c29b244459218c androidboot.hardware=sun50iw11p1 boot_type=1 androidboot.boot_type=1 androidboot.secure_os_exist=0 gpt=1 uboot_message=2018.05-gaf1124f(01/31/2021-06:20:17) mbr_offset=1032192
[    0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.000000] Memory: 214684K/262144K available (5630K kernel code, 488K rwdata, 1616K rodata, 384K init, 229K bss, 22884K reserved, 24576K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008600000   (  5632 KB)
[    0.000000]     .rodata : 0xffffff8008600000 - 0xffffff80087a0000   (  1664 KB)
[    0.000000]       .init : 0xffffff80087a0000 - 0xffffff8008800000   (   384 KB)
[    0.000000]       .data : 0xffffff8008800000 - 0xffffff800887a008   (   489 KB)
[    0.000000]        .bss : 0xffffff800887a008 - 0xffffff80088b3774   (   230 KB)
[    0.000000]     fixed   : 0xffffffbefe7fb000 - 0xffffffbefec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc010000000   (   256 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] clk r_dsp_cache0 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clk r_dsp_cache1 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008193] Console: colour dummy device 80x25
[    0.012412] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.022618] pid_max: default: 32768 minimum: 301
[    0.027382] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.033722] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.041504] sched-energy: CPU device node has no sched-energy-costs
[    0.046923] Invalid sched_group_energy for CPU0
[    0.051402] CPU0: update cpu_capacity 1024
[    0.067520] ASID allocator initialised with 32768 entries
[    0.123753] Detected VIPT I-cache on CPU1
[    0.123804] Invalid sched_group_energy for CPU1
[    0.123807] CPU1: update cpu_capacity 1024
[    0.123810] CPU1: Booted secondary processor [410fd034]
[    0.123895] Brought up 2 CPUs
[    0.138998] SMP: Total of 2 processors activated.
[    0.143688] CPU features: detected feature: 32-bit EL0 Support
[    0.149492] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.158655] CPU: All CPU(s) started at EL1
[    0.160770] alternatives: patching kernel code
[    0.165333] Invalid sched_group_energy for CPU1
[    0.169689] Invalid sched_group_energy for Cluster1
[    0.174539] Invalid sched_group_energy for CPU0
[    0.179045] Invalid sched_group_energy for Cluster0
[    0.184396] devtmpfs: initialized
[    0.213520] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.217644] futex hash table entries: 512 (order: 4, 65536 bytes)
[    0.224664] atomic64_test: passed
[    0.226979] pinctrl core: initialized pinctrl subsystem
[    0.233187] NET: Registered protocol family 16
[    0.237699] dump_class_init,857, success
[    0.256735] cpuidle: using governor menu
[    0.257222] vdso: 2 pages (1 code @ ffffff8008606000, 1 data @ ffffff8008804000)
[    0.263557] DMA: preallocated 256 KiB pool for atomic allocations
[    0.274567] sun50iw11p1-r-pinctrl r_pio: initialized sunXi PIO driver
[    0.283080] sun50iw11p1-pinctrl pio: initialized sunXi PIO driver
[    0.329880] pwm module init!
[    0.333658] sunxi-pm debug v3.10
[    0.334503] SCSI subsystem initialized
[    0.335311] usbcore: registered new interface driver usbfs
[    0.340577] usbcore: registered new interface driver hub
[    0.345865] usbcore: registered new device driver usb
[    0.350931] sunxi_i2c_adap_init()2649 - init
[    0.355488] sunxi_i2c_probe()2372 - [i2c2] twi_drv_used = 1
[    0.360580] sunxi_i2c_probe()2379 - [i2c2] twi_pkt_interval = 0
[    0.366467] twi2 supply twi not found, using dummy regulator
[    0.372160] twi_request_gpio()458 - [i2c2] init name: (null)
[    0.378326] axp20x-i2c 2-0034: AXP20x variant AXP2585 found
[    0.385050] sunxi_i2c_drv_core_process()972 - [i2c2] Timeout when sending 9th SCL clk
[    0.391078] i2c_sunxi_drv_complete()1146 - [i2c2] incomplete xfer(status: 0x1, dev addr: 0x34)
[    0.399663] 0x07081600: 01011001 00000001 00006900 00010001
[    0.405286] 0x07081610: 000080c0 00010004 00010010 00000001
[    0.410927] axp20x-i2c 2-0034: Failed to set masks in 0x40: -70
[    0.416812] axp20x-i2c 2-0034: failed to add irq chip: -70
[    0.422412] axp20x-i2c: probe of 2-0034 failed with error -70
[    0.428025] sunxi_i2c_dma_request()1088 - [i2c2] using dma0chan0 (tx) and dma0chan1 (rx)for DMA transfers
[    0.437989] sunxi_i2c_probe()2372 - [i2c1] twi_drv_used = 0
[    0.443077] sunxi_i2c_probe()2379 - [i2c1] twi_pkt_interval = 0
[    0.448977] twi1 supply twi not found, using dummy regulator
[    0.454664] twi_request_gpio()458 - [i2c1] init name: (null)
[    0.461875] ion_parse_dt_heap_common: id 0 type 0 name sys_user align 1000
[    0.467288] ion_parse_dt_heap_common: id 4 type 4 name cma align 1000
[    0.473676] ion_parse_dt_heap_common: id 6 type 6 name secure align 1000
[    0.480456] ion_heap_create: Invalid heap type 6
[    0.487987] Advanced Linux Sound Architecture Driver Initialized.
[    0.491487] Bluetooth: Core ver 2.22
[    0.494420] NET: Registered protocol family 31
[    0.498815] Bluetooth: HCI device and connection manager initialized
[    0.505140] Bluetooth: HCI socket layer initialized
[    0.509987] Bluetooth: L2CAP socket layer initialized
[    0.515038] Bluetooth: SCO socket layer initialized
[    0.521442] input: sunxi-keyboard as /devices/virtual/input/input0
[    0.526732] clocksource: Switched to clocksource arch_sys_counter
[    0.543587] get androidboot.mode fail
[    0.544381] NET: Registered protocol family 2
[    0.546464] TCP established hash table entries: 16 (order: -5, 128 bytes)
[    0.553136] TCP bind hash table entries: 16 (order: -4, 256 bytes)
[    0.558895] TCP: Hash tables configured (established 16 bind 16)
[    0.564923] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.570686] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.577132] NET: Registered protocol family 1
[    0.581923] sunxi_spi_probe()2633 - [spi1] SPI DBI INTERFACE
[    0.586890] sunxi_spi_probe()2642 - [spi1] SPI MASTER MODE
[    0.592407] spi1 supply spi not found, using dummy regulator
[    0.598040] sunxi_spi_request_gpio()2252 - [spi1] Pinctrl init spi1
[    0.604302] sunxi_spi_clk_init()2302 - [spi1] mclk 100000000
[    0.610255] spi spi1: master is unqueued, this is deprecated
[    0.615493] sunxi_spi_probe()2723 - [spi1]: driver probe succeed, base ffffff800806c000, irq 256
[    0.626539] workingset: timestamp_bits=61 max_order=16 bucket_order=0
[    0.637953] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.640998] io scheduler noop registered
[    0.642051] io scheduler deadline registered
[    0.646687] io scheduler cfq registered (default)
[    0.652230] [LCD_FB] lcd_fb_init,line:159:
[    0.654920]
[    0.656750] [LCD_FB] lcd_fb_probe,line:65:
[    0.660443]
[    0.683220] [LCD_FB] lcd_fb_script_get_item,line:139:
[    0.683263] of_find_compatible_node allwinner,sunxi-lcd_fb1 fail
[    0.688883] [LCD_FB] disp_lcd_set_panel_funs,line:1068:
[    0.693661] lcd_panel_fun[0].cfg_panel_info is NULL
[    0.699692] [LCD_FB] Fb_map_kernel_logo,line:201:
[    0.703190] Fb_map_kernel_logo failed![LCD_FB] disp_lcd_spi_init,line:817:
[    0.710020] ▒[    0.716822] uart uart0: get regulator failed
[    0.716841] uart0 supply uart not found, using dummy regulator
[    0.717153] uart0: ttyS0 at MMIO 0x2500000 (irq = 242, base_baud = 1500000) is a SUNXI
[    0.717175] sw_console_setup()2047 - console setup baud 115200 parity n bits 8, flow n
[    0.738830] console [ttyS0] enabled
[    0.738830] console [ttyS0] enabled
[    0.739235] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.739235] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.739235] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.739235] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.768197] bootconsole [earlycon0] disabled
[    0.768197] bootconsole [earlycon0] disabled
[    0.779015] uart uart1: get regulator failed
[    0.787204] uart1 supply uart not found, using dummy regulator
[    0.793972] uart1: ttyS1 at MMIO 0x2500400 (irq = 243, base_baud = 1500000) is a SUNXI
[    0.803695] misc dump reg init
[    0.807421] Unable to detect cache hierarchy for CPU 0
[    0.813478] sunxi-bt soc@03000000:bt: bt_power_num (4294967232)
[    0.820146] sunxi-bt soc@03000000:bt: Missing bt_io_regulator.
[    0.826704] sunxi-bt soc@03000000:bt: io_regulator_name ((null))
[    0.833466] sunxi-bt soc@03000000:bt: request pincrtl handle for device [soc@03000000:bt] failed
[    0.842749] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.842750] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.854825] sunxi-bt soc@03000000:bt: bt_rst gpio=386  mul-sel=1  pull=1  drv_level=2  data=0
[    0.864431] sunxi-bt soc@03000000:bt: clk_name ()
[    0.869766] sunxi-bt soc@03000000:bt: clk not config
[    0.875905] sunxi-wlan soc@03000000:wlan: wlan_busnum (1)
[    0.881993] sunxi-wlan soc@03000000:wlan: wlan_power_num (-1)
[    0.888459] sunxi-wlan soc@03000000:wlan: Missing wlan_io_regulator.
[    0.895603] sunxi-wlan soc@03000000:wlan: io_regulator_name ((null))
[    0.902754] sunxi-wlan soc@03000000:wlan: request pincrtl handle for device [soc@03000000:wlan] failed
[    0.913260] sunxi-wlan soc@03000000:wlan: wlan_regon gpio=384  mul-sel=1  pull=-1  drv_level=-1  data=0
[    0.923839] sunxi-wlan soc@03000000:wlan: get gpio chip_en failed
[    0.930705] sunxi-wlan soc@03000000:wlan: wlan_hostwake gpio=388  mul-sel=6  pull=-1  drv_level=-1  data=0
[    0.941624] sunxi-wlan soc@03000000:wlan: clk_name ()
[    0.946750] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.946750] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.959490] mtd device must be supplied (device name is empty)
[    0.966401] libphy: Fixed MDIO Bus: probed
[    0.972102] gmac-power0: NULL
[    0.975460] gmac-power1: NULL
[    0.978804] gmac-power2: NULL
[    0.983109] Failed to alloc md5
[    0.986641] eth0: Use random mac address
[    0.991248] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.998846] get ehci0-controller, regulator_io is no nocare
[    1.005127] get ehci0-controller wakeup-source is fail.
[    1.011183] sunxi ehci0-controller don't init wakeup source
[    1.017452] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff80088a1170, 0x:ffffff8008074000, irq_no:f9
[    1.031031] [sunxi-ehci0]: Not init ehci0
[    1.035872] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.043069] get ohci0-controller, regulator_io is no nocare
[    1.049336] get ohci0-controller wakeup-source is fail.
[    1.055360] sunxi ohci0-controller don't init wakeup source
[    1.061700] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80088a14e0
[    1.072159] [sunxi-ohci0]: Not init ohci0
[    1.076754] get ohci1-controller, regulator_io is no nocare
[    1.083022] get ohci1-controller wakeup-source is fail.
[    1.088999] sunxi ohci1-controller don't init wakeup source
[    1.095339] [sunxi-ohci1]: probe, pdev->name: 4201000.ohci1-controller, sunxi_ohci: 0xffffff80088a1bc0
[    1.105810] 4201000.ohci1-controller supply drvvbus not found, using dummy regulator
[    1.116661] sunxi-ohci 4201000.ohci1-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.126463] sunxi-ohci 4201000.ohci1-controller: new USB bus registered, assigned bus number 1
[    1.136210] sunxi-ohci 4201000.ohci1-controller: irq 252, io mem 0x00000040
[    1.207743] hub 1-0:1.0: USB hub found
[    1.212003] hub 1-0:1.0: 1 port detected
[    1.217216] usbcore: registered new interface driver uas
[    1.223304] usbcore: registered new interface driver usb-storage
[    1.230127] usbcore: registered new interface driver ums-alauda
[    1.236835] usbcore: registered new interface driver ums-cypress
[    1.243638] usbcore: registered new interface driver ums-datafab
[    1.250436] usbcore: registered new interface driver ums_eneub6250
[    1.257437] usbcore: registered new interface driver ums-freecom
[    1.264239] usbcore: registered new interface driver ums-isd200
[    1.270948] usbcore: registered new interface driver ums-jumpshot
[    1.277846] usbcore: registered new interface driver ums-karma
[    1.284459] usbcore: registered new interface driver ums-onetouch
[    1.291380] usbcore: registered new interface driver ums-realtek
[    1.298189] usbcore: registered new interface driver ums-sddr09
[    1.304896] usbcore: registered new interface driver ums-sddr55
[    1.311605] usbcore: registered new interface driver ums-usbat
[    1.318262] usb_serial_number:20080411
[    1.323535] sunxi_gpadc_init,1891, success
[    1.329117] sunxi-rtc rtc: rtc core: registered sunxi-rtc as rtc0
[    1.336041] sunxi-rtc rtc: RTC enabled
[    1.340591] i2c /dev entries driver
[    1.345055] lirc_dev: IR Remote Control driver registered, major 249
[    1.352217] IR NEC protocol handler initialized
[    1.357312] IR RC5(x/sz) protocol handler initialized
[    1.362995] IR LIRC bridge handler initialized
[    1.368167] sun50iw11p1-r-pinctrl r_pio: expect_func as:s_cir0, but muxsel(2) is func:s_ir
[    1.377736] sunxi_ir_startup: get ir protocol failed
[    1.383140] s_cir_rx supply ir0 not found, using dummy regulator
[    1.390216] Registered IR keymap rc_map_sunxi
[    1.395456] input: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0/input1
[    1.403494] rc rc0: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0
[    1.411078] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-rc-recv) registered at minor = 0
[    1.420987] sun50iw11p1-pinctrl pio: expect_func as:ir0, but muxsel(2) is func:ir
[    1.429533] sunxi_ir_tx_probe()644 - sunxi-ir-tx v1.0.0
[    1.435437] sunxi_ir_tx_startup()617 - base: ffffff8008957000 !
[    1.442195] sunxi_ir_tx_startup()624 - irq num: 245 !
[    1.447957] Registered IR keymap rc_map_sunxi
[    1.453202] input: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1/ir_tx
[    1.461138] rc rc1: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1
[    1.468642] rc rc1: lirc_dev: driver ir-lirc-codec (sunxi-ir-tx) registered at minor = 1
[    1.477751] sunxi_ir_tx_probe()695 - register rc device success
[    1.484414] ir_tx_clk_cfg()336 - get ir parent rate 24000000HZ
[    1.490994] ir_tx_clk_cfg()345 - get ir_clk rate 12000000HZ
[    1.497262] sunxi_ir_tx_probe()705 - ir_tx_setup success
[    1.503290] sunxi_ir_tx_probe()715 - request irq success
[    1.509258] sunxi_ir_tx_probe()716 - probe success
[    1.514957] sunxi cedar version 0.1
[    1.519186] google_vp9: sunxi google vp9 version 0.1
[    1.526683] sunxi-wdt 20000a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    1.535832] Bluetooth: HCI UART driver ver 2.2.d448471.20181218-163903
[    1.543176] Bluetooth: HCI UART protocol H4 registered
[    1.548954] Bluetooth: HCI H4 protocol initialized
[    1.554347] Bluetooth: HCI UART protocol (null) registered
[    1.560513] Bluetooth: HCI Realtek H5 protocol initialized
[    1.566909] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 01.00.07
[    1.574385] [XR_BT_LPM] bluesleep_probe: bt_wake polarity: 1
[    1.580792] [XR_BT_LPM] bluesleep_probe: host_wake polarity: 0
[    1.587364] [XR_BT_LPM] bluesleep_probe: uart_index(1)
[    1.593312] bt_fdi debugfs_init
[    1.599312] sunxi-mmc sdc0: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.608376] sunxi-mmc sdc0: ***ctl-spec-caps*** 8
[    1.613727] sunxi-mmc sdc0: No vmmc regulator found
[    1.619212] sunxi-mmc sdc0: No vqmmc regulator found
[    1.624797] sunxi-mmc sdc0: No vdmmc regulator found
[    1.630381] sunxi-mmc sdc0: No vd33sw regulator found
[    1.636063] sunxi-mmc sdc0: No vd18sw regulator found
[    1.641743] sunxi-mmc sdc0: No vq33sw regulator found
[    1.647428] sunxi-mmc sdc0: No vq18sw regulator found
[    1.653594] sunxi-mmc sdc0: set host busy
[    1.658196] sunxi-mmc sdc0: Got CD GPIO
[    1.662833] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.673126] sunxi-mmc sdc0: no vqmmc,Check if there is regulator
[    1.698753] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.727187] sunxi-mmc sdc0: detmode:gpio irq
[    1.727218] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.734197] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.757104] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.767996] sunxi-mmc sdc1: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.768181] sunxi-mmc sdc1: No vmmc regulator found
[    1.768185] sunxi-mmc sdc1: No vqmmc regulator found
[    1.768190] sunxi-mmc sdc1: No vdmmc regulator found
[    1.768195] sunxi-mmc sdc1: No vd33sw regulator found
[    1.768199] sunxi-mmc sdc1: No vd18sw regulator found
[    1.768204] sunxi-mmc sdc1: No vq33sw regulator found
[    1.768209] sunxi-mmc sdc1: No vq18sw regulator found
[    1.777497] sunxi-mmc sdc1: set host busy
[    1.777577] mmc:failed to get gpios
[    1.777826] sunxi-mmc sdc1: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.777852] sunxi-mmc sdc1: no vqmmc,Check if there is regulator
[    1.800254] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.818771] sunxi-mmc sdc1: detmode:manually by software
[    1.819705] sunxi_led_probe()1690 - start
[    1.819730] sunxi_get_str_of_property()1549 - failed to get the string of propname led_regulator!
[    1.820922] sunxi_led_probe()1782 - finish
[    1.821214] hidraw: raw HID events driver (C) Jiri Kosina
[    1.821362] usbcore: registered new interface driver usbhid
[    1.821364] usbhid: USB HID core driver
[    1.823084] armchina-aipu aipu: AIPU KMD probe start...
[    1.823091] armchina-aipu aipu: [Probe 0/3] KMD version: release 1.2.28
[    1.823098] armchina-aipu aipu: [Probe 0/3] AIPU version: zhouyi-v1
[    1.828086] armchina-aipu aipu: [Probe 1/3] Probe stage 1/3 done: create core
[    1.828102] armchina-aipu aipu: DMA alloc coherent failed: pa 0xffffffffffffffff, bytes = 0x2600000
[    1.828107] armchina-aipu aipu: [Probe 2/3] add new region failed
[    1.832670] armchina-aipu: probe of aipu failed with error -12
[    1.834277] sunxi-daudio daudio1: regulator missing or invalid
[    1.834548] sunxi-daudio daudio2: regulator missing or invalid
[    1.835004] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: id:sunxi,dsp0 new channel: 0x0 -> 0xffffffff!
[    1.836102] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.839600] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: rpmsg hifi[0] client driver is probed
[    1.839696] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: id:sunxi,dsp1 new channel: 0x0 -> 0xffffffff!
[    1.843879] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.845014] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: rpmsg hifi[1] client driver is probed
[    1.853646] sunxi-mmc sdc1: smc 1 p1 err, cmd 8, RTO !!
[    1.859785] sunxi-mmc sdc1: card claims to support voltages below defined range
[    1.859917] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e860000
[    1.860131] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e880000
[    1.860137] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe start.
[    1.884931] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe stop.
[    1.884941] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_init
[    1.885466] sunxi-codec-machine sndcodec: sunxi-hifi-codec <-> cpudai mapping ok
[    1.887255] sunxi-rpaf-dsp sunxi_rpaf_dsp0: register device finished!
[    1.887261] sunxi-rpaf-dsp sunxi_rpaf_dsp0: [rpaf_dsp0] probe finished!
[    1.887494] sunxi-rpaf-dsp sunxi_rpaf_dsp1: register device finished!
[    1.887500] sunxi-rpaf-dsp sunxi_rpaf_dsp1: [rpaf_dsp1] probe finished!
[    1.887870] Netfilter messages via NETLINK v0.30.
[    1.888113] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[    1.888252] ctnetlink v0.93: registering with nfnetlink.
[    1.916213] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.935255] NET: Registered protocol family 10
[    1.940453] NET: Registered protocol family 17
[    1.940684] Bluetooth: RFCOMM TTY layer initialized
[    1.940697] Bluetooth: RFCOMM socket layer initialized
[    1.940722] Bluetooth: RFCOMM ver 1.11
[    1.940733] 8021q: 802.1Q VLAN Support v1.8
[    1.952005] get usb_detect_mode is fail, 22
[    1.954809] sunxi-rtc rtc: setting system clock to 2021-09-27 14:43:17 UTC (1632753797)
[    1.956393] snddaudio snddaudio1: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.961762] snddaudio snddaudio1: snd-soc-dummy-dai <-> daudio1 mapping ok
[    1.962985] snddaudio snddaudio2: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.964144] snddaudio snddaudio2: snd-soc-dummy-dai <-> daudio2 mapping ok
[    1.966099] ALSA device list:
[    1.966103]   #0: audiocodec
[    1.966107]   #1: snddaudio1
[    1.966109]   #2: snddaudio2
[    2.085361] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.085477] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.100016] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
[    2.261111] Waiting for root device /dev/mmcblk0p7...
[    2.263293] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.277996] random: fast init done
[    2.281868] mmc1: new high speed SDIO card at address 0001
[    2.288688] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.297715] sunxi-mmc sdc0: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.308845] sunxi-mmc sdc0: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 4 timing LEGACY(SDR12) dt B
[    2.319859] mmc0: new SDHC card at address 0001
[    2.325556] mmcblk0: mmc0:0001 SD16G 29.6 GiB
[    2.332886]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    2.388680] VFS: Mounted root (squashfs filesystem) readonly on device 179:7.
[    2.401686] devtmpfs: mounted
[    2.405344] Freeing unused kernel memory: 384K
[    2.996658] init: Console is alive
[    3.000719] init: - watchdog -
[    3.004252] init: - preinit -
[    3.693410] mount_root: mounting /dev/root
[    3.699369] mount_root: loading kmods from internal overlay
[    3.892392] random: procd: uninitialized urandom read (4 bytes read)
[    3.994786]
[    3.994786] insmod_host_driver
[    3.994786]
[    4.001595] [ehci0-controller]: sunxi_usb_enable_ehci
[    4.007278] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff80088a1170, 0x:ffffff8008074000, irq_no:f9
[    4.020946] 4101000.ehci0-controller supply drvvbus not found, using dummy regulator
[    4.029886] sunxi-ehci 4101000.ehci0-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.040096] sunxi-ehci 4101000.ehci0-controller: new USB bus registered, assigned bus number 2
[    4.050199] sunxi-ehci 4101000.ehci0-controller: irq 249, io mem 0xffffff800825ba44
[    4.074766] sunxi-ehci 4101000.ehci0-controller: USB 0.0 started, EHCI 1.00
[    4.082652] sunxi-ehci 4101000.ehci0-controller: ehci_irq: highspeed device connect
[    4.092065] hub 2-0:1.0: USB hub found
[    4.096437] hub 2-0:1.0: 1 port detected
[    4.101325] [ohci0-controller]: sunxi_usb_enable_ohci
[    4.107053] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80088a14e0
[    4.117567] 4101000.ohci0-controller supply drvvbus not found, using dummy regulator
[    4.126414] sunxi-ohci 4101000.ohci0-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    4.165449] sunxi-ohci 4101000.ohci0-controller: new USB bus registered, assigned bus number 3
[    4.175307] sunxi-ohci 4101000.ohci0-controller: irq 250, io mem 0xffffffc00e078000
[    4.275352] hub 3-0:1.0: USB hub found
[    4.279664] hub 3-0:1.0: 1 port detected
[    4.462775] usb 2-1: new high-speed USB device number 2 using sunxi-ehci
[    4.598245] block: attempting to load /etc/config/fstab
[    4.618614] block: extroot: device not present, retrying in 5 seconds
[    9.675863] block: extroot: cannot find device UDISK
[    9.688534] procd: - early -
[    9.691923] procd: - watchdog -
[    9.775447] random: procd: uninitialized urandom read (4 bytes read)
[    9.879857] procd: - watchdog -
[    9.883689] procd: - ubus -
[    9.887503] procd (1): /proc/1010/oom_adj is deprecated, please use /proc/1010/oom_score_adj instead.
[    9.970568] random: ubusd: uninitialized urandom read (4 bytes read)
[   10.050814] random: ubusd: uninitialized urandom read (4 bytes read)
[   10.060640] procd: - init -
Please press Enter to activate this console.
[   10.687366] fuse init (API version 7.26)
[   10.774471] file system registered
[   10.804306] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.810848] Bluetooth: BNEP filters: protocol multicast
[   10.816838] Bluetooth: BNEP socket layer initialized
[   10.829497] configfs-gadget 4100000.udc-controller: failed to start g1: -19
[   10.863187] usbcore: registered new interface driver btusb
[   10.963109] read descriptors
[   10.963261] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   10.963280] Bluetooth: HIDP socket layer initialized
[   10.990593] read strings
[   10.997692] tlsc6x_ts 1-002e: fail to get vdd_name
[   10.997699] tlsc6x_ts 1-002e: fail to get virtualkeys
[   10.997759] 1-002e supply vdd not found, using dummy regulator
[   11.261344] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.270850] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.278041] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.293142] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.302687] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.309816] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.324696] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.334166] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.341252] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.356115] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.365550] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.372623] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.476358] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x30, dev addr: 0x2e)
[   11.485770] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.492821] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.514779] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x30, dev addr: 0x2e)
[   11.526876] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.534093] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.549103] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.558529] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.565607] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.634804] random: crng init done
[   11.638621] random: 6 urandom warning(s) missed due to ratelimiting
[   14.886395] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0xff, dev addr: 0x2e)
[   14.895759] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   14.902782] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[275]HELLO! BOOT0 is starting!
[278]BOOT0 commit : 97444f5
[281]set pll start
[284]periph0 has been enabled
[287]set pll end
[288]board init ok
[290]rtc[3] value = 0xf6f65006
[293]the chip id is 0x3
[295]the chip id is 0x3
[298]the chip id is 0x3
[300]the chip id is 0x3
[302]the chip id is 0x3
[305]chip id check OK
[308][AUTO DEBUG] two rank and full DQ!
[311][AUTO DEBUG] DDR3 try success
[316][AUTO DEBUG] single rank and full DQ!
[321][AUTO DEBUG] rank 0 row = 14
[324][AUTO DEBUG] rank 0 bank = 8
[327][AUTO DEBUG] rank 0 page size = 2 KB
[331]DRAM BOOT DRIVE INFO: V0.171
[335]DRAM Type = 3 (2:DDR2,3:DDR3)
[338]DRAMC read ODT  off.
[341]DRAM ODT off.
[343]DRAM CLK = 774 MHz
[345]DRAM SIZE =256 M
[351]DRAM simple test OK.
[353]dram size =256
[356]card no is 0
[358]sdcard 0 line count 4
[361][mmc]: mmc driver ver 2020-07-22 11:09
[370][mmc]: Wrong media type 0x0
[373][mmc]: ***Try SD card 0***
[394]mmc_read_info 787:region magic is not right, retry more time 0
[411]mmc_read_info 787:region magic is not right, retry more time 0
[429]mmc_read_info 787:region magic is not right, retry more time 0
[446]mmc_read_info 787:region magic is not right, go err 0
[452]dump info registers:[454]
0x107184 : [456]a1ff [457]7 [458]610e821b [459]610e821b [460]
[461][mmc]: RMCA FAIL!
[463][mmc]: mmc read timing info fail
[467][mmc]: force 25m
[469][mmc]: mmc 0 bias 0
[472][mmc]: DS26/SDR12 4 bit
[475][mmc]: 25000000 Hz
[477][mmc]: 30264 MB
[479][mmc]: ***SD/MMC 0 init OK!!!***
[579]Loading boot-pkg Succeed(index=0).
[583]Entry_name        = u-boot
[589]Entry_name        = monitor
[593]Entry_name        = dtb
[596]mmc not para
[598]Jump to second Boot.
NOTICE:  BL3-1: v1.0(debug):3eba4b6
NOTICE:  BL3-1: Built : 10:18:25, 2020-05-21
NOTICE:  BL3-1 commit: 8
ERROR:   Error initializing runtime service tspd_fast
NOTICE:  BL3-1: Preparing for EL3 exit to normal world
NOTICE:  BL3-1: Next image address = 0x43000000
▒OTICE:  BL3-1: Next image spsr = 0x1d3

U-Boot 2018.05-gaf1124f (Jan 31 2021 - 06:20:17 +0000) Allwinner Technology

[00.654]CPU:   Allwinner Family
[00.657]Model: sun50iw11
I2C:   ready
[00.781]DRAM:  256 MiB
[00.783]Relocation Offset is: 0ceff000
[00.806]secure enable bit: 0
[00.808]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz  MBus=0Mhz
[00.819]gic: sec monitor mode
[00.822]flash init start
[00.824]workmode = 0,storage type = 1
[00.828][mmc]: mmc driver ver uboot2018:2020-10-22 16:39:00
[00.838][mmc]: Using default timing para
[00.841][mmc]: SUNXI SDMMC Controller Version:0x50300
[00.857][mmc]: card_caps:0x30000002
[00.860][mmc]: host_caps:0x3000003f
[00.865]sunxi flash init ok
[00.867]bmp_name=bootlogo.bmp
307254 bytes read in 16 ms (18.3 MiB/s)
[00.902]Loading Environment from SUNXI_FLASH... OK
[00.923]Item0 (Map) magic is bad
[00.926]the secure storage item0 copy0 magic is bad
[00.931]Item0 (Map) magic is bad
[00.934]the secure storage item0 copy1 magic is bad
[00.938]Item0 (Map) magic is bad
[00.941]usb burn from boot
delay time 0
weak:otg_phy_config
[00.953]usb prepare ok
[01.756]overtime
[01.760]do_burn_from_boot usb : no usb exist
partno erro : can't find partition private
[01.769]update bootcmd
[01.774]update dts
Hit any key to stop autoboot:  0
[01.843]phase vdd-cpu: 0x00000000
[01.846]phase vdd-sys: 0x00000000
[01.849]phase vcc-pll: 0x00000000
[01.852]phase osc24m-on: 0x00000001
[01.855]phase pllcpu-off: 0x00000001
[01.859]phase pllperiph0-off: 0x00000001
[01.862]phase pllaudio0-off: 0x00000000
[01.866]phase pllaudio1-off: 0x00000001
[01.869]phase ahb1ahb2-to-32k: 0x00000001
[01.873]phase apb1-to-32k: 0x00000000
[01.877]phase apb2-to-32k: 0x00000001
[01.880]phase axi-to-32k: 0x00000001
[01.883]phase apbs0-to-32k: 0x00000000
[01.887]phase apbs1-to-32k: 0x00000000
[01.890]phase uart-off: 0x00000000
[01.893]phase nmi-wakeup: 0x00000001
[01.897]phase sleep-freq: 0x00005dc0
DSP VERSION IS smartx-r329-tina-v0.5.0-release-58-g87af487-dirty
DSP0 booting from 0x100400...
Android's image name: r329-evb5
[02.301]Starting kernel ...

[02.303][mmc]: MMC Device 2 not found
[02.307][mmc]: mmc 2 not find, so not exit
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.191 (whycan@ubuntu) (gcc version 6.4.1 (OpenWrt/Linaro GCC 6.4-2017.11 2017-11) ) #1 SMP PREEMPT Mon Sep 27 16:31:00 UTC 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] cma: Reserved 24 MiB at 0x000000004e800000
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   DMA zone: 1024 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 65536 pages, LIFO batch:15
[    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: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 21 pages/cpu s46360 r8192 d31464 u86016
[    0.000000] pcpu-alloc: s46360 r8192 d31464 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64512
[    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 initcall_debug=0 console=ttyS0,115200 loglevel=8 root=/dev/mmcblk0p7 rootwait init=/sbin/init rdinit=/rdinit partitions= cma=24M mac_addr= wifi_mac= bt_mac= selinux=0 specialstr= snum=5c000c29b244459218c pstore_blk.blkdev= pstore.update_ms=1000 androidboot.serialno=5c000c29b244459218c androidboot.hardware=sun50iw11p1 boot_type=1 androidboot.boot_type=1 androidboot.secure_os_exist=0 gpt=1 uboot_message=2018.05-gaf1124f(01/31/2021-06:20:17) mbr_offset=1032192
[    0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.000000] Memory: 214684K/262144K available (5630K kernel code, 488K rwdata, 1616K rodata, 384K init, 229K bss, 22884K reserved, 24576K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008600000   (  5632 KB)
[    0.000000]     .rodata : 0xffffff8008600000 - 0xffffff80087a0000   (  1664 KB)
[    0.000000]       .init : 0xffffff80087a0000 - 0xffffff8008800000   (   384 KB)
[    0.000000]       .data : 0xffffff8008800000 - 0xffffff800887a008   (   489 KB)
[    0.000000]        .bss : 0xffffff800887a008 - 0xffffff80088b3774   (   230 KB)
[    0.000000]     fixed   : 0xffffffbefe7fb000 - 0xffffffbefec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc010000000   (   256 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] clk r_dsp_cache0 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clk r_dsp_cache1 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008195] Console: colour dummy device 80x25
[    0.012411] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.022618] pid_max: default: 32768 minimum: 301
[    0.027382] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.033722] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.041510] sched-energy: CPU device node has no sched-energy-costs
[    0.046922] Invalid sched_group_energy for CPU0
[    0.051401] CPU0: update cpu_capacity 1024
[    0.067520] ASID allocator initialised with 32768 entries
[    0.123754] Detected VIPT I-cache on CPU1
[    0.123804] Invalid sched_group_energy for CPU1
[    0.123808] CPU1: update cpu_capacity 1024
[    0.123810] CPU1: Booted secondary processor [410fd034]
[    0.123895] Brought up 2 CPUs
[    0.138997] SMP: Total of 2 processors activated.
[    0.143687] CPU features: detected feature: 32-bit EL0 Support
[    0.149492] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.158659] CPU: All CPU(s) started at EL1
[    0.160768] alternatives: patching kernel code
[    0.165332] Invalid sched_group_energy for CPU1
[    0.169689] Invalid sched_group_energy for Cluster1
[    0.174538] Invalid sched_group_energy for CPU0
[    0.179045] Invalid sched_group_energy for Cluster0
[    0.184392] devtmpfs: initialized
[    0.213515] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.217640] futex hash table entries: 512 (order: 4, 65536 bytes)
[    0.224666] atomic64_test: passed
[    0.226975] pinctrl core: initialized pinctrl subsystem
[    0.233180] NET: Registered protocol family 16
[    0.237700] dump_class_init,857, success
[    0.256731] cpuidle: using governor menu
[    0.257221] vdso: 2 pages (1 code @ ffffff8008606000, 1 data @ ffffff8008804000)
[    0.263550] DMA: preallocated 256 KiB pool for atomic allocations
[    0.274567] sun50iw11p1-r-pinctrl r_pio: initialized sunXi PIO driver
[    0.283052] sun50iw11p1-pinctrl pio: initialized sunXi PIO driver
[    0.329900] pwm module init!
[    0.333689] sunxi-pm debug v3.10
[    0.334538] SCSI subsystem initialized
[    0.335347] usbcore: registered new interface driver usbfs
[    0.340675] usbcore: registered new interface driver hub
[    0.345897] usbcore: registered new device driver usb
[    0.350959] sunxi_i2c_adap_init()2649 - init
[    0.355523] sunxi_i2c_probe()2372 - [i2c2] twi_drv_used = 1
[    0.360612] sunxi_i2c_probe()2379 - [i2c2] twi_pkt_interval = 0
[    0.366508] twi2 supply twi not found, using dummy regulator
[    0.372190] twi_request_gpio()458 - [i2c2] init name: (null)
[    0.378353] axp20x-i2c 2-0034: AXP20x variant AXP2585 found
[    0.385078] sunxi_i2c_drv_core_process()972 - [i2c2] Timeout when sending 9th SCL clk
[    0.391109] i2c_sunxi_drv_complete()1146 - [i2c2] incomplete xfer(status: 0x1, dev addr: 0x34)
[    0.399694] 0x07081600: 01011001 00000001 00006900 00010001
[    0.405316] 0x07081610: 000080c0 00010004 00010010 00000001
[    0.410957] axp20x-i2c 2-0034: Failed to set masks in 0x40: -70
[    0.416843] axp20x-i2c 2-0034: failed to add irq chip: -70
[    0.422439] axp20x-i2c: probe of 2-0034 failed with error -70
[    0.428055] sunxi_i2c_dma_request()1088 - [i2c2] using dma0chan0 (tx) and dma0chan1 (rx)for DMA transfers
[    0.438020] sunxi_i2c_probe()2372 - [i2c1] twi_drv_used = 0
[    0.443108] sunxi_i2c_probe()2379 - [i2c1] twi_pkt_interval = 0
[    0.449008] twi1 supply twi not found, using dummy regulator
[    0.454694] twi_request_gpio()458 - [i2c1] init name: (null)
[    0.461909] ion_parse_dt_heap_common: id 0 type 0 name sys_user align 1000
[    0.467320] ion_parse_dt_heap_common: id 4 type 4 name cma align 1000
[    0.473706] ion_parse_dt_heap_common: id 6 type 6 name secure align 1000
[    0.480490] ion_heap_create: Invalid heap type 6
[    0.487995] Advanced Linux Sound Architecture Driver Initialized.
[    0.491515] Bluetooth: Core ver 2.22
[    0.494450] NET: Registered protocol family 31
[    0.498844] Bluetooth: HCI device and connection manager initialized
[    0.505170] Bluetooth: HCI socket layer initialized
[    0.510018] Bluetooth: L2CAP socket layer initialized
[    0.515069] Bluetooth: SCO socket layer initialized
[    0.521477] input: sunxi-keyboard as /devices/virtual/input/input0
[    0.530500] clocksource: Switched to clocksource arch_sys_counter
[    0.543604] get androidboot.mode fail
[    0.544384] NET: Registered protocol family 2
[    0.546465] TCP established hash table entries: 16 (order: -5, 128 bytes)
[    0.552850] TCP bind hash table entries: 16 (order: -4, 256 bytes)
[    0.558920] TCP: Hash tables configured (established 16 bind 16)
[    0.564935] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.570763] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.577149] NET: Registered protocol family 1
[    0.581933] sunxi_spi_probe()2633 - [spi1] SPI DBI INTERFACE
[    0.586907] sunxi_spi_probe()2642 - [spi1] SPI MASTER MODE
[    0.592433] spi1 supply spi not found, using dummy regulator
[    0.598055] sunxi_spi_request_gpio()2252 - [spi1] Pinctrl init spi1
[    0.604325] sunxi_spi_clk_init()2302 - [spi1] mclk 100000000
[    0.610271] spi spi1: master is unqueued, this is deprecated
[    0.615512] sunxi_spi_probe()2723 - [spi1]: driver probe succeed, base ffffff800806c000, irq 256
[    0.626617] workingset: timestamp_bits=61 max_order=16 bucket_order=0
[    0.637958] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.640826] io scheduler noop registered
[    0.642057] io scheduler deadline registered
[    0.646714] io scheduler cfq registered (default)
[    0.652246] [LCD_FB] lcd_fb_init,line:159:
[    0.654999]
[    0.656753] [LCD_FB] lcd_fb_probe,line:65:
[    0.660456]
[    0.683181] [LCD_FB] lcd_fb_script_get_item,line:139:
[    0.683225] of_find_compatible_node allwinner,sunxi-lcd_fb1 fail
[    0.688844] [LCD_FB] disp_lcd_set_panel_funs,line:1068:
[    0.693632] lcd_panel_fun[0].cfg_panel_info is NULL
[    0.699640] [LCD_FB] Fb_map_kernel_logo,line:201:
[    0.703158] Fb_map_kernel_logo failed![LCD_FB] disp_lcd_spi_init,line:817:
[    0.709982][    0.716660] uart uart0: get regulator failed
[    0.716682] uart0 supply uart not found, using dummy regulator
[    0.716960] uart0: ttyS0 at MMIO 0x2500000 (irq = 242, base_baud = 1500000) is a SUNXI
[    0.716982] sw_console_setup()2047 - console setup baud 115200 parity n bits 8, flow n
[    0.738720] console [ttyS0] enabled
[    0.738720] console [ttyS0] enabled
[    0.739112] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.739112] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.739113] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.739113] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.768095] bootconsole [earlycon0] disabled
[    0.768095] bootconsole [earlycon0] disabled
[    0.778924] uart uart1: get regulator failed
[    0.787110] uart1 supply uart not found, using dummy regulator
[    0.793876] uart1: ttyS1 at MMIO 0x2500400 (irq = 243, base_baud = 1500000) is a SUNXI
[    0.803644] misc dump reg init
[    0.807350] Unable to detect cache hierarchy for CPU 0
[    0.813411] sunxi-bt soc@03000000:bt: bt_power_num (4294967232)
[    0.820075] sunxi-bt soc@03000000:bt: Missing bt_io_regulator.
[    0.826636] sunxi-bt soc@03000000:bt: io_regulator_name ((null))
[    0.833401] sunxi-bt soc@03000000:bt: request pincrtl handle for device [soc@03000000:bt] failed
[    0.842519] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.842519] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.854767] sunxi-bt soc@03000000:bt: bt_rst gpio=386  mul-sel=1  pull=1  drv_level=2  data=0
[    0.864370] sunxi-bt soc@03000000:bt: clk_name ()
[    0.869713] sunxi-bt soc@03000000:bt: clk not config
[    0.875853] sunxi-wlan soc@03000000:wlan: wlan_busnum (1)
[    0.881940] sunxi-wlan soc@03000000:wlan: wlan_power_num (-1)
[    0.888408] sunxi-wlan soc@03000000:wlan: Missing wlan_io_regulator.
[    0.895550] sunxi-wlan soc@03000000:wlan: io_regulator_name ((null))
[    0.902700] sunxi-wlan soc@03000000:wlan: request pincrtl handle for device [soc@03000000:wlan] failed
[    0.913203] sunxi-wlan soc@03000000:wlan: wlan_regon gpio=384  mul-sel=1  pull=-1  drv_level=-1  data=0
[    0.923785] sunxi-wlan soc@03000000:wlan: get gpio chip_en failed
[    0.930647] sunxi-wlan soc@03000000:wlan: wlan_hostwake gpio=388  mul-sel=6  pull=-1  drv_level=-1  data=0
[    0.941569] sunxi-wlan soc@03000000:wlan: clk_name ()
[    0.946517] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.946518] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.959476] mtd device must be supplied (device name is empty)
[    0.966393] libphy: Fixed MDIO Bus: probed
[    0.972082] gmac-power0: NULL
[    0.975439] gmac-power1: NULL
[    0.978783] gmac-power2: NULL
[    0.983096] Failed to alloc md5
[    0.986653] eth0: Use random mac address
[    0.991258] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.998844] get ehci0-controller, regulator_io is no nocare
[    1.005147] get ehci0-controller wakeup-source is fail.
[    1.011250] sunxi ehci0-controller don't init wakeup source
[    1.017528] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff80088a1170, 0x:ffffff8008074000, irq_no:f9
[    1.031127] [sunxi-ehci0]: Not init ehci0
[    1.036060] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.043357] get ohci0-controller, regulator_io is no nocare
[    1.049637] get ohci0-controller wakeup-source is fail.
[    1.055730] sunxi ohci0-controller don't init wakeup source
[    1.062074] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80088a14e0
[    1.072534] [sunxi-ohci0]: Not init ohci0
[    1.077145] get ohci1-controller, regulator_io is no nocare
[    1.083414] get ohci1-controller wakeup-source is fail.
[    1.089397] sunxi ohci1-controller don't init wakeup source
[    1.095734] [sunxi-ohci1]: probe, pdev->name: 4201000.ohci1-controller, sunxi_ohci: 0xffffff80088a1bc0
[    1.106205] 4201000.ohci1-controller supply drvvbus not found, using dummy regulator
[    1.117049] sunxi-ohci 4201000.ohci1-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.126853] sunxi-ohci 4201000.ohci1-controller: new USB bus registered, assigned bus number 1
[    1.136605] sunxi-ohci 4201000.ohci1-controller: irq 252, io mem 0x00000040
[    1.207471] hub 1-0:1.0: USB hub found
[    1.211730] hub 1-0:1.0: 1 port detected
[    1.216947] usbcore: registered new interface driver uas
[    1.223034] usbcore: registered new interface driver usb-storage
[    1.229845] usbcore: registered new interface driver ums-alauda
[    1.236549] usbcore: registered new interface driver ums-cypress
[    1.243355] usbcore: registered new interface driver ums-datafab
[    1.250158] usbcore: registered new interface driver ums_eneub6250
[    1.257163] usbcore: registered new interface driver ums-freecom
[    1.263994] usbcore: registered new interface driver ums-isd200
[    1.270725] usbcore: registered new interface driver ums-jumpshot
[    1.277628] usbcore: registered new interface driver ums-karma
[    1.284239] usbcore: registered new interface driver ums-onetouch
[    1.291160] usbcore: registered new interface driver ums-realtek
[    1.297969] usbcore: registered new interface driver ums-sddr09
[    1.304684] usbcore: registered new interface driver ums-sddr55
[    1.311396] usbcore: registered new interface driver ums-usbat
[    1.318041] usb_serial_number:20080411
[    1.323327] sunxi_gpadc_init,1891, success
[    1.328892] sunxi-rtc rtc: rtc core: registered sunxi-rtc as rtc0
[    1.335823] sunxi-rtc rtc: RTC enabled
[    1.340369] i2c /dev entries driver
[    1.344826] lirc_dev: IR Remote Control driver registered, major 249
[    1.351987] IR NEC protocol handler initialized
[    1.357082] IR RC5(x/sz) protocol handler initialized
[    1.362763] IR LIRC bridge handler initialized
[    1.367925] sun50iw11p1-r-pinctrl r_pio: expect_func as:s_cir0, but muxsel(2) is func:s_ir
[    1.377504] sunxi_ir_startup: get ir protocol failed
[    1.382907] s_cir_rx supply ir0 not found, using dummy regulator
[    1.389999] Registered IR keymap rc_map_sunxi
[    1.395254] input: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0/input1
[    1.403304] rc rc0: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0
[    1.410902] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-rc-recv) registered at minor = 0
[    1.420803] sun50iw11p1-pinctrl pio: expect_func as:ir0, but muxsel(2) is func:ir
[    1.429354] sunxi_ir_tx_probe()644 - sunxi-ir-tx v1.0.0
[    1.435260] sunxi_ir_tx_startup()617 - base: ffffff8008957000 !
[    1.442017] sunxi_ir_tx_startup()624 - irq num: 245 !
[    1.447776] Registered IR keymap rc_map_sunxi
[    1.453014] input: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1/ir_tx
[    1.460961] rc rc1: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1
[    1.468467] rc rc1: lirc_dev: driver ir-lirc-codec (sunxi-ir-tx) registered at minor = 1
[    1.477578] sunxi_ir_tx_probe()695 - register rc device success
[    1.484241] ir_tx_clk_cfg()336 - get ir parent rate 24000000HZ
[    1.490821] ir_tx_clk_cfg()345 - get ir_clk rate 12000000HZ
[    1.497087] sunxi_ir_tx_probe()705 - ir_tx_setup success
[    1.503118] sunxi_ir_tx_probe()715 - request irq success
[    1.509088] sunxi_ir_tx_probe()716 - probe success
[    1.514786] sunxi cedar version 0.1
[    1.519013] google_vp9: sunxi google vp9 version 0.1
[    1.526480] sunxi-wdt 20000a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    1.535631] Bluetooth: HCI UART driver ver 2.2.d448471.20181218-163903
[    1.542975] Bluetooth: HCI UART protocol H4 registered
[    1.548755] Bluetooth: HCI H4 protocol initialized
[    1.554143] Bluetooth: HCI UART protocol (null) registered
[    1.560311] Bluetooth: HCI Realtek H5 protocol initialized
[    1.566696] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 01.00.07
[    1.574187] [XR_BT_LPM] bluesleep_probe: bt_wake polarity: 1
[    1.580595] [XR_BT_LPM] bluesleep_probe: host_wake polarity: 0
[    1.587165] [XR_BT_LPM] bluesleep_probe: uart_index(1)
[    1.593109] bt_fdi debugfs_init
[    1.599134] sunxi-mmc sdc0: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.608209] sunxi-mmc sdc0: ***ctl-spec-caps*** 8
[    1.613560] sunxi-mmc sdc0: No vmmc regulator found
[    1.619046] sunxi-mmc sdc0: No vqmmc regulator found
[    1.624634] sunxi-mmc sdc0: No vdmmc regulator found
[    1.630213] sunxi-mmc sdc0: No vd33sw regulator found
[    1.635897] sunxi-mmc sdc0: No vd18sw regulator found
[    1.641571] sunxi-mmc sdc0: No vq33sw regulator found
[    1.647252] sunxi-mmc sdc0: No vq18sw regulator found
[    1.653417] sunxi-mmc sdc0: set host busy
[    1.658016] sunxi-mmc sdc0: Got CD GPIO
[    1.662633] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.672926] sunxi-mmc sdc0: no vqmmc,Check if there is regulator
[    1.698522] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.726944] sunxi-mmc sdc0: detmode:gpio irq
[    1.726975] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.733934] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.756874] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.767719] sunxi-mmc sdc1: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.767906] sunxi-mmc sdc1: No vmmc regulator found
[    1.767911] sunxi-mmc sdc1: No vqmmc regulator found
[    1.767915] sunxi-mmc sdc1: No vdmmc regulator found
[    1.767920] sunxi-mmc sdc1: No vd33sw regulator found
[    1.767925] sunxi-mmc sdc1: No vd18sw regulator found
[    1.767929] sunxi-mmc sdc1: No vq33sw regulator found
[    1.767934] sunxi-mmc sdc1: No vq18sw regulator found
[    1.777216] sunxi-mmc sdc1: set host busy
[    1.777297] mmc:failed to get gpios
[    1.777525] sunxi-mmc sdc1: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.777551] sunxi-mmc sdc1: no vqmmc,Check if there is regulator
[    1.799951] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.818539] sunxi-mmc sdc1: detmode:manually by software
[    1.819460] sunxi_led_probe()1690 - start
[    1.819486] sunxi_get_str_of_property()1549 - failed to get the string of propname led_regulator!
[    1.820709] sunxi_led_probe()1782 - finish
[    1.820998] hidraw: raw HID events driver (C) Jiri Kosina
[    1.821156] usbcore: registered new interface driver usbhid
[    1.821159] usbhid: USB HID core driver
[    1.822469] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.824989] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.826167] armchina-aipu aipu: AIPU KMD probe start...
[    1.826173] armchina-aipu aipu: [Probe 0/3] KMD version: release 1.2.28
[    1.826181] armchina-aipu aipu: [Probe 0/3] AIPU version: zhouyi-v1
[    1.826887] sunxi-mmc sdc1: smc 1 p1 err, cmd 8, RTO !!
[    1.827257] sunxi-mmc sdc1: card claims to support voltages below defined range
[    1.831173] armchina-aipu aipu: [Probe 1/3] Probe stage 1/3 done: create core
[    1.831190] armchina-aipu aipu: DMA alloc coherent failed: pa 0xffffffffffffffff, bytes = 0x2600000
[    1.831195] armchina-aipu aipu: [Probe 2/3] add new region failed
[    1.836262] armchina-aipu: probe of aipu failed with error -12
[    1.837931] sunxi-daudio daudio1: regulator missing or invalid
[    1.838199] sunxi-daudio daudio2: regulator missing or invalid
[    1.839003] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: id:sunxi,dsp0 new channel: 0x0 -> 0xffffffff!
[    1.839152] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    1.839262] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    1.839418] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
[    1.840191] mmc1: new high speed SDIO card at address 0001
[    1.846657] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: rpmsg hifi[0] client driver is probed
[    1.846761] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: id:sunxi,dsp1 new channel: 0x0 -> 0xffffffff!
[    1.850922] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: rpmsg hifi[1] client driver is probed
[    1.864728] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e860000
[    1.864943] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e880000
[    1.864949] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe start.
[    1.903011] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe stop.
[    1.903021] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_init
[    1.903548] sunxi-codec-machine sndcodec: sunxi-hifi-codec <-> cpudai mapping ok
[    1.905206] sunxi-rpaf-dsp sunxi_rpaf_dsp0: register device finished!
[    1.905213] sunxi-rpaf-dsp sunxi_rpaf_dsp0: [rpaf_dsp0] probe finished!
[    1.905440] sunxi-rpaf-dsp sunxi_rpaf_dsp1: register device finished!
[    1.905446] sunxi-rpaf-dsp sunxi_rpaf_dsp1: [rpaf_dsp1] probe finished!
[    1.905819] Netfilter messages via NETLINK v0.30.
[    1.906066] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[    1.906205] ctnetlink v0.93: registering with nfnetlink.
[    1.923402] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.938684] NET: Registered protocol family 10
[    1.943911] NET: Registered protocol family 17
[    1.944140] Bluetooth: RFCOMM TTY layer initialized
[    1.944153] Bluetooth: RFCOMM socket layer initialized
[    1.944178] Bluetooth: RFCOMM ver 1.11
[    1.944189] 8021q: 802.1Q VLAN Support v1.8
[    1.955460] get usb_detect_mode is fail, 22
[    1.960441] sunxi-rtc rtc: setting system clock to 2021-09-27 14:43:39 UTC (1632753819)
[    1.961925] snddaudio snddaudio1: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.962605] snddaudio snddaudio1: snd-soc-dummy-dai <-> daudio1 mapping ok
[    1.963776] snddaudio snddaudio2: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.964926] snddaudio snddaudio2: snd-soc-dummy-dai <-> daudio2 mapping ok
[    1.966773] ALSA device list:
[    1.966777]   #0: audiocodec
[    1.966780]   #1: snddaudio1
[    1.966783]   #2: snddaudio2
[    2.266759] Waiting for root device /dev/mmcblk0p7...
[    2.273505] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.310007] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.319054] sunxi-mmc sdc0: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.330591] sunxi-mmc sdc0: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 4 timing LEGACY(SDR12) dt B
[    2.341677] mmc0: new SDHC card at address 0001
[    2.351560] mmcblk0: mmc0:0001 SD16G 29.6 GiB
[    2.359019]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    2.383802] VFS: Mounted root (squashfs filesystem) readonly on device 179:7.
[    2.396291] devtmpfs: mounted
[    2.399942] Freeing unused kernel memory: 384K
[    2.587817] random: fast init done
[    2.995441] init: Console is alive
[    2.999494] init: - watchdog -
[    3.003018] init: - preinit -
[    3.749572] mount_root: mounting /dev/root
[    3.754912] mount_root: loading kmods from internal overlay
[    3.873048] random: procd: uninitialized urandom read (4 bytes read)
[    3.994806]
[    3.994806] insmod_host_driver
[    3.994806]
[    4.001664] [ehci0-controller]: sunxi_usb_enable_ehci
[    4.007422] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff80088a1170, 0x:ffffff8008074000, irq_no:f9
[    4.021126] 4101000.ehci0-controller supply drvvbus not found, using dummy regulator
[    4.029980] sunxi-ehci 4101000.ehci0-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.040272] sunxi-ehci 4101000.ehci0-controller: new USB bus registered, assigned bus number 2
[    4.050467] sunxi-ehci 4101000.ehci0-controller: irq 249, io mem 0xffffff80080873fc
[    4.074532] sunxi-ehci 4101000.ehci0-controller: USB 0.0 started, EHCI 1.00
[    4.082474] sunxi-ehci 4101000.ehci0-controller: ehci_irq: highspeed device connect
[    4.092153] hub 2-0:1.0: USB hub found
[    4.096451] hub 2-0:1.0: 1 port detected
[    4.101324] [ohci0-controller]: sunxi_usb_enable_ohci
[    4.107112] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80088a14e0
[    4.117743] 4101000.ohci0-controller supply drvvbus not found, using dummy regulator
[    4.126627] sunxi-ohci 4101000.ohci0-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    4.136451] sunxi-ohci 4101000.ohci0-controller: new USB bus registered, assigned bus number 3
[    4.146243] sunxi-ohci 4101000.ohci0-controller: irq 250, io mem 0xffffff800825ba64
[    4.219729] hub 3-0:1.0: USB hub found
[    4.224033] hub 3-0:1.0: 1 port detected
[    4.473406] usb 2-1: new high-speed USB device number 2 using sunxi-ehci
[    4.676437] block: attempting to load /etc/config/fstab
[    4.696813] block: extroot: device not present, retrying in 5 seconds
[    9.753125] block: extroot: cannot find device UDISK
[    9.765709] procd: - early -
[    9.769057] procd: - watchdog -
[    9.862097] random: procd: uninitialized urandom read (4 bytes read)
[    9.946192] procd: - watchdog -
[    9.950033] procd: - ubus -
[    9.953807] procd (1): /proc/1008/oom_adj is deprecated, please use /proc/1008/oom_score_adj instead.
[   10.029192] random: ubusd: uninitialized urandom read (4 bytes read)
[   10.097992] random: ubusd: uninitialized urandom read (4 bytes read)
[   10.107763] procd: - init -
Please press Enter to activate this console.
[   10.654898] fuse init (API version 7.26)
[   10.801398] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.811627] Bluetooth: BNEP filters: protocol multicast
[   10.825300] Bluetooth: BNEP socket layer initialized
[   10.834382] file system registered
[   10.855357] configfs-gadget 4100000.udc-controller: failed to start g1: -19
[   10.869290] usbcore: registered new interface driver btusb
[   10.939082] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   10.946652] Bluetooth: HIDP socket layer initialized
[   10.961457] read descriptors
[   10.964812] read strings
[   10.993453] tlsc6x_ts 1-002e: fail to get vdd_name
[   10.998985] tlsc6x_ts 1-002e: fail to get virtualkeys
[   11.004787] 1-002e supply vdd not found, using dummy regulator
[   11.276322] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.285827] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.292972] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.307121] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.316640] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.323795] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.337937] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.347364] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.354541] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.368810] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.378338] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.385481] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.476102] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.485569] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.492649] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.506715] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.516135] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.523217] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.537338] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.546776] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.553837] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.567901] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.577313] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.584371] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.676342] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.685854] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.693015] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.707098] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   11.716593] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   11.723729] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   11.799118] random: crng init done
[   11.802937] random: 6 urandom warning(s) missed due to ratelimiting
[   12.442607] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0xff, dev addr: 0x2e)
[   12.452011] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   12.459054] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   12.473306] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[   12.482801] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[   12.489894] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[   12.498380] [tlsc][error] tlsc6x:tlsc6x_probe, no tlsc6x!
[   12.523656] xt_time: kernel timezone is -0000
[   12.537468] ======== XRADIO WIFI OPEN ========
[   12.542561] [XRADIO] Driver Label:XR_V02.16.83 _HT40_01.33  Sep 27 2021 15:09:45
[   12.551024] [XRADIO] Allocated hw_priv @ ffffffc00ca31740
[   12.557481] [XRADIO_ERR] can't open /etc/wifi/xr_wifi.conf, failed(-30)
[   12.565093] [XRADIO_ERR] Access_file failed, path:/etc/wifi/xr_wifi.conf!
[   12.573660] sunxi-wlan soc@03000000:wlan: bus_index: 1
[   12.689929] [XRADIO] Detect SDIO card 1
[   14.814784] [XRADIO] Remove SDIO card 1
[   14.829153] [SBUS_ERR] sdio probe timeout!
[   14.833758] [XRADIO_ERR] sbus_sdio_init failed
[   14.871243] ======== XRADIO WIFI OPEN ========
[   14.876327] [XRADIO] Driver Label:XR_V02.16.83 _HT40_01.33  Sep 27 2021 15:09:45
[   14.884685] [XRADIO] Allocated hw_priv @ ffffffc00c9c1740
[   14.890796] [XRADIO_ERR] can't open /etc/wifi/xr_wifi.conf, failed(-30)
[   14.898234] [XRADIO_ERR] Access_file failed, path:/etc/wifi/xr_wifi.conf!
[   14.906565] sunxi-wlan soc@03000000:wlan: bus_index: 1
[   15.022436] [XRADIO] Detect SDIO card 1
[   17.150917] [XRADIO] Remove SDIO card 1
[   17.165292] [SBUS_ERR] sdio probe timeout!
[   17.169896] [XRADIO_ERR] sbus_sdio_init failed
[   18.272075] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_startup
[   18.279591] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_hw_params
[   18.287048] sunxi-internal-cpudai cpudai: ======== hw_params ========
[   18.294292] sunxi-internal-cpudai cpudai: pcm_params->format:2
[   18.300885] sunxi-internal-cpudai cpudai: pcm_params->channels:2
[   18.307642] sunxi-internal-cpudai cpudai: pcm_params->rate:48000
[   18.314400] sunxi-internal-cpudai cpudai: pcm_params->period_size:1024
[   18.321737] sunxi-internal-cpudai cpudai: pcm_params->periods:4
[   18.328393] sunxi-internal-cpudai cpudai: pcm_params->pcm_frames:1024
[   18.335633] sunxi-internal-cpudai cpudai: pcm_params->buffer_size:4096
[   18.342968] sunxi-internal-cpudai cpudai: ===========================
[   18.502973] sunxi-internal-cpudai cpudai: sunxi_hifi_pcm_hw_params



BusyBox v1.27.2 () built-in shell (ash)

 _____  _              __     _
|_   _||_| ___  _ _   |  |   |_| ___  _ _  _ _
  | |   _ |   ||   |  |  |__ | ||   || | ||_'_|
  | |  | || | || _ |  |_____||_||_|_||___||_,_|
  |_|  |_||_|_||_|_|  Tina is Based on OpenWrt!
 ----------------------------------------------
 Tina Linux (Neptune, 5C1C9C53)
 ----------------------------------------------
root@TinaLinux:/# [   26.263698] sunxi-internal-cpudai cpudai: sunxi_hifi_pcm_hw_free
[   26.443141] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_shutdown

root@TinaLinux:/#
root@TinaLinux:/#

根文件系统是只读的squashfs:

root@TinaLinux:/# mount
/dev/root on / type squashfs (ro,noatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=107340k,nr_inodes=26835,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
cgroup on /sys/fs/cgroup type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
pstore on /sys/fs/pstore type pstore (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
none on /sys/kernel/config type configfs (rw,relatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
/dev/mmcblk0p1 on /mnt/SDCARD type vfat (rw,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
root@TinaLinux:/#

所以,还得去比较一下SIPEED的patch,看他如何改成 ext4 rootfs 的。





离线

楼主 #4 2021-09-28 21:40:13

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: 小白学习 SIPEED R329 开发板 step by step

继续研究 (2021-09-30 08:00:00)

反复折腾几次,对照SIPEED修改,发现还要改别的几处,才能把根文件系统变为ext4

device/config/chips/r329/configs/default/env.cfg
device/config/chips/r329/configs/evb5/linux/config-4.9  
device/config/chips/r329/configs/evb5/linux/sys_partition.fex 
target/allwinner/r329-evb5/defconfig

打包备份:r329_allwinner_tina_booting_tfcard_ext4.tgz

启动日志:

[288]HELLO! BOOT0 is starting!
[291]BOOT0 commit : 97444f5
[294]set pll start
[296]periph0 has been enabled
[299]set pll end
[301]board init ok
[303]rtc[3] value = 0xa102
[305]the chip id is 0x3
[308]the chip id is 0x3
[310]the chip id is 0x3
[312]the chip id is 0x3
[315]the chip id is 0x3
[317]chip id check OK
[320][AUTO DEBUG] two rank and full DQ!
[324][AUTO DEBUG] DDR3 try success
[328][AUTO DEBUG] single rank and full DQ!
[333][AUTO DEBUG] rank 0 row = 14
[336][AUTO DEBUG] rank 0 bank = 8
[340][AUTO DEBUG] rank 0 page size = 2 KB
[344]DRAM BOOT DRIVE INFO: V0.171
[347]DRAM Type = 3 (2:DDR2,3:DDR3)
[350]DRAMC read ODT  off.
[353]DRAM ODT off.
[356]DRAM CLK = 774 MHz
[358]DRAM SIZE =256 M
[363]DRAM simple test OK.
[366]dram size =256
[369]card no is 0
[370]sdcard 0 line count 4
[373][mmc]: mmc driver ver 2020-07-22 11:09
[383][mmc]: Wrong media type 0x0
[386][mmc]: ***Try SD card 0***
[420]mmc_read_info 787:region magic is not right, retry more time 0
[437]mmc_read_info 787:region magic is not right, retry more time 0
[455]mmc_read_info 787:region magic is not right, retry more time 0
[472]mmc_read_info 787:region magic is not right, go err 0
[477]dump info registers:[480]
0x107184 : [482]0 [482]0 [483]0 [484]0 [484]
[485][mmc]: RMCA FAIL!
[487][mmc]: mmc read timing info fail
[491][mmc]: force 25m
[493][mmc]: mmc 0 bias 0
[501][mmc]: HSSDR52/SDR25 4 bit
[504][mmc]: 25000000 Hz
[506][mmc]: 7580 MB
[508][mmc]: ***SD/MMC 0 init OK!!!***
[607]Loading boot-pkg Succeed(index=0).
[610]Entry_name        = u-boot
[617]Entry_name        = monitor
[620]Entry_name        = dtb
[624]mmc not para
[625]Jump to second Boot.
NOTICE:  BL3-1: v1.0(debug):3eba4b6
NOTICE:  BL3-1: Built : 10:18:25, 2020-05-21
NOTICE:  BL3-1 commit: 8
ERROR:   Error initializing runtime service tspd_fast
NOTICE:  BL3-1: Preparing for EL3 exit to normal world
NOTICE:  BL3-1: Next image address = 0x43000000
▒OTICE:  BL3-1: Next image spsr = 0x1d3

U-Boot 2018.05-gaf1124f (Jan 31 2021 - 06:20:17 +0000) Allwinner Technology

[00.681]CPU:   Allwinner Family
[00.684]Model: sun50iw11
I2C:   ready
[00.808]DRAM:  256 MiB
[00.811]Relocation Offset is: 0ceff000
[00.833]secure enable bit: 0
[00.836]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz  MBus=0Mhz
[00.847]gic: sec monitor mode
[00.849]flash init start
[00.852]workmode = 0,storage type = 1
[00.855][mmc]: mmc driver ver uboot2018:2020-10-22 16:39:00
[00.865][mmc]: Using default timing para
[00.869][mmc]: SUNXI SDMMC Controller Version:0x50300
[00.900][mmc]: card_caps:0x3000000a
[00.903][mmc]: host_caps:0x3000003f
[00.908]sunxi flash init ok
[00.911]bmp_name=bootlogo.bmp
307254 bytes read in 15 ms (19.5 MiB/s)
[00.941]Loading Environment from SUNXI_FLASH... OK
[00.961]Item0 (Map) magic is bad
[00.963]the secure storage item0 copy0 magic is bad
[00.968]Item0 (Map) magic is bad
[00.971]the secure storage item0 copy1 magic is bad
[00.976]Item0 (Map) magic is bad
[00.979]usb burn from boot
delay time 0
weak:otg_phy_config
[00.991]usb prepare ok
[01.794]overtime
[01.798]do_burn_from_boot usb : no usb exist
partno erro : can't find partition private
[01.807]update bootcmd
[01.812]update dts
Hit any key to stop autoboot:  0
[01.880]phase vdd-cpu: 0x00000000
[01.883]phase vdd-sys: 0x00000000
[01.886]phase vcc-pll: 0x00000000
[01.889]phase osc24m-on: 0x00000001
[01.892]phase pllcpu-off: 0x00000001
[01.895]phase pllperiph0-off: 0x00000001
[01.899]phase pllaudio0-off: 0x00000000
[01.903]phase pllaudio1-off: 0x00000001
[01.906]phase ahb1ahb2-to-32k: 0x00000001
[01.910]phase apb1-to-32k: 0x00000000
[01.913]phase apb2-to-32k: 0x00000001
[01.917]phase axi-to-32k: 0x00000001
[01.920]phase apbs0-to-32k: 0x00000000
[01.923]phase apbs1-to-32k: 0x00000000
[01.927]phase uart-off: 0x00000000
[01.930]phase nmi-wakeup: 0x00000001
[01.933]phase sleep-freq: 0x00005dc0
DSP VERSION IS smartx-r329-tina-v0.5.0-release-58-g87af487-dirty
DSP0 booting from 0x100400...
Android's image name: r329-evb5
[02.354]Starting kernel ...

[02.356][mmc]: MMC Device 2 not found
[02.360][mmc]: mmc 2 not find, so not exit
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.191 (whycan@ubuntu) (gcc version 6.4.1 (OpenWrt/Linaro GCC 6.4-2017.11 2017-11) ) #4 SMP PREEMPT Thu Sep 30 00:25:22 UTC 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] cma: Reserved 24 MiB at 0x000000004e800000
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   DMA zone: 1024 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 65536 pages, LIFO batch:15
[    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: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 21 pages/cpu s46360 r8192 d31464 u86016
[    0.000000] pcpu-alloc: s46360 r8192 d31464 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64512
[    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 initcall_debug=0 console=ttyS0,115200 loglevel=8 root=/dev/mmcblk0p7 rootwait init=/sbin/init rdinit=/rdinit partitions= cma=24M mac_addr= wifi_mac= bt_mac= selinux=0 specialstr= snum=5c000c29b244459218c pstore_blk.blkdev= pstore.update_ms=1000 androidboot.serialno=5c000c29b244459218c androidboot.hardware=sun50iw11p1 boot_type=1 androidboot.boot_type=1 androidboot.secure_os_exist=0 gpt=1 uboot_message=2018.05-gaf1124f(01/31/2021-06:20:17) mbr_offset=1032192
[    0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.000000] Memory: 214364K/262144K available (5886K kernel code, 490K rwdata, 1676K rodata, 384K init, 229K bss, 23204K reserved, 24576K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008640000   (  5888 KB)
[    0.000000]     .rodata : 0xffffff8008640000 - 0xffffff80087f0000   (  1728 KB)
[    0.000000]       .init : 0xffffff80087f0000 - 0xffffff8008850000   (   384 KB)
[    0.000000]       .data : 0xffffff8008850000 - 0xffffff80088ca808   (   491 KB)
[    0.000000]        .bss : 0xffffff80088ca808 - 0xffffff8008903c74   (   230 KB)
[    0.000000]     fixed   : 0xffffffbefe7fb000 - 0xffffffbefec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc010000000   (   256 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] clk r_dsp_cache0 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clk r_dsp_cache1 not found in of_sunxi_periph_cpus_clk_setup
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008192] Console: colour dummy device 80x25
[    0.012412] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.022618] pid_max: default: 32768 minimum: 301
[    0.027380] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.033722] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
[    0.041506] sched-energy: CPU device node has no sched-energy-costs
[    0.046923] Invalid sched_group_energy for CPU0
[    0.051402] CPU0: update cpu_capacity 1024
[    0.067520] ASID allocator initialised with 32768 entries
[    0.123756] Detected VIPT I-cache on CPU1
[    0.123806] Invalid sched_group_energy for CPU1
[    0.123809] CPU1: update cpu_capacity 1024
[    0.123812] CPU1: Booted secondary processor [410fd034]
[    0.123897] Brought up 2 CPUs
[    0.138999] SMP: Total of 2 processors activated.
[    0.143689] CPU features: detected feature: 32-bit EL0 Support
[    0.149495] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.158702] CPU: All CPU(s) started at EL1
[    0.160771] alternatives: patching kernel code
[    0.165336] Invalid sched_group_energy for CPU1
[    0.169691] Invalid sched_group_energy for Cluster1
[    0.174541] Invalid sched_group_energy for CPU0
[    0.179047] Invalid sched_group_energy for Cluster0
[    0.184404] devtmpfs: initialized
[    0.214065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.218192] futex hash table entries: 512 (order: 4, 65536 bytes)
[    0.225221] atomic64_test: passed
[    0.227523] pinctrl core: initialized pinctrl subsystem
[    0.233739] NET: Registered protocol family 16
[    0.238258] dump_class_init,857, success
[    0.257284] cpuidle: using governor menu
[    0.257774] vdso: 2 pages (1 code @ ffffff8008646000, 1 data @ ffffff8008854000)
[    0.264097] DMA: preallocated 256 KiB pool for atomic allocations
[    0.275222] sun50iw11p1-r-pinctrl r_pio: initialized sunXi PIO driver
[    0.283850] sun50iw11p1-pinctrl pio: initialized sunXi PIO driver
[    0.333851] pwm module init!
[    0.337625] sunxi-pm debug v3.10
[    0.338452] SCSI subsystem initialized
[    0.339276] usbcore: registered new interface driver usbfs
[    0.344596] usbcore: registered new interface driver hub
[    0.349812] usbcore: registered new device driver usb
[    0.354889] sunxi_i2c_adap_init()2649 - init
[    0.359454] sunxi_i2c_probe()2372 - [i2c2] twi_drv_used = 1
[    0.364545] sunxi_i2c_probe()2379 - [i2c2] twi_pkt_interval = 0
[    0.370439] twi2 supply twi not found, using dummy regulator
[    0.376123] twi_request_gpio()458 - [i2c2] init name: (null)
[    0.382294] axp20x-i2c 2-0034: AXP20x variant AXP2585 found
[    0.389069] sunxi_i2c_drv_core_process()972 - [i2c2] Timeout when sending 9th SCL clk
[    0.395057] i2c_sunxi_drv_complete()1146 - [i2c2] incomplete xfer(status: 0x1, dev addr: 0x34)
[    0.403637] 0x07081600: 01011001 00000001 00006900 00010001
[    0.409255] 0x07081610: 000080c0 00010004 00010010 00000001
[    0.414887] axp20x-i2c 2-0034: Failed to set masks in 0x40: -70
[    0.420780] axp20x-i2c 2-0034: failed to add irq chip: -70
[    0.426370] axp20x-i2c: probe of 2-0034 failed with error -70
[    0.431994] sunxi_i2c_dma_request()1088 - [i2c2] using dma0chan0 (tx) and dma0chan1 (rx)for DMA transfers
[    0.441953] sunxi_i2c_probe()2372 - [i2c1] twi_drv_used = 0
[    0.447048] sunxi_i2c_probe()2379 - [i2c1] twi_pkt_interval = 0
[    0.452943] twi1 supply twi not found, using dummy regulator
[    0.458629] twi_request_gpio()458 - [i2c1] init name: (null)
[    0.465923] ion_parse_dt_heap_common: id 0 type 0 name sys_user align 1000
[    0.471292] ion_parse_dt_heap_common: id 4 type 4 name cma align 1000
[    0.477616] ion_parse_dt_heap_common: id 6 type 6 name secure align 1000
[    0.484416] ion_heap_create: Invalid heap type 6
[    0.492048] Advanced Linux Sound Architecture Driver Initialized.
[    0.495459] Bluetooth: Core ver 2.22
[    0.498384] NET: Registered protocol family 31
[    0.502775] Bluetooth: HCI device and connection manager initialized
[    0.509106] Bluetooth: HCI socket layer initialized
[    0.513952] Bluetooth: L2CAP socket layer initialized
[    0.519024] Bluetooth: SCO socket layer initialized
[    0.525387] input: sunxi-keyboard as /devices/virtual/input/input0
[    0.534454] clocksource: Switched to clocksource arch_sys_counter
[    0.547524] get androidboot.mode fail
[    0.548312] NET: Registered protocol family 2
[    0.550395] TCP established hash table entries: 16 (order: -5, 128 bytes)
[    0.556817] TCP bind hash table entries: 16 (order: -4, 256 bytes)
[    0.562821] TCP: Hash tables configured (established 16 bind 16)
[    0.568862] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.574618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.581065] NET: Registered protocol family 1
[    0.585848] sunxi_spi_probe()2633 - [spi1] SPI DBI INTERFACE
[    0.590827] sunxi_spi_probe()2642 - [spi1] SPI MASTER MODE
[    0.596348] spi1 supply spi not found, using dummy regulator
[    0.601968] sunxi_spi_request_gpio()2252 - [spi1] Pinctrl init spi1
[    0.608233] sunxi_spi_clk_init()2302 - [spi1] mclk 100000000
[    0.614200] spi spi1: master is unqueued, this is deprecated
[    0.619429] sunxi_spi_probe()2723 - [spi1]: driver probe succeed, base ffffff800806c000, irq 256
[    0.630538] workingset: timestamp_bits=61 max_order=16 bucket_order=0
[    0.643530] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.646434] io scheduler noop registered
[    0.647651] io scheduler deadline registered
[    0.652645] io scheduler cfq registered (default)
[    0.657896] [LCD_FB] lcd_fb_init,line:159:
[    0.660485]
[    0.662310] [LCD_FB] lcd_fb_probe,line:65:
[    0.666024]
[    0.688734] [LCD_FB] lcd_fb_script_get_item,line:139:
[    0.688777] of_find_compatible_node allwinner,sunxi-lcd_fb1 fail
[    0.694418] [LCD_FB] disp_lcd_set_panel_funs,line:1068:
[    0.699168] lcd_panel_fun[0].cfg_panel_info is NULL
[    0.705181] [LCD_FB] Fb_map_kernel_logo,line:201:
[    0.708706] Fb_map_kernel_logo failed![LCD_FB] disp_lcd_spi_init,line:817:M[V▒▒j
                                                                                   [    0.720984] uart uart0: get regulator failed
[    0.721000] uart0 supply uart not found, using dummy regulator
[    0.721195] uart0: ttyS0 at MMIO 0x2500000 (irq = 242, base_baud = 1500000) is a SUNXI
[    0.721214] sw_console_setup()2047 - console setup baud 115200 parity n bits 8, flow n
[    0.742087] console [ttyS0] enabled
[    0.742087] console [ttyS0] enabled
[    0.742534] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.742534] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.742534] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.742534] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.771467] bootconsole [earlycon0] disabled
[    0.771467] bootconsole [earlycon0] disabled
[    0.782235] uart uart1: get regulator failed
[    0.790484] uart1 supply uart not found, using dummy regulator
[    0.797263] uart1: ttyS1 at MMIO 0x2500400 (irq = 243, base_baud = 1500000) is a SUNXI
[    0.807014] misc dump reg init
[    0.810743] Unable to detect cache hierarchy for CPU 0
[    0.816804] sunxi-bt soc@03000000:bt: bt_power_num (4294967232)
[    0.823474] sunxi-bt soc@03000000:bt: Missing bt_io_regulator.
[    0.830039] sunxi-bt soc@03000000:bt: io_regulator_name ((null))
[    0.836803] sunxi-bt soc@03000000:bt: request pincrtl handle for device [soc@03000000:bt] failed
[    0.846723] sunxi-bt soc@03000000:bt: bt_rst gpio=386  mul-sel=1  pull=1  drv_level=2  data=0
[    0.850474] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.850475] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.867780] sunxi-bt soc@03000000:bt: clk_name ()
[    0.873114] sunxi-bt soc@03000000:bt: clk not config
[    0.879261] sunxi-wlan soc@03000000:wlan: wlan_busnum (1)
[    0.885346] sunxi-wlan soc@03000000:wlan: wlan_power_num (-1)
[    0.891815] sunxi-wlan soc@03000000:wlan: Missing wlan_io_regulator.
[    0.898957] sunxi-wlan soc@03000000:wlan: io_regulator_name ((null))
[    0.906112] sunxi-wlan soc@03000000:wlan: request pincrtl handle for device [soc@03000000:wlan] failed
[    0.916618] sunxi-wlan soc@03000000:wlan: wlan_regon gpio=384  mul-sel=1  pull=-1  drv_level=-1  data=0
[    0.927199] sunxi-wlan soc@03000000:wlan: get gpio chip_en failed
[    0.934063] sunxi-wlan soc@03000000:wlan: wlan_hostwake gpio=388  mul-sel=6  pull=-1  drv_level=-1  data=0
[    0.944989] sunxi-wlan soc@03000000:wlan: clk_name ()
[    0.950472] [LCD_FB] lcd_fb_gpio_set_value,line:353:
[    0.950472] OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[    0.962887] mtd device must be supplied (device name is empty)
[    0.969807] libphy: Fixed MDIO Bus: probed
[    0.975513] gmac-power0: NULL
[    0.978881] gmac-power1: NULL
[    0.982211] gmac-power2: NULL
[    0.986535] Failed to alloc md5
[    0.990065] eth0: Use random mac address
[    0.994670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.002258] get ehci0-controller, regulator_io is no nocare
[    1.008524] get ehci0-controller wakeup-source is fail.
[    1.014692] sunxi ehci0-controller don't init wakeup source
[    1.021005] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff80088f1670, 0x:ffffff8008074000, irq_no:f9
[    1.034604] [sunxi-ehci0]: Not init ehci0
[    1.039967] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.047377] get ohci0-controller, regulator_io is no nocare
[    1.053665] get ohci0-controller wakeup-source is fail.
[    1.059805] sunxi ohci0-controller don't init wakeup source
[    1.066281] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80088f19e0
[    1.076776] [sunxi-ohci0]: Not init ohci0
[    1.081409] get ohci1-controller, regulator_io is no nocare
[    1.087677] get ohci1-controller wakeup-source is fail.
[    1.093676] sunxi ohci1-controller don't init wakeup source
[    1.100013] [sunxi-ohci1]: probe, pdev->name: 4201000.ohci1-controller, sunxi_ohci: 0xffffff80088f20c0
[    1.110497] 4201000.ohci1-controller supply drvvbus not found, using dummy regulator
[    1.121361] sunxi-ohci 4201000.ohci1-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.131160] sunxi-ohci 4201000.ohci1-controller: new USB bus registered, assigned bus number 1
[    1.140907] sunxi-ohci 4201000.ohci1-controller: irq 252, io mem 0x00000040
[    1.211432] hub 1-0:1.0: USB hub found
[    1.215696] hub 1-0:1.0: 1 port detected
[    1.220950] usbcore: registered new interface driver uas
[    1.227096] usbcore: registered new interface driver usb-storage
[    1.233934] usbcore: registered new interface driver ums-alauda
[    1.240646] usbcore: registered new interface driver ums-cypress
[    1.247458] usbcore: registered new interface driver ums-datafab
[    1.254262] usbcore: registered new interface driver ums_eneub6250
[    1.261263] usbcore: registered new interface driver ums-freecom
[    1.268063] usbcore: registered new interface driver ums-isd200
[    1.274774] usbcore: registered new interface driver ums-jumpshot
[    1.281677] usbcore: registered new interface driver ums-karma
[    1.288684] usbcore: registered new interface driver ums-onetouch
[    1.295631] usbcore: registered new interface driver ums-realtek
[    1.302457] usbcore: registered new interface driver ums-sddr09
[    1.309166] usbcore: registered new interface driver ums-sddr55
[    1.315879] usbcore: registered new interface driver ums-usbat
[    1.322658] usb_serial_number:20080411
[    1.327803] sunxi_gpadc_init,1891, success
[    1.333395] sunxi-rtc rtc: rtc core: registered sunxi-rtc as rtc0
[    1.340321] sunxi-rtc rtc: RTC enabled
[    1.344869] i2c /dev entries driver
[    1.349337] lirc_dev: IR Remote Control driver registered, major 249
[    1.356501] IR NEC protocol handler initialized
[    1.361595] IR RC5(x/sz) protocol handler initialized
[    1.367276] IR LIRC bridge handler initialized
[    1.372436] sun50iw11p1-r-pinctrl r_pio: expect_func as:s_cir0, but muxsel(2) is func:s_ir
[    1.382006] sunxi_ir_startup: get ir protocol failed
[    1.387409] s_cir_rx supply ir0 not found, using dummy regulator
[    1.394507] Registered IR keymap rc_map_sunxi
[    1.399759] input: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0/input1
[    1.407796] rc rc0: sunxi-ir as /devices/platform/soc/s_cir_rx/rc/rc0
[    1.415392] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-rc-recv) registered at minor = 0
[    1.425299] sun50iw11p1-pinctrl pio: expect_func as:ir0, but muxsel(2) is func:ir
[    1.433840] sunxi_ir_tx_probe()644 - sunxi-ir-tx v1.0.0
[    1.439741] sunxi_ir_tx_startup()617 - base: ffffff80089a7000 !
[    1.446502] sunxi_ir_tx_startup()624 - irq num: 245 !
[    1.452268] Registered IR keymap rc_map_sunxi
[    1.457504] input: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1/ir_tx
[    1.465442] rc rc1: sunxi-ir-tx as /devices/platform/soc/ir_tx/rc/rc1
[    1.472960] rc rc1: lirc_dev: driver ir-lirc-codec (sunxi-ir-tx) registered at minor = 1
[    1.482070] sunxi_ir_tx_probe()695 - register rc device success
[    1.488736] ir_tx_clk_cfg()336 - get ir parent rate 24000000HZ
[    1.495312] ir_tx_clk_cfg()345 - get ir_clk rate 12000000HZ
[    1.501582] sunxi_ir_tx_probe()705 - ir_tx_setup success
[    1.507616] sunxi_ir_tx_probe()715 - request irq success
[    1.513593] sunxi_ir_tx_probe()716 - probe success
[    1.519279] sunxi cedar version 0.1
[    1.523514] google_vp9: sunxi google vp9 version 0.1
[    1.531052] sunxi-wdt 20000a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    1.540209] Bluetooth: HCI UART driver ver 2.2.d448471.20181218-163903
[    1.547564] Bluetooth: HCI UART protocol H4 registered
[    1.553346] Bluetooth: HCI H4 protocol initialized
[    1.558737] Bluetooth: HCI UART protocol (null) registered
[    1.564902] Bluetooth: HCI Realtek H5 protocol initialized
[    1.571275] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 01.00.07
[    1.578766] [XR_BT_LPM] bluesleep_probe: bt_wake polarity: 1
[    1.585164] [XR_BT_LPM] bluesleep_probe: host_wake polarity: 0
[    1.591736] [XR_BT_LPM] bluesleep_probe: uart_index(1)
[    1.597684] bt_fdi debugfs_init
[    1.603708] sunxi-mmc sdc0: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.612773] sunxi-mmc sdc0: ***ctl-spec-caps*** 8
[    1.618124] sunxi-mmc sdc0: No vmmc regulator found
[    1.623609] sunxi-mmc sdc0: No vqmmc regulator found
[    1.629197] sunxi-mmc sdc0: No vdmmc regulator found
[    1.634777] sunxi-mmc sdc0: No vd33sw regulator found
[    1.640456] sunxi-mmc sdc0: No vd18sw regulator found
[    1.646134] sunxi-mmc sdc0: No vq33sw regulator found
[    1.651816] sunxi-mmc sdc0: No vq18sw regulator found
[    1.657975] sunxi-mmc sdc0: set host busy
[    1.662577] sunxi-mmc sdc0: Got CD GPIO
[    1.667192] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.677486] sunxi-mmc sdc0: no vqmmc,Check if there is regulator
[    1.702478] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.730916] sunxi-mmc sdc0: detmode:gpio irq
[    1.730949] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.737926] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.760833] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.771728] sunxi-mmc sdc1: SD/MMC/SDIO Host Controller Driver(v3.50 2021-01-04 19:06)
[    1.771914] sunxi-mmc sdc1: No vmmc regulator found
[    1.771919] sunxi-mmc sdc1: No vqmmc regulator found
[    1.771923] sunxi-mmc sdc1: No vdmmc regulator found
[    1.771928] sunxi-mmc sdc1: No vd33sw regulator found
[    1.771932] sunxi-mmc sdc1: No vd18sw regulator found
[    1.771937] sunxi-mmc sdc1: No vq33sw regulator found
[    1.771942] sunxi-mmc sdc1: No vq18sw regulator found
[    1.781226] sunxi-mmc sdc1: set host busy
[    1.781308] mmc:failed to get gpios
[    1.781550] sunxi-mmc sdc1: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.781577] sunxi-mmc sdc1: no vqmmc,Check if there is regulator
[    1.803978] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.822488] sunxi-mmc sdc1: detmode:manually by software
[    1.823419] sunxi_led_probe()1690 - start
[    1.823445] sunxi_get_str_of_property()1549 - failed to get the string of propname led_regulator!
[    1.824647] sunxi_led_probe()1782 - finish
[    1.824935] hidraw: raw HID events driver (C) Jiri Kosina
[    1.825085] usbcore: registered new interface driver usbhid
[    1.825088] usbhid: USB HID core driver
[    1.825881] armchina-aipu aipu: AIPU KMD probe start...
[    1.825887] armchina-aipu aipu: [Probe 0/3] KMD version: release 1.2.28
[    1.825894] armchina-aipu aipu: [Probe 0/3] AIPU version: zhouyi-v1
[    1.831669] armchina-aipu aipu: [Probe 1/3] Probe stage 1/3 done: create core
[    1.831687] armchina-aipu aipu: DMA alloc coherent failed: pa 0xffffffffffffffff, bytes = 0x2600000
[    1.831692] armchina-aipu aipu: [Probe 2/3] add new region failed
[    1.832060] armchina-aipu: probe of aipu failed with error -12
[    1.833681] sunxi-daudio daudio1: regulator missing or invalid
[    1.833938] sunxi-daudio daudio2: regulator missing or invalid
[    1.834318] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: id:sunxi,dsp0 new channel: 0x0 -> 0xffffffff!
[    1.838890] rpmsg_hifi 3003000.msgbox0.sunxi,dsp0.0.-1: rpmsg hifi[0] client driver is probed
[    1.838983] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: id:sunxi,dsp1 new channel: 0x0 -> 0xffffffff!
[    1.839778] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.843129] rpmsg_hifi 3008000.msgbox1.sunxi,dsp1.0.-1: rpmsg hifi[1] client driver is probed
[    1.847567] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    1.857350] sunxi-mmc sdc1: smc 1 p1 err, cmd 8, RTO !!
[    1.857552] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e860000
[    1.857779] sunxi-internal-cpudai cpudai: dmaengine alloc coherent phy_addr:0x4e880000
[    1.857786] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe start.
[    1.863392] sunxi-mmc sdc1: card claims to support voltages below defined range
[    1.888602] sunxi-internal-cpudai cpudai: sunxi_hifi_cpudai_probe stop.
[    1.888610] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_init
[    1.889123] sunxi-codec-machine sndcodec: sunxi-hifi-codec <-> cpudai mapping ok
[    1.890905] sunxi-rpaf-dsp sunxi_rpaf_dsp0: register device finished!
[    1.890912] sunxi-rpaf-dsp sunxi_rpaf_dsp0: [rpaf_dsp0] probe finished!
[    1.891137] sunxi-rpaf-dsp sunxi_rpaf_dsp1: register device finished!
[    1.891143] sunxi-rpaf-dsp sunxi_rpaf_dsp1: [rpaf_dsp1] probe finished!
[    1.891515] Netfilter messages via NETLINK v0.30.
[    1.891765] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[    1.891900] ctnetlink v0.93: registering with nfnetlink.
[    1.894961] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.895625] NET: Registered protocol family 10
[    1.901078] NET: Registered protocol family 17
[    1.901315] Bluetooth: RFCOMM TTY layer initialized
[    1.901328] Bluetooth: RFCOMM socket layer initialized
[    1.901353] Bluetooth: RFCOMM ver 1.11
[    1.901363] 8021q: 802.1Q VLAN Support v1.8
[    1.912661] get usb_detect_mode is fail, 22
[    1.920465] sunxi-rtc rtc: setting system clock to 2021-09-30 00:25:00 UTC (1632961500)
[    1.921952] snddaudio snddaudio1: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.928710] snddaudio snddaudio1: snd-soc-dummy-dai <-> daudio1 mapping ok
[    1.929913] snddaudio snddaudio2: codec: snd-soc-dummy, codec_dai: snd-soc-dummy-dai.
[    1.931118] snddaudio snddaudio2: snd-soc-dummy-dai <-> daudio2 mapping ok
[    1.932932] ALSA device list:
[    1.932936]   #0: audiocodec
[    1.932939]   #1: snddaudio1
[    1.932942]   #2: snddaudio2
[    2.096256] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.096373] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.110914] sunxi-mmc sdc1: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
[    2.264773] Waiting for root device /dev/mmcblk0p7...
[    2.266951] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.281675] random: fast init done
[    2.285544] mmc1: new high speed SDIO card at address 0001
[    2.335867] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.348137] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.358898] sunxi-mmc sdc0: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    2.369880] sunxi-mmc sdc0: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
[    2.380783] mmc0: new high speed SDHC card at address aaaa
[    2.387656] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
[    2.395528]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    2.495638] EXT4-fs (mmcblk0p7): couldn't mount as ext3 due to feature incompatibilities
[    2.505334] EXT4-fs (mmcblk0p7): couldn't mount as ext2 due to feature incompatibilities
[    2.523677] EXT4-fs (mmcblk0p7): mounted filesystem without journal. Opts: (null)
[    2.532173] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
[    2.540581] devtmpfs: mounted
[    2.544243] Freeing unused kernel memory: 384K
[    2.698760] init: Console is alive
[    2.702838] init: - watchdog -
[    2.706338] init: - preinit -
[    3.008010] mount_root: mounting /dev/root
[    3.013143] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
[    3.019384] mount_root: loading kmods from internal overlay
[    3.092899] block: attempting to load /etc/config/fstab
[    3.100581] block: extroot: device not present, retrying in 5 seconds
[    3.907961] random: procd: uninitialized urandom read (4 bytes read)
[    3.970658]
[    3.970658] insmod_host_driver
[    3.970658]
[    3.977434] [ehci0-controller]: sunxi_usb_enable_ehci
[    3.983117] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffff80088f1670, 0x:ffffff8008074000, irq_no:f9
[    3.996714] 4101000.ehci0-controller supply drvvbus not found, using dummy regulator
[    4.005537] sunxi-ehci 4101000.ehci0-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.015725] sunxi-ehci 4101000.ehci0-controller: new USB bus registered, assigned bus number 2
[    4.026070] sunxi-ehci 4101000.ehci0-controller: irq 249, io mem 0xffffff80080873fc
[    4.050650] sunxi-ehci 4101000.ehci0-controller: USB 0.0 started, EHCI 1.00
[    4.058553] sunxi-ehci 4101000.ehci0-controller: ehci_irq: highspeed device connect
[    4.067834] hub 2-0:1.0: USB hub found
[    4.072100] hub 2-0:1.0: 1 port detected
[    4.076929] [ohci0-controller]: sunxi_usb_enable_ohci
[    4.082614] [sunxi-ohci0]: probe, pdev->name: 4101000.ohci0-controller, sunxi_ohci: 0xffffff80088f19e0
[    4.093093] 4101000.ohci0-controller supply drvvbus not found, using dummy regulator
[    4.101919] sunxi-ohci 4101000.ohci0-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    4.111717] sunxi-ohci 4101000.ohci0-controller: new USB bus registered, assigned bus number 3
[    4.121466] sunxi-ohci 4101000.ohci0-controller: irq 250, io mem 0xffffff8008756000
[    4.191821] hub 3-0:1.0: USB hub found
[    4.196125] hub 3-0:1.0: 1 port detected
[    4.402650] usb 2-1: new high-speed USB device number 2 using sunxi-ehci


[    8.136556] block: extroot: cannot find device UDISK
[    8.148989] procd: - early -
[    8.152344] procd: - watchdog -
[    8.186807] random: procd: uninitialized urandom read (4 bytes read)
[    8.301959] procd: - watchdog -
[    8.305808] procd: - ubus -
[    8.309596] procd (1): /proc/1021/oom_adj is deprecated, please use /proc/1021/oom_score_adj instead.
[    8.335010] random: ubusd: uninitialized urandom read (4 bytes read)
[    8.366187] random: ubusd: uninitialized urandom read (4 bytes read)
[    8.415572] procd: - init -
Please press Enter to activate this console.


BusyBox v1.27.2 () built-in shell (ash)

 _____  _              __     _
|_   _||_| ___  _ _   |  |   |_| ___  _ _  _ _
  | |   _ |   ||   |  |  |__ | ||   || | ||_'_|
  | |  | || | || _ |  |_____||_||_|_||___||_,_|
  |_|  |_||_|_||_|_|  Tina is Based on OpenWrt!
 ----------------------------------------------
 Tina Linux (Neptune, 5C1C9C53)
 ----------------------------------------------
root@(none):/#
root@(none):/# [    8.710363] file system registered
[    8.735042] configfs-gadget 4100000.udc-controller: failed to start g1: -19
[    8.765201] fuse init (API version 7.26)
[    8.788501] read descriptors
[    8.791913] read strings
[    8.835669] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.841835] Bluetooth: BNEP filters: protocol multicast
[    8.847836] Bluetooth: BNEP socket layer initialized
[    8.887090] usbcore: registered new interface driver btusb
[    8.927891] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    8.934786] Bluetooth: HIDP socket layer initialized
[    8.988001] tlsc6x_ts 1-002e: fail to get vdd_name
[    8.993636] tlsc6x_ts 1-002e: fail to get virtualkeys
[    8.999490] 1-002e supply vdd not found, using dummy regulator
[    9.274833] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.284351] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.291474] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.308019] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.317435] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.324501] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.349846] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x30, dev addr: 0x2e)
[    9.359327] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.366424] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.383217] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.392642] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.399711] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.494619] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.504122] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.511224] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.528014] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.537470] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.544547] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.561215] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.570704] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.577810] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.594633] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.604161] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.611314] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.700777] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    9.711950] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.711956] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.711960] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.712166] twi_start()485 - [i2c1] START can't sendout!
[    9.712170] sunxi_i2c_do_xfer()1900 - [i2c1] twi_regulator:
[    9.712474] twi_start()485 - [i2c1] START can't sendout!
[    9.712478] sunxi_i2c_do_xfer()1900 - [i2c1] twi_regulator:
[    9.712782] twi_start()485 - [i2c1] START can't sendout!
[    9.712786] sunxi_i2c_do_xfer()1900 - [i2c1] twi_regulator:
[    9.712891] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.712894] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-121, rlen=3, wlen=2!!
[    9.713099] twi_start()485 - [i2c1] START can't sendout!
[    9.713102] sunxi_i2c_do_xfer()1900 - [i2c1] twi_regulator:
[    9.713406] twi_start()485 - [i2c1] START can't sendout!
[    9.713410] sunxi_i2c_do_xfer()1900 - [i2c1] twi_regulator:
[    9.736863] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.736869] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.736873] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.737079] twi_start()485 - [i2c1] START can't sendout!
[    9.737083] sunxi_i2c_do_xfer()1900 - [i2c1] twi_regulator:
[    9.737387] twi_start()485 - [i2c1] START can't sendout!
[    9.737391] sunxi_i2c_do_xfer()1900 - [i2c1] twi_regulator:
[    9.755112] sunxi_i2c_do_xfer()1923 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2e)
[    9.755116] [tlsc][error] [IIC]: i2c_transfer(1) error, addr= 0x0!!
[    9.755120] [tlsc][error] [IIC]: i2c_transfer(1) error, ret=-70, rlen=3, wlen=2!!
[    9.755127] [tlsc][error] tlsc6x:tlsc6x_probe, no tlsc6x!
[    9.874683] xt_time: kernel timezone is -0000
[    9.901981] ======== XRADIO WIFI OPEN ========
[    9.907066] [XRADIO] Driver Label:XR_V02.16.83 _HT40_01.33  Sep 29 2021 10:45:36
[    9.918658] [XRADIO] Allocated hw_priv @ ffffffc00ce29740
[    9.925997] [XRADIO_ERR] can't open /etc/wifi/xr_wifi.conf, failed(-30)
[    9.933543] [XRADIO_ERR] Access_file failed, path:/etc/wifi/xr_wifi.conf!
[    9.946306] sunxi-wlan soc@03000000:wlan: bus_index: 1
[   10.062748] [XRADIO] Detect SDIO card 1

root@(none):/#
root@(none):/# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root               211456     88716    118484  43% /
devtmpfs                107180         0    107180   0% /dev
tmpfs                   119660        20    119640   0% /tmp
/dev/mmcblk0p1            8151       304      7847   4% /mnt/SDCARD
root@(none):/#
root@(none):/# [   12.198771] [XRADIO] Remove SDIO card 1
[   12.213134] [SBUS_ERR] sdio probe timeout!
[   12.217743] [XRADIO_ERR] sbus_sdio_init failed
[   12.255285] ======== XRADIO WIFI OPEN ========
[   12.260331] [XRADIO] Driver Label:XR_V02.16.83 _HT40_01.33  Sep 29 2021 10:45:36
[   12.268679] [XRADIO] Allocated hw_priv @ ffffffc00ce05740
[   12.274818] [XRADIO_ERR] can't open /etc/wifi/xr_wifi.conf, failed(-30)
[   12.282258] [XRADIO_ERR] Access_file failed, path:/etc/wifi/xr_wifi.conf!
[   12.290632] sunxi-wlan soc@03000000:wlan: bus_index: 1
[   12.406490] [XRADIO] Detect SDIO card 1

root@(none):/#
root@(none):/# [   14.534742] [XRADIO] Remove SDIO card 1
[   14.549119] [SBUS_ERR] sdio probe timeout!
[   14.553724] [XRADIO_ERR] sbus_sdio_init failed
m[   15.035619] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_startup
[   15.043264] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_hw_params
[   15.050785] sunxi-internal-cpudai cpudai: ======== hw_params ========
[   15.058087] sunxi-internal-cpudai cpudai: pcm_params->format:2
[   15.064719] sunxi-internal-cpudai cpudai: pcm_params->channels:2
[   15.071539] sunxi-internal-cpudai cpudai: pcm_params->rate:48000
[   15.078346] sunxi-internal-cpudai cpudai: pcm_params->period_size:1024
[   15.085768] sunxi-internal-cpudai cpudai: pcm_params->periods:4
[   15.092499] sunxi-internal-cpudai cpudai: pcm_params->pcm_frames:1024
[   15.102515] sunxi-internal-cpudai cpudai: pcm_params->buffer_size:4096
[   15.109893] sunxi-internal-cpudai cpudai: ===========================
[   15.266524] sunxi-internal-cpudai cpudai: sunxi_hifi_pcm_hw_params
ou^C
root@TinaLinux:/# mou[   22.947543] sunxi-internal-cpudai cpudai: sunxi_hifi_pcm_hw_free
n[   23.126674] sunxi-codec-machine sndcodec: sunxi_hifi_sndcodec_shutdown
t
/dev/root on / type ext4 (ro,noatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=107180k,nr_inodes=26795,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
cgroup on /sys/fs/cgroup type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
pstore on /sys/fs/pstore type pstore (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
none on /sys/kernel/config type configfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
/dev/mmcblk0p1 on /mnt/SDCARD type vfat (rw,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
root@TinaLinux:/#
root@TinaLinux:/#
root@TinaLinux:/# mount
/dev/root on / type ext4 (ro,noatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=107180k,nr_inodes=26795,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
cgroup on /sys/fs/cgroup type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
pstore on /sys/fs/pstore type pstore (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
none on /sys/kernel/config type configfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
/dev/mmcblk0p1 on /mnt/SDCARD type vfat (rw,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
root@TinaLinux:/#

根文件系统:
/dev/root on / type ext4 (ro,noatime)

尴尬了,这个ext4也是只读的:

root@TinaLinux:/# mkdir /opt2
mkdir: can't create directory '/opt2': Read-only file system
[    2.523677] EXT4-fs (mmcblk0p7): mounted filesystem without journal. Opts: (null)
[    2.532173] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
[    2.540581] devtmpfs: mounted
[    2.544243] Freeing unused kernel memory: 384K
[    2.698760] init: Console is alive

这个在哪里调整呢?





离线

楼主 #5 2021-09-28 21:40:16

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: 小白学习 SIPEED R329 开发板 step by step

.





离线

#6 2021-09-30 07:46:08

junhuanchen
会员
注册时间: 2018-12-13
已发帖子: 6
积分: 57.5

Re: 小白学习 SIPEED R329 开发板 step by step

是 sipeed 的大佬鼠喔,我来了,这个 r329 我在 Tina Linux 的主要改动是 在 sipeed r329 上跑起来,修改了 rootfs 为可写 ext4 ,加入了 spi  st7789 屏幕驱动,添加了 WiFi 8723 bs/ds 的驱动,更新了 Python3.7 和一系列相关的软件包,后来 lichee 的冰淇淋大大(群里的冰镇佬鼠)移植了 Linux 主线,并添加了 bl602 的 WiFi 驱动,以及 armbian 和 aipu 的驱动,甚至是在主线上拥有和 bsp 基本一样的功能,强烈推荐在使用 tina Linux 后,切换到主线,绝赞推荐!!!

离线

楼主 #7 2021-09-30 08:40:42

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: 小白学习 SIPEED R329 开发板 step by step

@junhuanchen
感谢大老鼠大佬指教,我现在根据你们的修改把rootfs由squashfs改为了ext4,

但是我还有一个地方没有明白,具体是哪个地方完成了这个替换?





离线

楼主 #8 2021-09-30 11:51:52

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: 小白学习 SIPEED R329 开发板 step by step

根据 @junhuanchen 在QQ私聊提醒,修改重新挂载rootfs为rw就可以了,然后我找到修改位置:

package/base-files/files/etc/init.d/boot

--- a/base-files/files/etc/init.d/boot
+++ b/base-files/files/etc/init.d/boot
@@ -181,6 +181,7 @@ boot() {
        [ -e /dev/root -o -h /dev/root ] || {
                rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline)
                [ -n "$rootdev" ] && ln -s "$rootdev" /dev/root
+               mount -o remount -o rw /dev/root # sdcard rootfs need rw
        }

        mount_app

添加这一行:
mount -o remount -o rw /dev/root

之后,完全OK!

device/config/chips/r329/configs/default/env.cfg
device/config/chips/r329/configs/evb5/linux/config-4.9
device/config/chips/r329/configs/evb5/linux/sys_partition.fex
target/allwinner/r329-evb5/defconfig
package/base-files/files/etc/init.d/boot

五个文件打包下载: r329_allwinner_tina_booting_tfcard_ext4_rw.tgz

TF卡镜像下载: tina_r329-evb5_uart0-20210930.7z (用PhoenixCard.exe烧录)





离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn