RuralHunter / CoreELEC

This is CoreELEC for Phicomm N1 device only. Run ./mkn1 to build.
https://coreelec.org
597 stars 105 forks source link

斐讯T1能否修改部分参数编译运行 #8

Closed markliteng closed 4 years ago

markliteng commented 4 years ago

看别的提问贴里面看到有关T1的内容,我用自己的机器测试了一下,把官方的coreelec做成启动盘,根据你之前的回复转换了kernel和uintrd,替换了T1的dtb,使用s905_autoscript做启动脚本,启动以后卡在coreelec启动画面,本以为死机了,但是可以用ssh连接,也可以执行linux命令,我用winscp连接盒子,可以看到文件系统,然后根据你提供的命令fw_printenv,查看了boot环境,下面是内容: /storage$ fw_printenv 1080p60hz_deepcolor=444,10bit 480p60hz_deepcolor=rgb,8bit EnableSelinux=enforcing active_slot=_a baudrate=115200 bcb_cmd=get_valid_slot; boot_part=boot bootargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlyprintk=aml-uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=enforcing logo=osd1,loaded,0x3d800000,1080p60hz maxcpus=8 vout=1080p60hz,enable hdmimode=1080p60hz cvbsmode=576cvbs hdmitx= cvbsdrv=0 pq= androidboot.firstboot=0 jtag=apao androidboot.hardware=amlogic androidboot.serialno=CASDB1283K03217 mac=FC:7C:02:50:60:A4 androidboot.mac=FC:7C:02:50:60:A4 androidboot.slot_suffix=_a quiet bootcmd=run start_autoscript; run storeboot; bootdelay=1 bootfromnand=0 bootfromrecovery=0 bootup_offset=0x1080240 bootup_size=0x3f4846 cmdline_keys=if keyman init 0x1234; then if keyman read usid ${loadaddr} str; then setenv bootargs ${bootargs} androidboot.serialno=${usid};setenv serial ${usid};fi;if keyman read mac ${loadaddr} str; then setenv bootargs ${bootargs} mac=${mac} androidboot.mac=${mac};fi;if keyman read deviceid ${loadaddr} str; then setenv bootargs ${bootargs} androidboot.deviceid=${deviceid};fi;if keyman read mac_wifi ${loadaddr} str; then setenv bootargs ${bootargs} mac_wifi=${mac_wifi} androidboot.mac_wifi=${mac_wifi};fi;fi; colorattribute=444,10bit cvbs_drv=0 cvbsmode=576cvbs display_bpp=16 display_color_bg=0 display_color_fg=0xffff display_color_index=16 display_height=1080 display_layer=osd1 display_width=1920 dtb_mem_addr=0x1000000 ethact=dwmac.c9410000 ethaddr=fc:7c:02:50:60:a4 factory_reset_poweroff_protect=echo wipe_data=${wipe_data}; echo wipe_cache=${wipe_cache};if test ${wipe_data} = failed; then run init_display; run storeargs;if mmcinfo; then run recovery_from_sdcard;fi;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi; if test ${wipe_cache} = failed; then run init_display; run storeargs;if mmcinfo; then run recovery_from_sdcard;fi;if usb start 0; then run recovery 大佬,你劳神帮忙看看,是哪里的问题,导致无法进去桌面,自己能力有限,找不到问题所在,谢谢了

RuralHunter commented 4 years ago

用dmesg命令看一下启动日志有没有什么错误

markliteng commented 4 years ago

dmesg和lsmod这些都已经尝试过了,很奇怪没有任何报错,但是又卡启动画面,我怀疑可能是内核里缺少驱动或者驱动错误的问题 以下是dmesg和lsmod的内容 /lib/systemd$ dmesg [ 2311.687606@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.700306@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.703098@1] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 2311.703132@1] aml_spdif_dai: set normal 512 fs /4 fs [ 2311.703143@1] aml_audio_hw: IEC958 16bit [ 2311.703152@1] hdmitx: audio: aout notify rate 44100 [ 2311.703157@1] hdmitx: audio: aout notify size 16 [ 2311.704159@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.705212@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.707104@1] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 2311.707137@1] aml_spdif_dai: set normal 512 fs /4 fs [ 2311.707149@1] aml_audio_hw: IEC958 16bit [ 2311.707158@1] hdmitx: audio: aout notify rate 44100 [ 2311.707163@1] hdmitx: audio: aout notify size 16 [ 2311.708067@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.709117@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.716754@1] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 2311.716789@1] aml_spdif_dai: set normal 512 fs /4 fs [ 2311.716800@1] aml_audio_hw: IEC958 16bit [ 2311.716808@1] hdmitx: audio: aout notify rate 44100 [ 2311.716813@1] hdmitx: audio: aout notify size 16 [ 2311.719862@1] aml_spdif_dai: aiu 958 playback enable [ 2311.722313@2] aml_audio_hw: i2sin_fifo0_set_buf [ 2315.141423@6] aml_spdif_dai: aiu 958 playback disable [ 2315.423201@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 2315.423236@3] aml_spdif_dai: set normal 512 fs /4 fs [ 2315.423248@3] aml_audio_hw: IEC958 16bit [ 2315.423256@3] hdmitx: audio: aout notify rate 44100 [ 2315.423261@3] hdmitx: audio: aout notify size 16 [ 2315.423266@3] hdmitx: audio: no update [ 2315.432532@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 2315.432566@3] aml_spdif_dai: set normal 512 fs /4 fs [ 2315.432578@3] aml_audio_hw: IEC958 16bit [ 2315.432587@3] hdmitx /lib/systemd$ lsmod Module Size Used by sha1_generic 2492 0 8021q 21855 0 hci_uart 34102 1 bnep 15079 2 dhd 815797 0 btsdio 4874 0 bluetooth 372939 25 bnep,btsdio,hci_uart cfg80211 417431 1 dhd 6lowpan_iphc 10231 1 bluetooth ir_lirc_codec 5340 0 lirc_dev 11896 1 ir_lirc_codec ir_mce_kbd_decoder 5212 0 ir_sanyo_decoder 3115 0 ir_nec_decoder 3615 0 ir_rc6_decoder 3823 0 ir_rc5_decoder 2735 0 ir_sony_decoder 2649 0 ir_jvc_decoder 2799 0 mali_kbase 421897 0 meson_ir 4389 0 rc_core 19532 11 lirc_dev,meson_ir,ir_lirc_codec,ir_rc5_decoder,ir_nec_decoder,ir_sony_decoder,ir_mce_kbd_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_sanyo_decoder wifi_dummy 894 0 amlvideodri 13210 0 videobuf_res 5690 1 amlvideodri videobuf_core 18248 2 amlvideodri,videobuf_res videodev 144588 1 amlvideodri dwc_otg 233217 0 fbcon 38031 0 bitblit 4468 1 fbcon softcursor 1168 1 bitblit font 7327 1 fbcon

markliteng commented 4 years ago

dmesg和lsmod这些都已经尝试过了,很奇怪没有任何报错,但是又卡启动画面,我怀疑可能是内核里缺少驱动或者驱动错误的问题 以下是dmesg和lsmod的内容 /lib/systemd$ dmesg [ 2311.687606@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.700306@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.703098@1] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 2311.703132@1] aml_spdif_dai: set normal 512 fs /4 fs [ 2311.703143@1] aml_audio_hw: IEC958 16bit [ 2311.703152@1] hdmitx: audio: aout notify rate 44100 [ 2311.703157@1] hdmitx: audio: aout notify size 16 [ 2311.704159@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.705212@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.707104@1] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 2311.707137@1] aml_spdif_dai: set normal 512 fs /4 fs [ 2311.707149@1] aml_audio_hw: IEC958 16bit [ 2311.707158@1] hdmitx: audio: aout notify rate 44100 [ 2311.707163@1] hdmitx: audio: aout notify size 16 [ 2311.708067@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.709117@1] aml_audio_hw: i2sin_fifo0_set_buf [ 2311.716754@1] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 2311.716789@1] aml_spdif_dai: set normal 512 fs /4 fs [ 2311.716800@1] aml_audio_hw: IEC958 16bit [ 2311.716808@1] hdmitx: audio: aout notify rate 44100 [ 2311.716813@1] hdmitx: audio: aout notify size 16 [ 2311.719862@1] aml_spdif_dai: aiu 958 playback enable [ 2311.722313@2] aml_audio_hw: i2sin_fifo0_set_buf [ 2315.141423@6] aml_spdif_dai: aiu 958 playback disable [ 2315.423201@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 2315.423236@3] aml_spdif_dai: set normal 512 fs /4 fs [ 2315.423248@3] aml_audio_hw: IEC958 16bit [ 2315.423256@3] hdmitx: audio: aout notify rate 44100 [ 2315.423261@3] hdmitx: audio: aout notify size 16 [ 2315.423266@3] hdmitx: audio: no update [ 2315.432532@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 2315.432566@3] aml_spdif_dai: set normal 512 fs /4 fs [ 2315.432578@3] aml_audio_hw: IEC958 16bit [ 2315.432587@3] hdmitx /lib/systemd$ lsmod Module Size Used by sha1_generic 2492 0 8021q 21855 0 hci_uart 34102 1 bnep 15079 2 dhd 815797 0 btsdio 4874 0 bluetooth 372939 25 bnep,btsdio,hci_uart cfg80211 417431 1 dhd 6lowpan_iphc 10231 1 bluetooth ir_lirc_codec 5340 0 lirc_dev 11896 1 ir_lirc_codec ir_mce_kbd_decoder 5212 0 ir_sanyo_decoder 3115 0 ir_nec_decoder 3615 0 ir_rc6_decoder 3823 0 ir_rc5_decoder 2735 0 ir_sony_decoder 2649 0 ir_jvc_decoder 2799 0 mali_kbase 421897 0 meson_ir 4389 0 rc_core 19532 11 lirc_dev,meson_ir,ir_lirc_codec,ir_rc5_decoder,ir_nec_decoder,ir_sony_decoder,ir_mce_kbd_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_sanyo_decoder wifi_dummy 894 0 amlvideodri 13210 0 videobuf_res 5690 1 amlvideodri videobuf_core 18248 2 amlvideodri,videobuf_res videodev 144588 1 amlvideodri dwc_otg 233217 0 fbcon 38031 0 bitblit 4468 1 fbcon softcursor 1168 1 bitblit font 7327 1 fbcon

markliteng commented 4 years ago

再次用dmesg在机器启动的第一时间,后面貌似进去了死循环 ~ # dmesg [ 0.000000@0] Initializing cgroup subsys cpuset [ 0.000000@0] Initializing cgroup subsys cpu [ 0.000000@0] Initializing cgroup subsys cpuacct [ 0.000000@0] Linux version 3.14.29 (ubuntu@ubuntu-All-Series) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) ) #1 SMP Thu Nov 21 18:45:25 CST 2019 [ 0.000000@0] CPU: AArch64 Processor [410fd034] revision 4 [ 0.000000@0] no prop version_code [ 0.000000@0] fdt Reserved memory table: [ 0.000000@0] linux,di: 0x000000007d300000 - 0x000000007f100000 (30 MiB) [ 0.000000@0] DI: DI reserved memory: created CMA memory pool at 0x000000007d300000, size 30 MiB [ 0.000000@0] linux,chunk-reserve: 0x0000000079300000 - 0x000000007d300000 (64 MiB) [ 0.000000@0] linux,ion-dev: 0x0000000075300000 - 0x0000000079300000 (64 MiB) [ 0.000000@0] linux,vdin1_cma: 0x0000000074000000 - 0x0000000075000000 (16 MiB) [ 0.000000@0] cma: Reserved 16 MiB at 74000000, total cma pages:4096 [ 0.000000@0] linux,ppmgr: 0x0000000075300000 - 0x0000000075300000 (0 MiB) [ 0.000000@0] linux,codec_mm_cma: 0x0000000067800000 - 0x0000000073800000 (192 MiB) [ 0.000000@0] cma: Reserved 192 MiB at 67800000, total cma pages:53248 [ 0.000000@0] linux,picdec: 0x0000000075300000 - 0x0000000075300000 (0 MiB) [ 0.000000@0] Reserved memory: incorrect alignment of CMA region [ 0.000000@0] linux,codec_mm_reserved: 0x0000000063700000 - 0x0000000067800000 (65 MiB) [ 0.000000@0] fdt Reserved memory total: 435 MiB [ 0.000000@0] cma: Reserved 8 MiB at 62c00000, total cma pages:55296 [ 0.000000@0] On node 0 totalpages: 519168 [ 0.000000@0] Normal zone: 11176 pages used for memmap [ 0.000000@0] Normal zone: 0 pages reserved [ 0.000000@0] Normal zone: 519168 pages, LIFO batch:31 [ 0.000000@0] psci: probing function IDs from device-tree [ 0.000000@0] PERCPU: Embedded 12 pages/cpu @ffffffc07526c000 s17536 r8192 d23424 u49152 [ 0.000000@0] pcpu-alloc: s17536 r8192 d23424 u49152 alloc=124096 [ 0.000000@0] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 0.000000@0] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 507992 [ 0.000000@0] Kernel command line: rootfs=ramfs init=/init boot=LABEL=EMUELEC disk=LABEL=STORAGE BOOT_IMAGE=kernel.img hdmitx=cecf console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0 systemd.show_status=auto logo=osd1,loaded,0x3d800000,576cvbs maxcpus=8 vout=576cvbs,enable hdmimode=1080p60hz mac=${mac} mac_wifi=${mac_wifi} console=tty0 systemd.show_status=auto [ 0.000000@0] hdmitx: cec: HDMI hdmi_cec_func_config:0xf [ 0.000000@0] logo: osd1 [ 0.000000@0] logo: loaded [ 0.000000@0] logo: 0x3d800000 [ 0.000000@0] logo: 576cvbs [ 0.000000@0] vout_serve: 576cvbs [ 0.000000@0] vout_serve: en: 1 [ 0.000000@0] vout_serve: set_vout_init_vmode: 576cvbs [ 0.000000@0] vout_serve: 576cvbs [ 0.000000@0] vout_serve: enable: 1 [ 0.000000@0] logo: get hdmimode: 1080p60hz [ 0.000000@0] (NULL device ): [mac_addr_set] try to wifi mac from emmc key! [ 0.000000@0] (NULL device *): [mac_addr_set] uboot setup mac-addr: 0:ac:0:0:c0:0 [ 0.000000@0] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000@0] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000@0] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.000000@0] Memory: 1554496K/2076672K available (7522K kernel code, 857K rwdata, 4456K rodata, 941K init, 2922K bss, 522176K reserved) [ 0.000000@0] Virtual kernel memory layout: [ 0.000000@0] vmalloc : 0xffffff8000000000 - 0xffffff8040000000 ( 1024 MB) [ 0.000000@0] vmemmap : 0xffffff8040010000 - 0xffffff8042bbd800 ( 43 MB) [ 0.000000@0] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB) [ 0.000000@0] memory : 0xffffffc000000000 - 0xffffffc07f100000 ( 2033 MB) [ 0.000000@0] .init : 0xffffffc001c34000 - 0xffffffc001d1f480 ( 942 kB) [ 0.000000@0] .text : 0xffffffc001080000 - 0xffffffc001c33814 ( 11983 kB) [ 0.000000@0] .data : 0xffffffc001d20000 - 0xffffffc001df67a0 ( 858 kB) [ 0.000000@0] PM: Registered nosave memory: [mem 0x01080000-0x01c32fff] [ 0.000000@0] SLUB: HWalign=64, Order=0-1, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000@0] arch_multi_cluster:1 [ 0.000000@0] Hierarchical RCU implementation. [ 0.000000@0] RCU debugfs-based tracing is enabled. [ 0.000000@0] NR_IRQS:64 nr_irqs:64 0 [ 0.000000@0] Architected cp15 timer(s) running at 24.00MHz (phys). [ 0.000004@0] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns [ 0.000031@0] meson_bc_timer: mclk->mux_reg =ffffff8000014990,mclk->reg =ffffff8000016994 [ 0.000312@0] Console: colour dummy device 80x25 [ 0.000800@0] console [tty0] enabled [ 0.002317@0] allocated 8388608 bytes of page_cgroup [ 0.002327@0] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.002353@0] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.002371@0] pid_max: default: 32768 minimum: 301 [ 0.002500@0] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.002515@0] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.007917@0] Initializing cgroup subsys memory [ 0.007955@0] Initializing cgroup subsys devices [ 0.007966@0] Initializing cgroup subsys freezer [ 0.007977@0] Initializing cgroup subsys blkio [ 0.007987@0] Initializing cgroup subsys net_prio [ 0.008034@0] ftrace: allocating 26334 entries in 103 pages [ 0.039815@0] /cpus/cpu@0: Missing clock-frequency property [ 0.039842@0] /cpus/cpu@1: Missing clock-frequency property [ 0.039854@0] /cpus/cpu@2: Missing clock-frequency property [ 0.039865@0] /cpus/cpu@3: Missing clock-frequency property [ 0.039877@0] /cpus/cpu@100: Missing clock-frequency property [ 0.039890@0] /cpus/cpu@101: Missing clock-frequency property [ 0.039904@0] /cpus/cpu@102: Missing clock-frequency property [ 0.039918@0] /cpus/cpu@103: Missing clock-frequency property [ 0.041409@0] Meson chip version = RevA (22:A - 82:0) [ 0.041910@1] CPU1: Booted secondary processor [ 0.042295@2] CPU2: Booted secondary processor [ 0.042650@3] CPU3: Booted secondary processor [ 0.043005@4] CPU4: Booted secondary processor [ 0.043374@5] CPU5: Booted secondary processor [ 0.043732@6] CPU6: Booted secondary processor [ 0.044087@7] CPU7: Booted secondary processor [ 0.044168@0] Brought up 8 CPUs [ 0.044229@0] SMP: Total of 8 processors activated. [ 0.044685@0] devtmpfs: initialized [ 0.050631@2] sched: registering cpufreq notifiers for scale-invariant loads [ 0.050674@2] instabooting: 0 [ 0.058927@0] cma: cma_init_reserved_areas, use_cma_first:1 [ 0.059005@0] pinctrl core: initialized pinctrl subsystem [ 0.059563@2] regulator-dummy: no parameters [ 0.060241@0] NET: Registered protocol family 16 [ 0.062166@2] aml_vdac_init: module init [ 0.062313@0] register canvas platform driver [ 0.062395@2] register rdma platform driver [ 0.063318@2] vdso: 2 pages (1 code, 1 data) at base ffffffc001d28000 [ 0.064465@2] DMA: preallocated 2048 KiB pool for atomic allocations [ 0.065344@2] software IO TLB [mem 0x5e800000-0x5ec00000] (4MB) mapped at [ffffffc05e800000-ffffffc05ebfffff] [ 0.065745@2] aml_i2c version: 20140813 [ 0.065944@2] i2c-core: driver [pmu4] using legacy resume method [ 0.066014@3] codec_mm:codec_mm_module_init [ 0.066343@0] gxbb_mpll_clk: register mpll_clk_out0 success done [ 0.066358@0] gxbb_mpll_clk: register mpll_clk_out1 success done [ 0.066370@0] gxbb_mpll_clk: register mpll_clk_out2 success done [ 0.066584@0] clk_sys: register PLL sys_pll success done [ 0.066607@0] gxl_clk: [ xtal ] ->clockrate: 24000000Hz [ 0.066616@0] gxl_clk: [ 32Khz ] ->clockrate: 32000Hz [ 0.066626@0] gxl_clk: [ clk81 ] ->clockrate: 166666666Hz [ 0.066635@0] gxl_clk: [ fixed_pll ] ->clockrate: 2000000000Hz [ 0.066644@0] gxl_clk: [ fclk_div2 ] ->clockrate: 1000000000Hz [ 0.066653@0] gxl_clk: [ fclk_div3 ] ->clockrate: 666666666Hz [ 0.066662@0] gxl_clk: [ fclk_div4 ] ->clockrate: 500000000Hz [ 0.066670@0] gxl_clk: [ fclk_div5 ] ->clockrate: 400000000Hz [ 0.066679@0] gxl_clk: [ fclk_div7 ] ->clockrate: 285714285Hz [ 0.066711@0] gxl_clk: clock initialization complete [ 0.066918@0] clkmsr: Gxl msr_clk_reg0=ffffff800022475c,msr_clk_reg2=ffffff8000226764 [ 0.069067@0] aml_iomap: amlogic iomap probe done [ 0.069594@3] pinmux-gxl c1109880.pinmux: Init pinux probe! [ 0.070645@2] pinmux-gxl c1109880.pinmux: Probed amlogic pinctrl driver [ 0.071038@0] genirq: Setting trigger mode 8 for irq 241 failed (gic_set_type+0x0/0xb0) [ 0.071066@0] genirq: Setting trigger mode 8 for irq 242 failed (gic_set_type+0x0/0xb0) [ 0.071214@2] genirq: Setting trigger mode 8 for irq 241 failed (gic_set_type+0x0/0xb0) [ 0.071237@2] genirq: Setting trigger mode 8 for irq 242 failed (gic_set_type+0x0/0xb0) [ 0.073484@0] dvfs [scpi_dvfs_get_opps] - buf.opp[0].freq_hz = 100000000 [ 0.073498@0] dvfs [scpi_dvfs_get_opps] - buf.opp[1].freq_hz = 250000000 [ 0.073507@0] dvfs [scpi_dvfs_get_opps] - buf.opp[2].freq_hz = 500000000 [ 0.073517@0] dvfs [scpi_dvfs_get_opps] - buf.opp[3].freq_hz = 667000000 [ 0.073526@0] dvfs [scpi_dvfs_get_opps] - buf.opp[4].freq_hz = 1000000000 [ 0.073535@0] dvfs [scpi_dvfs_get_opps] - buf.opp[5].freq_hz = 1200000000 [ 0.073544@0] dvfs [scpi_dvfs_get_opps] - buf.opp[6].freq_hz = 1512000000 [ 0.073554@0] dvfs [scpi_dvfs_get_opps] - new count 7, max_freq 1512000000 [ 0.075717@0] dvfs [scpi_dvfs_get_opps] - buf.opp[0].freq_hz = 100000000 [ 0.075728@0] dvfs [scpi_dvfs_get_opps] - buf.opp[1].freq_hz = 250000000 [ 0.075737@0] dvfs [scpi_dvfs_get_opps] - buf.opp[2].freq_hz = 500000000 [ 0.075746@0] dvfs [scpi_dvfs_get_opps] - buf.opp[3].freq_hz = 667000000 [ 0.075755@0] dvfs [scpi_dvfs_get_opps] - buf.opp[4].freq_hz = 1000000000 [ 0.075765@0] dvfs [scpi_dvfs_get_opps] - new count 5, max_freq 1000000000 [ 0.077719@0] codec_mm has 2 memory regions [ 0.077766@0] codec_mm codec_mm.20: assigned reserved memory node linux,codec_mm_cma ok [ 0.077784@0] codec_mm codec_mm.20: assigned reserved memory node linux,codec_mm_reserved ok [ 0.077874@2] codec_mm has 2 memory regions [ 0.077892@2] codec_mm codec_mm.20: assigned reserved memory node linux,codec_mm_cma ok [ 0.077909@2] codec_mm codec_mm.20: assigned reserved memory node linux,codec_mm_reserved ok [ 0.079689@3] vpu: driver version: v03 [ 0.079730@3] vpu: load vpu_clk: 666667000Hz(7) [ 0.079812@3] vpu: vpu_probe OK [ 0.081038@0] tv_vout: tvout_probe [ 0.081059@0] tv_vout: chrdev devno 266338304 for disp [ 0.081068@0] vout_notify: vout_register_server [ 0.081077@0] tv_vout: register tv module server ok [ 0.081282@3] tv_vout: create cdev tv [ 0.081295@3] tv_vout: tvout_probe OK [ 0.081749@3] canvas_probe reg=00000000c8838000,size=400 [ 0.081777@3] canvas maped reg_base =ffffff8000258000 [ 0.085448@2] rdma_probe [ 0.288600@0] bio: create slab at 0 [ 0.289499@0] SCSI subsystem initialized [ 0.290027@2] usbcore: registered new interface driver usbfs [ 0.290123@3] usbcore: registered new interface driver hub [ 0.290241@0] usbcore: registered new device driver usb [ 0.290958@0] i2c-gpio i2c_gpio.41: using pins 172 (SDA) and 173 (SCL) [ 0.291133@3] pps_core: LinuxPPS API ver. 1 registered [ 0.291144@3] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.291216@0] PTP clock support registered [ 0.291699@2] hdmitx: system: amhdmitx_init [ 0.291713@2] hdmitx: system: Ver: 2014May6 [ 0.291890@2] hdmitx: system: amhdmitx_probe [ 0.292262@0] hdmitx hpd irq = 89 [ 0.292798@3] hdmitx20: Mapped PHY: 0xc0800000 [ 0.292929@3] hdmitx20: Mapped PHY: 0xc1104400 [ 0.292956@3] hdmitx20: Mapped PHY: 0xc8100000 [ 0.292966@3] hdmitx20: Mapped PHY: 0xc8834000 [ 0.292975@3] hdmitx20: Mapped PHY: 0xc883a000 [ 0.292984@3] hdmitx20: Mapped PHY: 0xc883c000 [ 0.292995@3] hdmitx20: Mapped PHY: 0xd0100000 [ 0.293004@3] hdmitx20: Mapped PHY: 0xda83a000 [ 0.293020@3] hdmitx: alread display in uboot 0x10 [ 0.293064@3] avmute set to 1 [ 0.293488@2] tv_vout: tv_set_current_vmode[930]fps_target_mode=8 [ 0.293506@2] tv_vout: mode is 8,sync_duration_den=1,sync_duration_num=50 [ 0.293521@2] tv_vout: already display in uboot [ 0.293529@2] vout_serve: vinfo mode is: 576cvbs [ 0.293537@2] vout_serve: init mode 576cvbs [ 0.293769@0] vout_serve: create_vout_fops OK [ 0.293780@0] vout_serve: create vout attribute OK [ 0.293788@0] vout_serve: meson_vout_probe OK [ 0.293957@2] logo: logo_init [ 0.294304@2] osd_rdma: osd_rdma_init: rdma_table p=0x62e01000,op=0x62e01000 , v=0xffffff8000271000 [ 0.294350@2] rdma_register, rdma_table_addr ffffff8000381000 rdma_table_addr_phy 62e02000 reg_buf ffffffc0002d0000 [ 0.294364@2] rdma_register success, handle 1 table_size 4096 [ 0.294373@2] osd_rdma: osd_rdma_init:osd reset rdma handle = 1. [ 0.294406@2] rdma_register, rdma_table_addr ffffff8000383000 rdma_table_addr_phy 62e03000 reg_buf ffffffc000296000 [ 0.294420@2] rdma_register success, handle 2 table_size 4096 [ 0.294429@2] osd_rdma: osd_rdma_init:osd rdma handle = 2. [ 0.294876@0] Advanced Linux Sound Architecture Driver Initialized. [ 0.296611@0] Switched to clocksource arch_sys_counter [ 0.300108@0] hdmitx: system: irq 80000002 [ 0.307800@0] FS-Cache: Loaded [ 0.316117@0] NET: Registered protocol family 2 [ 0.316589@0] TCP established hash table entries: 16384 (order: 5, 131072 bytes)[ 0.316736@0] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.316976@0] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317050@0] TCP: reno registered [ 0.317067@0] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.317113@0] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.317349@0] NET: Registered protocol family 1 [ 0.317585@2] RPC: Registered named UNIX socket transport module. [ 0.317597@2] RPC: Registered udp transport module. [ 0.317606@2] RPC: Registered tcp transport module. [ 0.317615@2] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.318060@2] pwm: probe ok [ 0.318315@3] wifi: power_on_pin_OD = 0; [ 0.318333@3] aml_wifi wifi.36: [wifi_dev_probe] no power_on_pin2 [ 0.318368@3] aml_wifi wifi.36: [pwm_double_channel_conf_dt] pwm phandle val=33;pwm-channel1=4;pwm-channel2=12 [ 0.318382@3] aml_wifi wifi.36: [pwm_double_channel_conf_dt] pwm_config1[0] = 30541 [ 0.318395@3] aml_wifi wifi.36: [pwm_double_channel_conf_dt] pwm_config2[0] = 30518 [ 0.318407@3] aml_wifi wifi.36: [pwm_double_channel_conf_dt] pwm_config1[1] = 15270 [ 0.318420@3] aml_wifi wifi.36: [pwm_double_channel_conf_dt] pwm_config2[1] = 15259 [ 0.318432@3] aml_wifi wifi.36: [pwm_double_channel_conf_dt] pwm_config1[2] = 6 [ 0.318444@3] aml_wifi wifi.36: [pwm_double_channel_conf_dt] pwm_config2[2] = 9 [ 0.318456@3] aml_wifi wifi.36: [pwm_double_channel_conf_dt] wifi pwm dt ok [ 0.318483@3] aml_wifi wifi.36: [pwm_double_channel_conf] wifi pwm conf ok [ 0.318538@3] aml_wifi wifi.36: [wifi_dev_probe] dhd_static_buf setup [ 0.318614@3] Wifi: bcmdhd_init_wlan_mem: bcmdhd_init_wlan_mem: WIFI MEM Allocated [ 0.318627@3] aml_wifi wifi.36: [wifi_dev_probe] interrupt_pin=241 [ 0.318638@3] aml_wifi wifi.36: [wifi_dev_probe] irq_num=100, irq_trigger_type=1[ 0.318650@3] aml_wifi wifi.36: [wifi_dev_probe] power_on_pin=240 [ 0.318660@3] aml_wifi wifi.36: [wifi_dev_probe] clock_32k_pin=0 [ 0.318921@2] aml_wifi wifi.36: [wifi_setup_dt] wifi_setup_dt [ 0.318961@2] aml_wifi wifi.36: [wifi_setup_dt] interrupt_pin(241) [ 0.318980@2] aml_wifi wifi.36: [wifi_setup_dt] power_on_pin(240) [ 0.319152@3] Unpacking initramfs... [ 0.332084@3] Freeing initrd memory: 5044K (ffffffc0739b7000 - ffffffc073ea4000)[ 0.334574@2] futex hash table entries: 2048 (order: 5, 131072 bytes) [ 0.343655@3] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.343947@2] FS-Cache: Netfs 'nfs' registered for caching [ 0.344555@2] NFS: Registering the id_resolver key type [ 0.344594@2] Key type id_resolver registered [ 0.344602@2] Key type id_legacy registered [ 0.344617@2] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.344813@2] msgmni has been set to 3477 [ 0.345844@0] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.345948@0] io scheduler noop registered (default) [ 0.345959@0] io scheduler deadline registered [ 0.345989@0] io scheduler cfq registered [ 0.346872@2] meson-rng c8834000.rng: hwrng registered [ 0.350289@0] loop: module loaded [ 0.352040@2] tun: Universal TUN/TAP device driver, 1.6 [ 0.352062@2] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com [ 0.356004@1] libphy: stmmac: probed [ 0.356028@1] eth0: PHY ID 01814400 at 8 IRQ POLL (stmmac-0:08) active [ 0.356408@3] PPP generic driver version 2.4.2 [ 0.356952@3] NET: Registered protocol family 24 [ 0.357096@0] usbcore: registered new interface driver smsc95xx [ 0.357420@0] platform c9000000.dwc3: Driver dwc3 requests probe deferral [ 0.357533@1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.357580@1] ehci-h20ahb: H20AHB-EHCI Host Controller driver [ 0.357791@1] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.358063@3] usbcore: registered new interface driver usb-storage [ 0.358254@3] usbcore: registered new interface driver usbserial [ 0.358337@0] usbcore: registered new interface driver usbserial_generic [ 0.358420@1] usbserial: USB Serial support registered for generic [ 0.358506@3] usbcore: registered new interface driver pl2303 [ 0.358593@0] usbserial: USB Serial support registered for pl2303 [ 0.359064@3] amlogic-new-usb2 d0078000.usb2phy: USB2 phy probe:phy_mem:0xd0078000, iomap phy_base:0xffffff800039c000 [ 0.359241@0] amlogic-new-usb3 d0078080.usb3phy: This phy has no usb port [ 0.359265@0] amlogic-new-usb3 d0078080.usb3phy: USB3 phy probe:phy_mem:0xd0078080, iomap phy_base:0xffffff800039e080 [ 0.359541@3] mousedev: PS/2 mouse device common for all mice [ 0.359805@3] i2c /dev entries driver [ 0.360573@3] cpu cpu0: bL_cpufreq_init: CPU 0 initialized [ 0.362787@0] cpu cpu4: bL_cpufreq_init: CPU 4 initialized [ 0.364065@0] arm_big_little: bL_cpufreq_register: Registered platform driver: scpi [ 0.364678@0] ledtrig-cpu: registered to indicate activity on CPUs [ 0.364826@3] hidraw: raw HID events driver (C) Jiri Kosina [ 0.367050@1] usbcore: registered new interface driver usbhid [ 0.367070@1] usbhid: USB HID core driver [ 0.367261@3] ashmem: initialized [ 0.367615@0] meson_uart c81004c0.serial: ==uart0 reg addr = ffffff80003aa4c0 [ 0.367645@0] c81004c0.serial: ttyS0 at MMIO 0xc81004c0 (irq = 225, base_baud = 1500000) is a meson_uart [ 0.367664@0] meson_uart c81004c0.serial: ttyS0 use xtal(8M) 24000000 change 0 to 115200 [ 2.036839@4] console [ttyS0] enabled [ 2.036886@0] hdmitx: plugin [ 2.043683@1] meson_uart c11084c0.serial: ==uart1 reg addr = ffffff80003ac4c0 [ 2.050534@1] c11084c0.serial: ttyS1 at MMIO 0xc11084c0 (irq = 58, base_baud = 1500000) is a meson_uart [ 2.060139@1] meson-gpu-clkgen c883c000.gpu_clk: can't request region for resource [mem 0xc883c000-0xc883cfff] [ 2.064346@0] EDID Parser: [ 2.064556@0] hdmitx: get dtd0 vic: 16 [ 2.064560@0] EDID BlockCount=0 [ 2.064561@0] hdmitx: edid: HDMI: set default vic [ 2.064562@0] hdmitx: edid: Setting maxTMDSclock from range block [ 2.064563@0] hdmitx: edid: edid blk0 checksum:0 ext_flag:0 [ 2.064568@0] hdmitx: edid: check sum valid [ 2.064570@0] hdmitx: edid: blk0 raw data [ 2.064602@0] 00ffffffffffff0005e36722980600002519010380301b782a16c5a456509f26 [ 2.064602@0] 125054bfef00d1c0b30095008180814081c001010101023a801871382d40582c [ 2.064602@0] 4500dc0c1100001e000000fd00324c1e5311000a202020202020000000fc0032 [ 2.064602@0] 323637570a20202020202020000000ff00414553463939413030313638380073 [ 2.064602@0] [ 2.064602@0] [ 2.064624@0] [RX]-receive ksv list len:1,depth:1,cas:0,dev:0 [ 2.064632@0] hdmitx: video: auto - get current mode: 576cvbs vmode_e 8 [ 2.064634@0] hdmitx: stream colourdepth was 8 in para 0x01d898e8 (invalid) [ 2.064637@0] hdmitx: update physcial size: 480 270 [ 2.064638@0] hdmitx: video: 576cvbs not valid hdmi mode [ 2.064664@0] hdmtix: set audio [ 2.064673@0] hdmitx tx_aud_src = 0 [ 2.064697@0] hdmitx: fs = 0, cd = 4, tmds_clk = 0 [ 2.064699@0] hdmitx aud_n_para = 6144 [ 2.064715@0] hdmitx set channel status [ 2.183357@1] meson-gpu-clkgen: probe of c883c000.gpu_clk failed with error -16 [ 2.190857@3] hdmitx: system: hdmitx_hdcp_init [ 2.195584@3] aml_vrtc rtc.35: rtc core: registered aml_vrtc as rtc0 [ 2.201522@3] secmon has 1 memory regions [ 2.205268@3] secmon: share in base: 0xffffff80003b4000, share out base: 0xffffff80003b6000 [ 2.213531@3] secmon secmon.4: assigned reserved memory node linux,secmon ok [ 2.220508@3] secmon: probe done [ 2.224008@0] storage: storage in base: 0xffffff8001800000 [ 2.229140@0] storage: storage out base: 0xffffff8001880000 [ 2.234672@0] storage: storage block base: 0xffffff8001900000 [ 2.240373@0] storage: probe done! [ 2.244179@3] aml_sd_emmc_probe: line 3594 [ 2.247796@3] mmc driver version: 1.07, 2015-01-21: fix a bug in tuning which caused eMMC data CRC error [ 2.259395@3] aml_sd_emmc_reg_init 1149 [ 2.261009@3] get property: ocr_avail, value:0x00200080 [ 2.267469@3] get property: f_min, value:300000 [ 2.273549@3] get property: f_max, value:100000000 [ 2.279939@3] get property: max_req_size, value:0x00020000 [ 2.286405@3] get property: pinname, str:emmc [ 2.292187@3] get property: card_type, value:1 [ 2.297891@3] get property: gpio_dat3, str: [ 2.303307@3] get property: hw_reset, str: [ 2.308771@3] emmc:pdata->caps = c0000d47 [ 2.312709@3] emmc:pdata->caps2 = 18060 [ 2.316501@3] emmc:pdata->pm_caps = 0 [ 2.320148@3] storage 1, boot 1 [ 2.323228@3] get_storage_dev return 1 [ 2.366617@3] [aml_sd_emmc_probe] aml_sd_emmc_probe() success! [ 2.366836@3] aml_sd_emmc_probe: line 3594 [ 2.372688@3] aml_sd_emmc_reg_init 1149 [ 2.374709@3] get property: ocr_avail, value:0x00200080 [ 2.381155@3] get property: f_min, value:400000 [ 2.387257@3] get property: f_max, value:100000000 [ 2.393634@3] get property: max_req_size, value:0x00020000 [ 2.400107@3] get property: irq_in, value:3 [ 2.405795@3] get property: irq_out, value:5 [ 2.411502@3] get property: gpio_cd, str: [ 2.416927@3] get property: pinname, str:sd [ 2.422529@3] get property: jtag_pin, str: [ 2.427968@3] get property: card_type, value:5 [ 2.433656@3] get property: gpio_dat3, str: [ 2.439103@3] sd:pdata->caps = 7 [ 2.442279@3] sd:pdata->caps2 = 0 [ 2.445556@3] sd:pdata->pm_caps = 0 [ 2.486743@3] [aml_sd_emmc_probe] aml_sd_emmc_probe() success! [ 2.486853@4] [aml_is_card_insert] card OUT [ 2.486968@5] [aml_is_card_insert] card OUT [ 2.495244@3] aml_sd_emmc_probe: line 3594 [ 2.500952@3] aml_sd_emmc_reg_init 1149 [ 2.503130@3] get property: ocr_avail, value:0x00200080 [ 2.509549@3] get property: f_min, value:400000 [ 2.515660@3] get property: f_max, value:200000000 [ 2.522048@3] get property: max_req_size, value:0x00020000 [ 2.528518@3] get property: pinname, str:sdio [ 2.534291@3] get property: card_type, value:3 [ 2.540011@3] sdio:pdata->caps = 7810f [ 2.543691@3] sdio:pdata->caps2 = 0 [ 2.547146@3] sdio:pdata->pm_caps = 1 [ 2.550748@2] emmc: BKOPS_EN bit is not set [ 2.557141@2] emmc: trying cali 0-th time(s) [ 2.567765@2] emmc: delay[0]= 800 padding= 1, bidx=0 [ 2.567791@2] emmc: delay[1]= 1200 padding= 4, bidx=1 [ 2.572180@2] emmc: delay[2]= 800 padding= 1, bidx=0 [ 2.577199@2] emmc: delay[3]= 1200 padding= 4, bidx=1 [ 2.582185@2] emmc: delay[4]= 1200 padding= 4, bidx=1 [ 2.586617@3] [aml_sd_emmc_probe] aml_sd_emmc_probe() success! [ 2.586962@1] ion_dev has 1 memory regions [ 2.597032@2] emmc: delay[5]= 1200 padding= 4, bidx=1 [ 2.602022@2] emmc: delay[6]= 1200 padding= 4, bidx=1 [ 2.605669@1] fb: osd_init_module [ 2.605781@1] fb: viu vsync irq: 35 [ 2.605787@1] fb: failed to init reserved memory [ 2.605801@1] fb: osd_probe vinfo:ffffffc001d8e910 [ 2.605808@1] fb: init fbdev bpp is:32 [ 2.626789@2] emmc: delay[7]= 1200 padding= 4, bidx=1 [ 2.631782@2] emmc: calibration result @ 0: max(1200), min(800) [ 2.631788@2] emmc: line_delay =0x202, max_cal_result =1200 [ 2.631790@2] emmc: base_index_max 1, base_index_min 0 [ 2.631796@2] emmc: clk 100000000 SDR mode tuning start [ 2.632309@2] emmc: rx_tuning_result[1] = 10 [ 2.632716@2] emmc: rx_tuning_result[2] = 10 [ 2.633121@2] emmc: rx_tuning_result[3] = 10 [ 2.633528@2] emmc: rx_tuning_result[4] = 10 [ 2.633949@2] emmc: rx_tuning_result[5] = 10 [ 2.634352@2] emmc: rx_tuning_result[6] = 10 [ 2.634757@2] emmc: rx_tuning_result[7] = 10 [ 2.635163@2] emmc: rx_tuning_result[8] = 10 [ 2.635566@2] emmc: rx_tuning_result[9] = 10 [ 2.635568@2] emmc: best_win_start =1, best_win_size =9 [ 2.635572@2] emmc: sd_emmc_regs->gclock=0x100024a,sd_emmc_regs->gadjust=0x52000[ 2.635575@2] emmc: gclock =0x100024a, gdelay=0x202, gadjust=0x52000 [ 2.635742@2] emmc: support driver strength type 1 [ 2.635819@2] emmc: try set sd/emmc to DDR mode [ 2.635823@2] emmc: try set sd/emmc to DDR mode [ 2.635973@2] emmc: new HS400 MMC card at address 0001 [ 2.636393@3] emmc: clock 100000000, 8-bit-bus-width [ 2.636393@3] [ 2.636393@3] mmcblk0: emmc:0001 AJNB4R 14.5 GiB [ 2.636532@3] mmcblk0boot0: emmc:0001 AJNB4R partition 1 4.00 MiB [ 2.636688@3] mmcblk0boot1: emmc:0001 AJNB4R partition 2 4.00 MiB [ 2.636816@3] mmcblk0rpmb: emmc:0001 AJNB4R partition 3 4.00 MiB [ 2.637552@2] mmcblk0: unknown partition table [ 2.638075@0] [aml_sd_emmc_irq] emmc: warning... response crc,vstat:0xa1ff2400,virqc:3fff [ 2.638083@0] [aml_host_bus_fsm_show] emmc: err: wait for irq service, bus_fsm:0x8 [ 2.638083@0] [mmc_cmd_LBA_show] emmc: cmd 18, arg 0x12000, operation is in [reserved] disk! [ 2.638106@4] aml_sd_emmc_data_thread 2639 emmc: cmd:18 [ 2.638112@4] [aml_sd_emmc_data_thread] aml_sd_emmc_data_thread() 2655: set 1st retry! [ 2.638117@4] [aml_sd_emmc_data_thread] retry cmd 18 the 10-th time(s) [ 2.638120@4] [aml_sd_emmc_data_thread] cmd_delay change to 2 [ 2.638132@0] [aml_sd_emmc_irq] emmc: resp_timeout,vstat:0xa1ff2800,virqc:3fff [ 2.638157@4] aml_sd_emmc_data_thread : 2586 [ 2.638484@3] [mmc_read_partition_tbl] mmc read partition OK! [ 2.638485@3] add_emmc_partition [ 2.638703@2] [mmcblk0p01] bootloader offset 0x000000000000, size 0x000000400000 [ 2.638847@3] [mmcblk0p02] reserved offset 0x000002400000, size 0x000004000000 [ 2.638992@2] [mmcblk0p03] cache offset 0x000006c00000, size 0x000020000000 [ 2.639130@3] [mmcblk0p04] env offset 0x000027400000, size 0x000000800000 [ 2.639281@2] [mmcblk0p05] logo offset 0x000028400000, size 0x000002000000 [ 2.639419@3] [mmcblk0p06] recovery offset 0x00002ac00000, size 0x000002000000 [ 2.639556@2] [mmcblk0p07] rsv offset 0x00002d400000, size 0x000000800000 [ 2.639692@3] [mmcblk0p08] tee offset 0x00002e400000, size 0x000000800000 [ 2.639830@2] [mmcblk0p09] crypt offset 0x00002f400000, size 0x000002000000 [ 2.639962@3] [mmcblk0p10] misc offset 0x000031c00000, size 0x000002000000 [ 2.640098@2] [mmcblk0p11] boot offset 0x000034400000, size 0x000002000000 [ 2.640237@3] [mmcblk0p12] system offset 0x000036c00000, size 0x000080000000 [ 2.640373@2] [mmcblk0p13] data offset 0x0000b7400000, size 0x0002eca00000 [ 2.640404@2] card key: card_blk_probe. [ 2.640408@2] emmc_key_init:527 emmc key lba_start:0x12020,lba_end:0x12220 [ 2.640411@2] emmc key: emmc_key_init:552 ok. [ 2.642877@2] amlmmc_dtb_init: register dtb chardev [ 2.642877@2] calc aa2cd98b, store aa2cd98b [ 2.645161@2] calc aa2cd98b, store aa2cd98b [ 2.645163@2] total valid 2 [ 2.645625@3] amlmmc_dtb_init: register dtb chardev OK [ 2.645625@3] Exit aml_emmc_partition_ops OK. [ 2.646705@2] mmcblk0boot1: unknown partition table [ 2.648189@3] mmcblk0boot0: unknown partition table [ 2.648599@2] clear_emmc_wait_flag [ 2.994601@2] fb: set osd0 reverse as NONE [ 3.000220@0] fb: osd probe OK [ 3.001915@0] ge2d: ge2d_init_module [ 3.005081@0] ge2d: ge2d_dev major:242 [ 3.009405@0] ge2d: ge2d clock is 400 MHZ [ 3.012748@0] ge2d: ge2d: pdev=ffffffc000329400, irq=182, rstc=0xffffffc05e53da40, clk=ffffffc00027ea00 [ 3.022181@0] ge2d: mapped phy: 0xd0160000 [ 3.026119@0] ge2d: ge2d start monitor [ 3.029911@2] ge2d: ge2d workqueue monitor start [ 3.030394@0] codec:Amlogic A/V streaming port init [ 3.032272@1] codec:get gate demux control ok ffffffc05e408940 [ 3.032278@1] codec:get gate parser_top control ok ffffffc05e4089c0 [ 3.032282@1] codec:get gate vpu_intr control ok ffffffc05e408a40 [ 3.032287@1] codec:get gate vdec control ok ffffffc05e408ac0 [ 3.033280@1] codec:[tsync_pcr_init]init success. [ 3.033465@1] codec:amvideocap_probe,amvideocap [ 3.033471@1] codec:use cma buf. [ 3.036054@1] codec:vdec_request_irq ffffffc0015a5dd8, vsync [ 3.036367@0] codec:create_ge2d_work_queue video task ok [ 3.086861@1] rdma_register, rdma_table_addr ffffff8000663000 rdma_table_addr_phy 62e10000 reg_buf ffffffc073870000 [ 3.096496@1] rdma_register success, handle 3 table_size 32768 [ 3.102283@1] video_rdma:rdma_init video rdma handle = 3. [ 3.107652@1] codec:used fix clk for vdec clk source! [ 3.112628@1] codec:register clk_set_setting cpu[34] [ 3.119016@0] DI: di_module_init ok. [ 3.121082@0] DI: di_module_init: major 238 [ 3.125498@1] DI: di_probe [ 3.128363@0] deinterlace has 1 memory regions [ 3.132359@0] DI: di reveser memory 0x7d300000, size 30MB. [ 3.132370@0] deinterlace deinterlace.27: assigned reserved memory node linux,di ok [ 3.139987@0] DI-di_probe: get flag_cma error. [ 3.144327@0] di_irq:78,timerc_irq:38 [ 3.148427@0] rdma_register, rdma_table_addr ffffff800066c000 rdma_table_addr_phy 62e0a000 reg_buf ffffffc0002b2000 [ 3.158374@0] rdma_register success, handle 4 table_size 8192 [ 3.163948@0] DI: di_probe allocate rdma channel 4. [ 3.168822@0] DI: DI hw version 2. [ 3.172148@0] 0x000000db:Y=db,U=0,V=0 [ 3.175757@0] 0x000000dc:Y=dc,U=0,V=0 [ 3.179395@0] 0x000000dd:Y=dd,U=0,V=0 [ 3.183002@0] 0x000000de:Y=de,U=0,V=0 [ 3.186653@0] 0x000000df:Y=df,U=0,V=0 [ 3.190247@0] 0x000000e0:Y=e0,U=0,V=0 [ 3.193870@0] 0x000000e1:Y=e1,U=0,V=0 [ 3.197499@0] 0x000000e2:Y=e2,U=0,V=0 [ 3.201134@0] 0x000000e3:Y=e3,U=0,V=0 [ 3.204737@0] 0x000000f0:Y=f0,U=0,V=0 [ 3.208374@0] 0x000000f1:Y=f1,U=0,V=0 [ 3.211982@0] 0x000000f2:Y=f2,U=0,V=0 [ 3.215605@0] 0x000000f3:Y=f3,U=0,V=0 [ 3.219252@0] 0x000000f4:Y=f4,U=0,V=0 [ 3.222850@0] 0x000000f5:Y=f5,U=0,V=0 [ 3.226472@0] 0x000000f6:Y=f6,U=0,V=0 [ 3.230103@0] 0x000000f7:Y=f7,U=0,V=0 [ 3.233736@0] 0x000000f8:Y=f8,U=0,V=0 [ 3.237350@0] 0x000000f9:Y=f9,U=0,V=0 [ 3.240962@0] 0x000000fa:Y=fa,U=0,V=0 [ 3.244585@0] 0x000000fb:Y=fb,U=0,V=0 [ 3.248213@0] 0x000000fc:Y=fc,U=0,V=0 [ 3.252695@1] efusekeynum: 4 [ 3.254686@1] efusekeyname: mac offset: 0 size: 6 [ 3.261115@1] efusekeyname: mac_bt offset: 6 size: 6 [ 3.267467@1] efusekeyname: mac_wifi offset: 12 size: 6 [ 3.273827@1] efusekeyname: usid offset: 18 size: 16 [ 3.280686@0] efuse efuse.10: probe OK! [ 3.284545@0] key unify config unifykey-num is 14 [ 3.288729@0] key unify fact unifykey-num is 14 [ 3.293148@0] aml_unifykeys_probe:1280=============unifykey_devno:ec00000 [ 3.300338@0] 6unifykey: device unifykeys created ok [ 3.305033@0] 6aml_unifykeys_init done! [ 3.308773@0] PPMGRDRV: warn: ppmgr module init func called [ 3.314452@0] PPMGRDRV: err: ppmgr_driver_probe called [ 3.319437@0] ppmgr has 1 memory regions [ 3.323322@0] PPMGRDRV: info: ppmgr_dev major:235 [ 3.328391@0] PPMGRDRV: info: ppmgr_probe done [ 3.332869@1] amlogic rfkill init [ 3.335728@1] enter bt_probe of_node [ 3.339264@1] not get gpio_en [ 3.342048@1] power on valid level is high [ 3.345929@1] bt: power_on_pin_OD = 0; [ 3.768321@0] audio_dsp: [dsp]register dsp to char divece(257) [ 3.775613@1] amaudio: amaudio: driver amaudio succuess! [ 3.780799@0] [RX]-hdmirx: hdmirx_init. [ 3.780989@0] ESM HLD: Initializing... [ 3.782925@0] ESM HLD: Registering device range 'esm_rx'... [ 3.788944@0] ESM HLD: Device range 'esm_rx' has been registered. [ 3.794480@0] ESM HLD: Creating class /sys/class/elliptic_rx... [ 3.801336@0] ESM HLD: The class /sys/class/elliptic_rx has been created. [ 3.807366@0] ESM HLD: Creating device 'esm_rx'... [ 3.813083@1] ESM HLD: Device 'esm_rx' has been created. [ 3.817302@1] ESM HLD: Done initializing the HLD driver. [ 3.822335@1] module init [ 3.825712@1] [ 3.825712@1] VECM probe start [ 3.832582@0] dolby_vision_init_receiver(dvel) [ 3.834321@0] dolby_vision_init_receiver: dvel [ 3.838685@0] aml_vecm_probe: ok [ 3.848040@2] saradc c1108680.saradc: initialized by BL30 [ 3.848280@2] saradc c1108680.saradc: calibration start: [ 3.853279@2] saradc c1108680.saradc: nominal=0, value=5 [ 3.858517@2] saradc c1108680.saradc: nominal=256, value=232 [ 3.864094@2] saradc c1108680.saradc: nominal=512, value=459 [ 3.869764@2] saradc c1108680.saradc: nominal=768, value=687 [ 3.875307@2] saradc c1108680.saradc: nominal=1023, value=916 [ 3.880963@2] saradc c1108680.saradc: calibration end: coef=4609 [ 3.887318@2] remote: Driver init [ 3.890756@0] gpio-key gpio_keypad.51: gpio_key: 0 name(power) pin() [ 3.896483@0] gpio-key gpio_keypad.51: amlogic_gpio_name_map_num pin 0!:: [ 3.903384@0] gpio-key gpio_keypad.51: gpio_key: 0 power(147) [ 3.908997@0] gpio-key gpio_keypad.51: start setup_timer [ 3.914164@0] gpio-key gpio_keypad.51: power key(116) registed. [ 3.920516@1] input: gpio_keypad as /devices/gpio_keypad.51/input/input0 [ 3.927046@0] gpio-key gpio_keypad.51: gpio keypad register input device completed. [ 3.934361@0] input input0: gpio keypad major:232 [ 3.939630@0] cpuinfo: probe done [ 3.943512@0] input: cec_input as /devices/virtual/input/input1 [ 3.948612@1] cectx aocec: aml_cec_probe(): no hdmirx reg resource [ 3.954183@1] cectx aocec: aml_cec_probe(): no hhi reg resource [ 3.960268@1] cectx aocec: aml_cec_probe(): can't find hdmirx [ 3.966893@1] cec: wake up flag:0 [ 3.971596@1] aml_codec_T9015 c8832000.t9015: aml_T9015_audio_codec_probe [ 3.978538@3] aml-i2s-dai I2S.43: I2S Mic is in platform! [ 3.981553@0] aml_pcm_dai: pcm mode detection =1 [ 4.006658@0] input input0: key 116 up [ 4.198188@3] aml_snd_card: headphone detection disable=1 [ 4.198405@3] aml_snd_card: no spk event delay time set [ 4.221679@3] aml_snd_m8_card aml_m8_snd.50: T9015-audio-hifi <-> I2S.43 mapping ok [ 4.241713@3] aml_snd_m8_card aml_m8_snd.50: dit-hifi <-> SPDIF.44 mapping ok [ 4.243771@3] aml_pcm: enter aml_pcm_new dai->name: PCM.45 dai->id: 0 [ 4.254341@3] aml_snd_m8_card aml_m8_snd.50: pcm2bt-pcm <-> PCM.45 mapping ok [ 4.257338@3] aml_snd_m8_card aml_m8_snd.50: ASoC: no source widget found for LOUTL [ 4.264393@3] aml_snd_m8_card aml_m8_snd.50: ASoC: Failed to add route LOUTL -> direct -> Ext Spk [ 4.273202@3] aml_snd_m8_card aml_m8_snd.50: ASoC: no source widget found for LOUTR [ 4.280783@3] aml_snd_m8_card aml_m8_snd.50: ASoC: Failed to add route LOUTR -> direct -> Ext Spk [ 4.292045@0] aml_snd_card: audio use jtag pinmux as i2s output, read val =0 [ 4.292770@2] TCP: cubic registered [ 4.293938@3] NET: Registered protocol family 10 [ 4.294957@3] NET: Registered protocol family 17 [ 4.295058@3] Key type dns_resolver registered [ 4.296235@3] Registering SWP/SWPB emulation handler [ 4.297483@3] regulator-dummy: disabling [ 5.025161@3] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.025230@3] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 5.034308@3] xhci-hcd xhci-hcd.0.auto: irq 62, io mem 0xc9000000 [ 5.039175@3] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 5.045901@3] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 5.053246@3] usb usb1: Product: xHCI Host Controller [ 5.058276@3] usb usb1: Manufacturer: Linux 3.14.29 xhci-hcd [ 5.063840@3] usb usb1: SerialNumber: xhci-hcd.0.auto [ 5.070491@3] hub 1-0:1.0: USB hub found [ 5.072753@3] hub 1-0:1.0: 3 ports detected [ 5.077177@3] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.082479@3] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 5.090381@3] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 5.097147@3] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 5.104464@3] usb usb2: Product: xHCI Host Controller [ 5.109476@3] usb usb2: Manufacturer: Linux 3.14.29 xhci-hcd [ 5.115072@3] usb usb2: SerialNumber: xhci-hcd.0.auto [ 5.122005@2] hub 2-0:1.0: USB hub found [ 5.123997@3] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 5.133848@5] console [netcon0] enabled [ 5.135008@5] netconsole: network logging started [ 5.139970@5] aml_vrtc rtc.35: setting system clock to 2020-04-20 16:21:24 UTC (1587399684) [ 5.157773@6] gxbb_pm: enter meson_pm_probe! [ 5.157949@6] gxbb_pm: meson_pm_probe done [ 5.162625@7] cpucore_cooling_register, max_cpu_core_num:4 [ 5.166332@7] cpucore_cooling_register, max_cpu_core_num:4 [ 5.187549@7] aml_istbt_dev_ready NULL [ 5.187692@7] ALSA device list: [ 5.188813@7] #0: AML-M8AUDIO [ 5.193532@7] Freeing unused kernel memory: 940K (ffffffc001c34000 - ffffffc001d1f000) [ 5.337377@4] vout_serve: vmode set to 1080p60hz [ 5.337377@4] [ 5.337452@4] hdmitx: video: vinfo: 576cvbs 50 1 [ 5.337465@4] hdmitx: video: vinfo recalc: 576cvbs 50 1 [ 5.337473@4] fb: osd current vmode=576cvbs, cmd: 0x50000 [ 5.337487@4] tv_vout: tv_set_current_vmode[930]fps_target_mode=19 [ 5.337497@4] tv_vout: mode is 19,sync_duration_den=1,sync_duration_num=60 [ 5.337522@4] tv_vout: TV mode 1080p60hz selected. [ 5.337533@4] [ 5.337533@4] vdac_enable: on:0,module_sel:8 [ 5.337552@4] [ 5.337552@4] vdac_enable: on:0,module_sel:8 [ 5.337569@4] tv_vout: new mode =1080p60hz set ok [ 5.337576@4] vout_serve: vinfo mode is: 1080p60hz [ 5.337583@4] vout_serve: new mode 1080p60hz [ 5.337583@4] set ok [ 5.337620@4] hdmitx: video: auto - get current mode: 1080p60hz vmode_e 19 [ 5.337629@4] hdmitx: stream colourdepth was 8 in para 0x01d898e8 (invalid) [ 5.337637@4] hdmitx: update rx hdr info 0 [ 5.337644@4] hdmitx: update physcial size: 480 270 [ 5.337671@4] Colourspace is set to Y444 but display does not support it [ 5.337677@4] hdmitx: hdev->para now = para at 0x01d8b748 [ 5.337688@4] hdmitx: Stream colourdepth is 8 in para 0x01d8b748 (1920x1080p60hz - VIC: 16) [ 5.337740@4] hdmitx: video: vinfo: 1080p60hz 60 1 [ 5.337748@4] hdmitx: video: vinfo recalc: 1080p60hz 60 1 [ 5.337762@4] hdmitx: system: already init VIC = 0 Now VIC = 16 [ 5.337771@4] hdmitx: system: params found at 0x01d88128 [ 5.337779@4] hdmitx: system: cur_param = param at 0x01d88128 colourdepth 8 colourspace 0 [ 5.337790@4] hdmitx: video: pixel freq 148500, tmds clock 148500, MaxClock1 170000, HF_IEEEOUI 0x000000, MaxClock2 0 [ 5.337799@4] hdmitx: rx no SCDC present indicator [ 5.339817@4] hdmitx: ddc rd8b error 0x54 0x01 [ 5.340102@0] hdmitx: system: irq 80000001 [ 5.340274@0] Start = 0x10000100 End = 0x100001ff

[ 5.341838@4] hdmitx: ddc rd8b error 0x54 0x01

[ 5.341871@4] hdmirx version is 1.4 or below [ 5.341902@4] hdmitx div40: 0

[ 5.366684@1] hdmitx: system: set pll [ 5.366698@1] hdmitx: system: param->VIC:16 [ 5.366716@1] hdmitx: set clk: VIC = 16 cd = 4 cs = 0 frac_rate = 0 [ 5.366730@1] config HPLL = 2970000 [ 5.366762@1] HPLL: 0xc000027b [ 5.366769@1] config HPLL done [ 5.366787@1] set_hpll_od3_clk_div[820] div = 6 [ 5.366807@1] j = 4 vid_clk_div = 1 [ 5.366828@1] hdmitx: set enc for VIC: 16 [ 5.366871@1] hdmitx_set_hw[5067] set VIC = 16 [ 5.366965@1] Set rgb_ycc to 0 [ 5.376852@0] hdmitx: system: irq 80000001 [ 5.376886@0] Start = 0x10000100 End = 0x100001ff

[ 5.378644@1] hdmitx: ddc w1b error 0x54 0x20 0x00 [ 5.378876@0] hdmitx: system: irq 80000001 [ 5.378900@0] Start = 0x10000100 End = 0x100001ff

[ 5.380668@1] hdmitx: ddc w1b error 0x54 0x20 0x00 [ 5.380898@0] hdmitx: system: irq 80000001 [ 5.380921@0] Start = 0x10000100 End = 0x100001ff

[ 5.382689@1] hdmitx: ddc rd8b error 0x54 0x21 [ 5.416790@5] usb 1-2: new high-speed USB device number 2 using xhci-hcd [ 5.498778@7] hdmitx: system: PHY Setting Done [ 5.502903@7] Sink is DVI device [ 5.503158@7] Set rgb_ycc to 0 [ 5.503459@7] hdmtix: set audio [ 5.503550@7] hdmitx tx_aud_src = 0 [ 5.503757@7] hdmitx: fs = 0, cd = 4, tmds_clk = 148500 [ 5.503802@7] hdmitx aud_n_para = 6144 [ 5.503950@7] hdmitx set channel status [ 5.504112@0] hdmitx: system: irq 80000001 [ 5.504155@0] Start = 0x10000100 End = 0x100001ff

[ 5.504421@7] hdmitx: video: VIC: 16 (16) 1920x1080p60hz [ 5.504530@7] hdmitx: video: Bit depth: 8-bit, Colour range RGB: limited, YCC: limited, Colourspace: RGB [ 5.504599@7] hdmitx: video: Colorimetry: bt709 [ 5.504669@7] hdmitx: video: PLL clock: 0xc000027b, Vid clock div 0x000a339c

[ 5.504757@7] fb: osd current vmode=1080p60hz, cmd: 0x10000

[ 5.511228@1] fb: use ion buffer for fb memory [ 5.512504@1] meson-fb meson-fb.17: create ion_client ffffffc0002bac00, handle=ffffffc073aee800 [ 5.512523@1] meson-fb meson-fb.17: ion memory(0): created fb at 0x0000000075300000, size 24 MiB [ 5.512534@1] fb: Frame buffer memory assigned at [ 5.512546@1] fb: 0, phy: 0x0000000075300000, vir:0xffffff8001cf5000, size=24900K [ 5.512546@1] [ 5.512562@1] fb: ---------------clear fb0 memory ffffff8001cf5000 [ 5.531962@1] fb: osd[0] canvas.idx =0x40 [ 5.531974@1] fb: osd[0] canvas.addr=0x75300000 [ 5.531982@1] fb: osd[0] canvas.width=7680 [ 5.531992@1] fb: osd[0] canvas.height=3240 [ 5.532000@1] fb: osd[0] frame.width=1920 [ 5.532009@1] fb: osd[0] frame.height=1080 [ 5.533381@0] fb: osd[0] canvas.idx =0x40 [ 5.533386@0] fb: osd[0] canvas.addr=0x75300000 [ 5.533389@0] fb: osd[0] canvas.width=7680 [ 5.533392@0] fb: osd[0] canvas.height=2160 [ 5.533395@0] fb: osd[0] frame.width=1920 [ 5.533399@0] fb: osd[0] frame.height=1080 [ 5.555683@2] fb: use ion buffer for fb memory [ 5.555901@2] meson-fb meson-fb.17: create ion_client ffffffc0002bac00, handle=ffffffc073821600 [ 5.555918@2] meson-fb meson-fb.17: ion memory(1): created fb at 0x0000000076b51000, size 1 MiB [ 5.555929@2] fb: Frame buffer memory assigned at [ 5.555941@2] fb: 1, phy: 0x0000000076b51000, vir:0xffffff8003547000, size=1024K [ 5.555941@2] [ 5.555956@2] fb: fb1 open, logo index:1 [ 5.583484@7] codec:free_alloced_keep_buffer (null). (null). (null) [ 5.583966@7] vfm_map_store:rm default [ 5.583966@7] [ 5.584248@7] vfm_map_store:add default decoder ppmgr deinterlace amvideo [ 5.584248@7] [ 5.584547@7] fb: osd[0] enable: 1 (sh) [ 5.600249@7] fb: osd[1] enable: 0 (sh) [ 5.649925@2] Console: switching to colour frame buffer device 240x67 [ 5.687232@0] dwc_otg: usb0: type: 2 speed: 0, config: 0, dma: 0, id: 0, phy: d0078000, ctrl: 0 [ 5.687248@0] dwc_otg_driver_probe host only, not probe usb_otg!!! [ 5.691860@5] Checking disk(s): LABEL=EMUELEC LABEL=STORAGE [ 5.814316@6] usb 1-2: New USB device found, idVendor=0bda, idProduct=0119 [ 5.814330@6] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.814337@6] usb 1-2: Product: USB2.0-CRW [ 5.814344@6] usb 1-2: Manufacturer: Generic [ 5.814351@6] usb 1-2: SerialNumber: 20090815198100000 [ 5.817030@4] usb-storage 1-2:1.0: USB Mass Storage device detected [ 5.817538@5] scsi0 : usb-storage 1-2:1.0 [ 6.612912@7] random: nonblocking pool is initialized [ 6.818651@5] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS [ 7.490752@7] sd 0:0:0:0: [sda] 3897344 512-byte logical blocks: (1.99 GB/1.85 GiB) [ 7.491058@7] sd 0:0:0:0: [sda] Write Protect is off [ 7.491068@7] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00 [ 7.491356@7] sd 0:0:0:0: [sda] No Caching mode page found [ 7.491364@7] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 7.493070@7] sd 0:0:0:0: [sda] No Caching mode page found [ 7.493081@7] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 7.493834@7] sda: sda1 sda2 [ 7.495511@7] sd 0:0:0:0: [sda] No Caching mode page found [ 7.495524@7] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 7.495535@7] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 8.548075@3] fsck: CP437: Invalid argument [ 8.548075@3] fsck: fsck.fat 3.0.28 (2015-05-16) [ 8.548075@3] fsck: /dev/sda1: 27 files, 64277/65501 clusters [ 8.548075@3] fsck: STORAGE: clean, 1245/356352 files, 108263/1420288 blocks [ 9.008639@2] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities [ 9.009533@2] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities [ 9.018647@5] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 9.085465@5] ### BIG FAT WARNING [ 9.085515@5] ### sda2 is removable. suspend/resume may not work [ 9.090015@5] ### BIG FAT WARNING [ 9.090062@5] ### sda1 is removable. suspend/resume may not work [ 9.540230@4] systemd[1]: systemd 242 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 9.540691@4] systemd[1]: Detected architecture arm64. [ 9.543155@4] systemd[1]: Set hostname to . [ 9.604830@2] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [ 9.604854@2] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [ 9.725769@2] systemd[1]: Started Early root shell on /dev/ttyS0 FOR DEBUGGING ONLY. [ 9.726378@2] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 9.727174@2] systemd[1]: Listening on udev Control Socket. [ 9.727262@1] meson_uart c81004c0.serial: ttyS0 use xtal(8M) 24000000 change 115200 to 115200 [ 9.727413@1] meson_uart c81004c0.serial: ttyS0 use xtal(8M) 24000000 change 115200 to 115200 [ 9.727978@2] systemd[1]: Created slice system-udevil\x2dmount.slice. [ 9.728266@1] meson_uart c81004c0.serial: ttyS0 use xtal(8M) 24000000 change 115200 to 115200 [ 9.728667@2] systemd[1]: Created slice User and Session Slice. [ 9.728784@2] systemd[1]: Reached target Slices. [ 9.730145@2] systemd[1]: Listening on RPCbind Server Activation Socket. [ 9.730482@2] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 9.731204@2] systemd[1]: Listening on Journal Socket (/dev/log). [ 9.731543@2] systemd[1]: Listening on udev Kernel Socket. [ 9.731797@2] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 9.734126@2] systemd[1]: Starting Show Version... [ 9.734657@2] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 9.735279@2] systemd[1]: Listening on Journal Socket. [ 9.737406@2] systemd[1]: Mounting Variable Directory... [ 9.739881@2] systemd[1]: Mounting POSIX Message Queue File System... [ 9.742369@2] systemd[1]: Mounting Kernel Debug File System... [ 9.742986@2] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 9.748463@2] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 9.750746@2] systemd[1]: Starting Create Persistent Log Directory on /storage... [ 9.753024@2] systemd[1]: Starting Setup NTP servers for timesyncd... [ 9.753288@2] systemd[1]: Reached target RPC Port Mapper. [ 9.754198@2] systemd[1]: Created slice system-sixaxis.slice. [ 9.754328@2] systemd[1]: Reached target Paths. [ 9.845218@2] systemd[1]: Mounted Variable Directory. [ 9.845704@2] systemd[1]: Mounted POSIX Message Queue File System. [ 9.846095@2] systemd[1]: Mounted Kernel Debug File System. [ 9.847032@2] systemd[1]: Started Create Persistent Log Directory on /storage. [ 9.847956@2] systemd[1]: Condition check resulted in Persistent Log Storage being skipped. [ 9.849921@2] systemd[1]: Starting Create kernel modules tree from overlays... [ 9.861291@3] systemd[1]: Started Show Version. [ 9.862748@3] systemd[1]: Started Setup NTP servers for timesyncd. [ 9.888225@3] kernel-overlays-setup: setup base modules [ 9.932956@3] kernel-overlays-setup: added modules from /usr/lib/kernel-overlays/base/lib/modules/3.14.29 [ 9.985983@7] kernel-overlays-setup: added firmware from /usr/lib/kernel-overlays/base/lib/firmware [ 9.986808@7] kernel-overlays-setup: adding overlays from /storage/.cache/kernel-overlays [ 9.988423@7] kernel-overlays-setup: done [ 10.017429@5] systemd[1]: kernel-overlays.service: Succeeded. [ 10.057398@5] systemd[1]: Started Create kernel modules tree from overlays. [ 10.060462@5] systemd[1]: Starting Setup machine-id... [ 10.065713@7] systemd[1]: Starting Load Kernel Modules... [ 10.068227@7] systemd[1]: Starting udev Coldplug all Devices... [ 10.070978@7] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 10.073454@7] systemd[1]: Starting Mounting swapfile... [ 10.102764@7] systemd[1]: Started Setup machine-id. [ 10.104014@7] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 10.106726@7] systemd[1]: Starting Create Static Device Nodes in /dev... [ 10.109302@7] systemd[1]: Starting Journal Service... [ 10.364638@5] systemd[1]: Started Create Static Device Nodes in /dev. [ 10.375703@4] Linux video capture interface: v2.00 [ 10.385501@6] systemd[1]: Started Mounting swapfile. [ 10.385998@6] systemd[1]: Reached target Swap. [ 10.388624@6] systemd[1]: Mounting Temporary Directory (/tmp)... [ 10.388786@5] amlvid:err: amlvideo_init called [ 10.388793@5] amlvid:err: amlvideo_create_instance called [ 10.388806@5] amlvid:err: v4l2_dev.name=:amlvideo-000 [ 10.389062@5] amlvideo-000: V4L2 device registered as video10 [ 10.393140@5] Triggered SDIO WiFi power on and bus rescan. [ 10.393170@5] aml_wifi wifi.36: [extern_wifi_set_enable] WIFI Disable! 240 [ 10.399342@6] systemd[1]: Mounted Temporary Directory (/tmp). [ 10.399796@6] systemd[1]: Reached target Local File Systems. [ 10.487587@6] systemd[1]: Started Journal Service. [ 10.515013@7] systemd-journald[1908]: Received request to flush runtime journal from PID 1 [ 10.696666@5] aml_wifi wifi.36: [extern_wifi_set_enable] WIFI Enable! 240 [ 11.007777@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff [ 11.007792@4] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8 [ 11.007816@4] aml_sd_emmc_data_thread 2639 sdio: cmd:52 [ 11.008841@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff [ 11.008848@4] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8 [ 11.008865@4] aml_sd_emmc_data_thread 2639 sdio: cmd:52 [ 11.013424@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff [ 11.013430@4] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8 [ 11.013443@4] aml_sd_emmc_data_thread 2639 sdio: cmd:8 [ 11.039414@5] sdio: queuing unknown CIS tuple 0x80 (2 bytes) [ 11.041979@5] sdio: queuing unknown CIS tuple 0x80 (3 bytes) [ 11.044561@5] sdio: queuing unknown CIS tuple 0x80 (3 bytes) [ 11.049283@7] sdio: queuing unknown CIS tuple 0x80 (7 bytes) [ 11.050848@7] sdio: queuing unknown CIS tuple 0x81 (1 bytes) [ 11.143857@6] sdio: clk 200000000 SDR mode tuning start [ 11.144106@5] sdio: rx_tuning_result[0] = 10 [ 11.144396@5] sdio: rx_tuning_result[1] = 10 [ 11.144660@5] sdio: rx_tuning_result[2] = 10 [ 11.144875@5] sdio: rx_tuning_result[3] = 10 [ 11.144903@5] sdio: best_win_start =0, best_win_size =4 [ 11.144910@5] sdio: sd_emmc_regs->gclock=0x1000245,sd_emmc_regs->gadjust=0x22000[ 11.144924@5] sdio: gclock =0x1000245, gdelay=0x0, gadjust=0x22000 [ 11.150181@5] sdio: queuing unknown CIS tuple 0x91 (3 bytes) [ 11.150223@5] sdio: new ultra high speed SDR104 SDIO card at address 0001 [ 11.150230@6] sdio: clock 200000000, 4-bit-bus-width [ 11.150230@6] [ 11.150999@6] [sdio_reinit] finish [ 12.138385@1] Console: switching to colour dummy device 80x25 [ 12.394235@7] Registered IR keymap rc-empty [ 12.394687@7] input: meson-ir as /devices/c8100580.meson-ir/rc/rc0/input2 [ 12.395014@4] rc0: meson-ir as /devices/c8100580.meson-ir/rc/rc0 [ 12.402145@7] meson-ir c8100580.meson-ir: receiver initialized [ 12.406360@1] lirc_dev: IR Remote Control driver registered, major 230 [ 12.480103@7] IR JVC protocol handler initialized [ 12.480474@4] input: MCE IR Keyboard/Mouse (meson-ir) as /devices/virtual/input/input3 [ 12.481310@7] IR MCE Keyboard/mouse protocol handler initialized [ 12.481574@6] rc rc0: lirc_dev: driver ir-lirc-codec (meson-ir) registered at minor = 0 [ 12.481585@6] IR LIRC bridge handler initialized [ 12.571922@5] IR NEC protocol handler initialized [ 12.572543@7] IR RC5(x) protocol handler initialized [ 12.573057@4] IR SANYO protocol handler initialized [ 12.573359@7] IR Sony protocol handler initialized [ 12.573855@7] IR RC6 protocol handler initialized [ 12.946898@7] cfg80211: Calling CRDA to update world regulatory domain [ 12.973963@5] ftrace: Allocated trace_printk buffers [ 12.978119@5] mali d00c0000.t82x: Continuing without Mali regulator control [ 12.978201@5] mali d00c0000.t82x: set min pp to default 1 [ 12.978209@5] mali d00c0000.t82x: set min clk default to 0 [ 12.978297@5] mali d00c0000.t82x: dvfs table is 6 [ 12.978305@5] mali d00c0000.t82x: dvfs table addr ffffffc05d468e18, ele size=48 [ 12.978313@5] mali d00c0000.t82x: max clk set 4 [ 12.978320@5] mali d00c0000.t82x: turbo clk set to 5 [ 12.978327@5] mali d00c0000.t82x: default clk set to 2 [ 12.978406@5] mali_plat=ffffffbffc268228 [ 12.979732@5] gpu cooling register okay with err=0 [ 12.979985@5] gpu core cooling register okay with err=0 [ 12.980165@5] gpu_power_main, 63 [ 12.980476@5] mali d00c0000.t82x: GPU identified as 0x0820 r1p0 status 0 [ 12.981737@5] mali d00c0000.t82x: Probed as mali0 [ 13.038259@7] Bluetooth: Core ver 2.18 [ 13.038434@7] NET: Registered protocol family 31 [ 13.038444@7] Bluetooth: HCI device and connection manager initialized [ 13.038474@7] Bluetooth: HCI socket layer initialized [ 13.038485@7] Bluetooth: L2CAP socket layer initialized [ 13.038519@7] Bluetooth: SCO socket layer initialized [ 13.061038@6] Bluetooth: Generic Bluetooth SDIO driver ver 0.1 [ 13.263386@4] dhd_module_init: in [ 13.263423@4] ======== bcm_wlan_set_plat_data ======== [ 13.263429@4] host_oob_irq: 100 [ 13.263433@4] host_oob_irq_flags=0x414 [ 13.263438@4] dhd_wifi_platform_load: Enter [ 13.263456@4] Power-up adapter 'DHD generic adapter' [ 13.263462@4] wifi_platform_set_power = 1 [ 13.263466@4] ======== PULL WL_REG_ON HIGH! ======== [ 13.263492@4] aml_wifi wifi.36: [extern_wifi_set_enable] WIFI Disable! 240 [ 13.263505@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff [ 13.263515@5] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8 [ 13.263530@5] aml_sd_emmc_data_thread 2639 sdio: cmd:52 [ 13.463553@4] aml_wifi wifi.36: [extern_wifi_set_enable] WIFI Enable! 240 [ 13.467722@7] libphy: set driving length c [ 13.467821@7] libphy: set PLL minimum jitter [ 13.547721@7] libphy: set driving length c [ 13.547817@7] libphy: set PLL minimum jitter [ 13.784970@2] 8021q: 802.1Q VLAN Support v1.8 [ 13.966676@4] wifi_platform_bus_enumerate device present 1 [ 13.966690@4] ======== Card detection to detect SDIO card! ======== [ 13.966695@4] sdio_reset_comm(): [ 13.994611@7] sdio: queuing unknown CIS tuple 0x80 (2 bytes) [ 13.997237@4] sdio: queuing unknown CIS tuple 0x80 (3 bytes) [ 13.999865@4] sdio: queuing unknown CIS tuple 0x80 (3 bytes) [ 14.004488@4] sdio: queuing unknown CIS tuple 0x80 (7 bytes) [ 14.096498@4] sdio: clk 200000000 SDR mode tuning start [ 14.096807@4] sdio: rx_tuning_result[0] = 10 [ 14.097022@4] sdio: rx_tuning_result[1] = 10 [ 14.097232@4] sdio: rx_tuning_result[2] = 10 [ 14.097441@4] sdio: rx_tuning_result[3] = 10 [ 14.097469@4] sdio: best_win_start =0, best_win_size =4 [ 14.097475@4] sdio: sd_emmc_regs->gclock=0x1000245,sd_emmc_regs->gadjust=0x22000[ 14.097482@4] sdio: gclock =0x1000245, gdelay=0x0, gadjust=0x22000 [ 14.097488@4] [sdio_reinit] finish [ 14.114075@4] bcmsdh_register: register client driver [ 14.114205@4] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter [ 14.114277@4] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter [ 14.114284@4] bus num (host idx)=0, slot num (rca)=1 [ 14.114290@4] found adapter info 'DHD generic adapter' [ 14.114339@4] sdioh_attach: set sd_f2_blocksize 256 [ 14.114612@4] dhdsdio_probe : no mutex held. set lock [ 14.114717@4] F1 signature read @0x18000000=0x15264345 [ 14.117619@4] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x6 pkg:0x2 [ 14.118217@4] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000 [ 14.118302@4] wifi_platform_get_mac_addr [ 14.118308@4] ======== bcm_wlan_get_mac_address ======== [ 14.118324@4] dhd_conf_set_chiprev: chip=0x4345, chiprev=6 [ 14.118376@4] dhd_conf_set_conf_path_by_nv_path: config_path=/usr/lib/firmware/brcm/config.txt [ 14.118696@4] dhd_os_open_image: /usr/lib/firmware/brcm/config.txt (425 bytes) open success [ 14.252620@6] dhd_conf_read_nv_by_chip: nv_by_chip_count=13 [ 14.252635@6] dhd_conf_read_nv_by_chip: chip=0xa962, chiprev=0, name=nvram_ap6181.txt [ 14.252641@6] dhd_conf_read_nv_by_chip: chip=0xa962, chiprev=1, name=nvram_ap6210.txt [ 14.252647@6] dhd_conf_read_nv_by_chip: chip=0xa9a6, chiprev=0, name=nvram_ap6212.txt [ 14.252653@6] dhd_conf_read_nv_by_chip: chip=0xa9a6, chiprev=1, name=nvram_ap6212a.txt [ 14.252659@6] dhd_conf_read_nv_by_chip: chip=0xa9a6, chiprev=2, name=nvram_ap6236.txt [ 14.252665@6] dhd_conf_read_nv_by_chip: chip=0x4345, chiprev=6, name=nvram_ap6255.txt [ 14.252671@6] dhd_conf_read_nv_by_chip: chip=0x4330, chiprev=4, name=nvram_ap6330.txt [ 14.252677@6] dhd_conf_read_nv_by_chip: chip=0x4339, chiprev=1, name=nvram_ap6335.txt [ 14.252683@6] dhd_conf_read_nv_by_chip: chip=0x4354, chiprev=2, name=nvram_ap6356.txt [ 14.252689@6] dhd_conf_read_nv_by_chip: chip=0x4335, chiprev=1, name=nvram_bcm4335.txt [ 14.252695@6] dhd_conf_read_nv_by_chip: chip=0xa94c, chiprev=2, name=nvram_ap6234.txt [ 14.252701@6] dhd_conf_read_nv_by_chip: chip=0x4359, chiprev=9, name=nvram_ap6359s.txt [ 14.252707@6] dhd_conf_read_nv_by_chip: chip=0x4334, chiprev=3, name=nvram_bcm4334.txt [ 14.252809@6] dhd_conf_read_config: mimo_bw_cap = 1 [ 14.253319@6] dhd_conf_read_config: bcn_timeout = 20 [ 14.253503@6] dhd_conf_read_config: kso_enable = 0 [ 14.254015@6] dhd_conf_read_config: PM = 0 [ 14.255139@7] wl_create_event_handler(): thread:wl_event_handler:b6d started [ 14.255145@2] tsk Enter, tsk = 0xffffff80040c38d0 [ 14.255496@7] dhd_attach(): thread:dhd_watchdog_thread:b6f started [ 14.255560@7] dhd_attach(): thread:dhd_dpc:b70 started [ 14.255608@4] dhd_attach(): thread:dhd_rxf:b71 started [ 14.255634@4] dhd_deferred_work_init: work queue initialized [ 14.265736@6] Dongle Host Driver, version 1.363.59.144.2.git (r) [ 14.266786@6] Register interface [wlan0] MAC: 80:c5:f2:9c:00:e1 [ 14.266786@6] [ 14.266815@2] wl_event_handler: was terminated [ 14.268128@6] dhd_open: WLAN driver is not initialized [ 14.268159@6] wl_destroy_event_handler(): thread:wl_event_handler:b6d terminated OK [ 14.268169@6] dhd_wl_ioctl: returning as busstate=0 [ 14.268251@6] bcmsdh_oob_intr_unregister: Enter [ 14.268257@6] bcmsdh_oob_intr_unregister: irq is not registered [ 14.268270@6] dhd_txglom_enable: enable 0 [ 14.268276@6] dhd_conf_set_txglom_params: swtxglom=0, txglom_ext=0 [ 14.268280@6] dhd_conf_set_txglom_params: txglom_bucket_size=0 [ 14.268285@6] dhd_conf_set_txglom_params: txglomsize=0, deferred_tx_len=0, bus_txglom=-1 [ 14.268291@6] dhd_conf_set_txglom_params: tx_in_rx=1, tx_max_offset=0 [ 14.268296@6] sdioh_set_mode: set txglom_mode to multi-desc [ 14.268301@6] dhd_bus_devreset: WLAN OFF DONE [ 14.268351@6] wifi_platform_set_power = 0 [ 14.268356@6] ======== PULL WL_REG_ON LOW! ======== [ 14.268362@6] dhdsdio_probe : the lock is released. [ 14.269985@6] dhd_module_init: Exit err=0 [ 14.375246@3] BT_RADIO going: on [ 14.375259@3] BCM_BT: going ON [ 14.798782@3] meson_uart c11084c0.serial: ttyS1 use xtal(8M) 24000000 change 0 to 9600 [ 14.798838@3] meson_uart c11084c0.serial: ttyS1 use xtal(8M) 24000000 change 9600 to 9600 [ 14.798861@3] meson_uart c11084c0.serial: ttyS1 use xtal(8M) 24000000 change 9600 to 115200 [ 15.276632@6] dhd_open: Enter ffffffc05b5b1000 [ 15.276652@6] [ 15.276652@6] Dongle Host Driver, version 1.363.59.144.2.git (r) [ 15.276660@6] wl_android_wifi_on in 1 [ 15.276665@6] wl_android_wifi_on in 2: g_wifi_on=0 [ 15.276671@6] wifi_platform_set_power = 1 [ 15.276676@6] ======== PULL WL_REG_ON HIGH! ======== [ 15.276699@0] [aml_sd_emmc_irq] sdio: warning... response crc,vstat:0xa3ff2400,virqc:3fff [ 15.276705@6] aml_wifi wifi.36: [extern_wifi_set_enable] WIFI Disable! 240 [ 15.276718@5] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8 [ 15.276733@5] aml_sd_emmc_data_thread 2639 sdio: cmd:52 [ 15.381238@3] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 15.381248@3] Bluetooth: BNEP filters: protocol multicast [ 15.381274@3] Bluetooth: BNEP socket layer initialized [ 15.476753@6] aml_wifi wifi.36: [extern_wifi_set_enable] WIFI Enable! 240 [ 15.556928@7] libphy: stmmac-0:08 - Link is Up - 100/Full [ 15.986650@2] sdio_reset_comm(): [ 16.005881@0] input: Steam Controller Keyboard as /devices/virtual/input/input4 [ 16.116078@6] sdio: clk 200000000 SDR mode tuning start [ 16.116329@6] sdio: rx_tuning_result[0] = 10 [ 16.116569@6] sdio: rx_tuning_result[1] = 10 [ 16.116836@6] sdio: rx_tuning_result[2] = 10 [ 16.117066@6] sdio: rx_tuning_result[3] = 10 [ 16.117097@6] sdio: best_win_start =0, best_win_size =4 [ 16.117106@6] sdio: sd_emmc_regs->gclock=0x1000245,sd_emmc_regs->gadjust=0x22000[ 16.117114@6] sdio: gclock =0x1000245, gdelay=0x0, gadjust=0x22000 [ 16.117165@6] sdioh_start: set sd_f2_blocksize 256 [ 16.117514@6] [ 16.117514@6] [ 16.117514@6] dhd_bus_devreset: == WLAN ON == [ 16.117623@6] F1 signature read @0x18000000=0x15264345 [ 16.120624@6] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x6 pkg:0x2 [ 16.121227@6] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000 [ 16.121540@6] dhd_os_open_image: /usr/lib/firmware/brcm/config.txt (425 bytes) open success [ 16.122139@6] dhd_conf_read_nv_by_chip: nv_by_chip_count=13 [ 16.122146@6] dhd_conf_read_nv_by_chip: chip=0xa962, chiprev=0, name=nvram_ap6181.txt [ 16.122152@6] dhd_conf_read_nv_by_chip: chip=0xa962, chiprev=1, name=nvram_ap6210.txt [ 16.122157@6] dhd_conf_read_nv_by_chip: chip=0xa9a6, chiprev=0, name=nvram_ap6212.txt [ 16.122163@6] dhd_conf_read_nv_by_chip: chip=0xa9a6, chiprev=1, name=nvram_ap6212a.txt [ 16.122169@6] dhd_conf_read_nv_by_chip: chip=0xa9a6, chiprev=2, name=nvram_ap6236.txt [ 16.122175@6] dhd_conf_read_nv_by_chip: chip=0x4345, chiprev=6, name=nvram_ap6255.txt [ 16.122181@6] dhd_conf_read_nv_by_chip: chip=0x4330, chiprev=4, name=nvram_ap6330.txt [ 16.122187@6] dhd_conf_read_nv_by_chip: chip=0x4339, chiprev=1, name=nvram_ap6335.txt [ 16.122193@6] dhd_conf_read_nv_by_chip: chip=0x4354, chiprev=2, name=nvram_ap6356.txt [ 16.122199@6] dhd_conf_read_nv_by_chip: chip=0x4335, chiprev=1, name=nvram_bcm4335.txt [ 16.122205@6] dhd_conf_read_nv_by_chip: chip=0xa94c, chiprev=2, name=nvram_ap6234.txt [ 16.122210@6] dhd_conf_read_nv_by_chip: chip=0x4359, chiprev=9, name=nvram_ap6359s.txt [ 16.122216@6] dhd_conf_read_nv_by_chip: chip=0x4334, chiprev=3, name=nvram_bcm4334.txt [ 16.122317@6] dhd_conf_read_config: mimo_bw_cap = 1 [ 16.122817@6] dhd_conf_read_config: bcn_timeout = 20 [ 16.122996@6] dhd_conf_read_config: kso_enable = 0 [ 16.123509@6] dhd_conf_read_config: PM = 0 [ 16.123777@6] dhd_conf_set_fw_name_by_chip: firmware_path=/usr/lib/firmware/brcm/fw_bcm43455c0_ag.bin [ 16.123783@6] dhd_conf_set_nv_name_by_chip: nvram_path=/usr/lib/firmware/brcm/nvram_ap6255.txt [ 16.123789@6] dhdsdio_download_firmware: set use_rxchain 0 [ 16.123794@6] dhdsdio_download_firmware: set txglomsize 36 [ 16.123798@6] Final fw_path=/usr/lib/firmware/brcm/fw_bcm43455c0_ag.bin [ 16.123802@6] Final nv_path=/usr/lib/firmware/brcm/nvram_ap6255.txt [ 16.123806@6] Final conf_path=/usr/lib/firmware/brcm/config.txt [ 16.124227@6] dhd_os_open_image: /usr/lib/firmware/brcm/fw_bcm43455c0_ag.bin (483181 bytes) open success [ 16.187386@6] dhd_os_open_image: /usr/lib/firmware/brcm/nvram_ap6255.txt (1644 bytes) open success [ 16.188851@6] NVRAM version: AP6255_NVRAM_V1.0_29052015 [ 16.189368@6] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded. [ 16.267462@6] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us) [ 16.267605@6] bcmsdh_oob_intr_register: Enter [ 16.267610@6] bcmsdh_oob_intr_register: HW_OOB enabled [ 16.267615@6] bcmsdh_oob_intr_register OOB irq=100 flags=0x414 [ 16.267620@6] bcmsdh_oob_intr_register change flags to 0x4 [ 16.267644@6] bcmsdh_oob_intr_register: disable_irq_wake [ 16.268299@6] Disable tdls_auto_op failed. -1 [ 16.268308@6] dhd_conf_set_fw_int_cmd: set WLC_SET_BAND 142 0 [ 16.268888@6] dhd_preinit_ioctls: Set tcpack_sup_mode 0 [ 16.268908@6] wifi_platform_get_mac_addr [ 16.268914@6] ======== bcm_wlan_get_mac_address ======== [ 16.270692@6] Firmware up: op_mode=0x0005, MAC=00:ac:00:00:c0:00 [ 16.270698@6] dhd_conf_set_country: set country SG, revision 0 [ 16.310230@6] Country code: SG (SG/0) [ 16.310555@6] dhd_conf_set_fw_string_cmd: set roam_off 1 [ 16.312665@6] dhd_conf_set_fw_string_cmd: set mimo_bw_cap 1 [ 16.318782@6] Firmware version = wl0: Aug 25 2015 18:58:57 version 7.45.69 (r581703) FWID 01-24037f6e [ 16.318797@6] Driver: 1.363.59.144.2.git (r) [ 16.318797@6] Firmware: wl0: Aug 25 2015 18:58:57 version 7.45.69 (r581703) FWID 01-24037f6e [ 16.319007@6] dhd_txglom_enable: enable 1 [ 16.319014@6] dhd_conf_set_txglom_params: swtxglom=0, txglom_ext=0 [ 16.319018@6] dhd_conf_set_txglom_params: txglom_bucket_size=0 [ 16.319024@6] dhd_conf_set_txglom_params: txglomsize=36, deferred_tx_len=36, bus_txglom=-1 [ 16.319029@6] dhd_conf_set_txglom_params: tx_in_rx=1, tx_max_offset=0 [ 16.319035@6] sdioh_set_mode: set txglom_mode to multi-desc [ 16.319040@6] dhd_conf_set_disable_proptx: set disable_proptx 0 [ 16.319513@6] wl_android_wifi_on: Success [ 16.320130@6] wl_create_event_handler(): thread:wl_event_handler:b84 started [ 16.320141@1] tsk Enter, tsk = 0xffffff80040c38d0 [ 16.356260@4] wl_host_event: Invalid ifidx 0 for wl0 [ 16.356463@4] wl_host_event: Invalid ifidx 0 for wl0 [ 16.359590@6] CFG80211-ERROR) wl_update_wiphybands : error reading txbf_bfe_cap (-23) [ 16.360093@6] CFG80211-ERROR) wl_update_wiphybands : error reading txbf_bfr_cap (-23) [ 16.378420@7] dhd_open: Exit ret=0 [ 16.487407@7] vout_serve: vmode set to 720p60hz [ 16.487407@7] [ 16.487450@7] vout_serve: disable HDMI PHY as soon as possible [ 16.487459@7] hdmitx: video: vinfo: 1080p60hz 60 1 [ 16.487467@7] hdmitx: video: vinfo recalc: 1080p60hz 60 1 [ 16.487472@7] fb: osd current vmode=1080p60hz, cmd: 0x50000 [ 16.487481@7] tv_vout: tv_set_current_vmode[930]fps_target_mode=13 [ 16.487487@7] tv_vout: mode is 13,sync_duration_den=1,sync_duration_num=60 [ 16.487501@7] tv_vout: TV mode 720p60hz selected. [ 16.487508@7] [ 16.487508@7] vdac_enable: on:0,module_sel:8 [ 16.487520@7] [ 16.487520@7] vdac_enable: on:0,module_sel:8 [ 16.487531@7] tv_vout: new mode =720p60hz set ok [ 16.487536@7] vout_serve: vinfo mode is: 720p60hz [ 16.487540@7] vout_serve: new mode 720p60hz [ 16.487540@7] set ok [ 16.487559@7] hdmitx: video: auto - get current mode: 720p60hz vmode_e 13 [ 16.487565@7] hdmitx: stream colourdepth was 8 in para 0x01d8b748 (1920x1080p60hz) [ 16.487570@7] hdmitx: display colourdepth was 8 in cur_param 0x01d88128 (VIC: 16) [ 16.487575@7] hdmitx: update rx hdr info 0 [ 16.487580@7] hdmitx: update physcial size: 480 270 [ 16.487596@7] Colourspace is set to Y444 but display does not support it [ 16.487601@7] hdmitx: hdev->para now = para at 0x01d8afc8 [ 16.487607@7] hdmitx: display colourdepth is 10 in cur_param 0x01d88128 (VIC: 16) [ 16.487611@7] Bitdepth is set to 10 bits but display does not support deep colour [ 16.487617@7] hdmitx: Stream colourdepth is 8 in para 0x01d8afc8 (1280x720p60hz - VIC: 4) [ 16.487651@7] hdmitx: video: vinfo: 720p60hz 60 1 [ 16.487657@7] hdmitx: video: vinfo recalc: 720p60hz 60 1 [ 16.487668@7] hdmitx: system: already init VIC = 0 Now VIC = 4 [ 16.487673@7] hdmitx: system: params found at 0x01d88038 [ 16.487678@7] hdmitx: system: cur_param = param at 0x01d88038 colourdepth 8 colourspace 0 [ 16.487686@7] hdmitx: video: pixel freq 74250, tmds clock 74250, MaxClock1 170000, HF_IEEEOUI 0x000000, MaxClock2 0 [ 16.487691@7] hdmitx: rx no SCDC present indicator [ 16.489705@7] hdmitx: ddc rd8b error 0x54 0x01 [ 16.491718@7] hdmitx: ddc rd8b error 0x54 0x01 [ 16.491725@7] hdmirx version is 1.4 or below [ 16.491730@7] hdmitx div40: 0 [ 16.516671@5] hdmitx: system: set pll [ 16.516688@5] hdmitx: system: param->VIC:4 [ 16.516700@5] hdmitx: set clk: VIC = 4 cd = 4 cs = 0 frac_rate = 0 [ 16.516708@5] config HPLL = 2970000 [ 16.516731@5] HPLL: 0xc000027b [ 16.516735@5] config HPLL done [ 16.516747@5] set_hpll_od3_clk_div[820] div = 6 [ 16.516758@5] j = 2 vid_clk_div = 1 [ 16.516769@5] hdmitx: set enc for VIC: 4 [ 16.516792@5] hdmitx_set_hw[5067] set VIC = 4 [ 16.516849@5] Set rgb_ycc to 0 [ 16.526843@0] hdmitx: system: irq 80000001 [ 16.526879@0] Start = 0x10000100 End = 0x100001ff

[ 16.528631@5] hdmitx: ddc w1b error 0x54 0x20 0x00 [ 16.528872@0] hdmitx: system: irq 80000001 [ 16.528927@0] Start = 0x10000100 End = 0x100001ff

[ 16.530659@5] hdmitx: ddc w1b error 0x54 0x20 0x00 [ 16.530899@0] hdmitx: system: irq 80000001 [ 16.530941@0] Start = 0x10000100 End = 0x100001ff

[ 16.532685@5] hdmitx: ddc rd8b error 0x54 0x21 [ 16.648651@5] hdmitx: system: PHY Setting Done [ 16.648690@0] hdmitx: system: irq 80000001 [ 16.648730@0] Start = 0x10000100 End = 0x100001ff

[ 16.652680@5] Sink is DVI device [ 16.652721@5] Set rgb_ycc to 0 [ 16.652770@5] hdmtix: set audio [ 16.652784@5] hdmitx tx_aud_src = 0 [ 16.652814@5] hdmitx: fs = 0, cd = 4, tmds_clk = 74250 [ 16.652820@5] hdmitx aud_n_para = 6144 [ 16.652841@5] hdmitx set channel status [ 16.652914@5] hdmitx: video: VIC: 4 (4) 1280x720p60hz [ 16.652927@5] hdmitx: video: Bit depth: 8-bit, Colour range RGB: limited, YCC: limited, Colourspace: RGB [ 16.652935@5] hdmitx: video: Colorimetry: bt709 [ 16.652943@5] hdmitx: video: PLL clock: 0xc000027b, Vid clock div 0x000a339c [ 16.652951@5] fb: osd current vmode=720p60hz, cmd: 0x10000 [ 16.710035@1] vout_serve: vmode set to 720p60hz [ 16.710035@1] [ 16.710049@1] vout_serve: don't set the same mode as current [ 16.712748@2] fb: osd[0] canvas.idx =0x40 [ 16.712750@2] fb: osd[0] canvas.addr=0x75300000 [ 16.712752@2] fb: osd[0] canvas.width=5120 [ 16.712754@2] fb: osd[0] canvas.height=1440 [ 16.712755@2] fb: osd[0] frame.width=1280 [ 16.712756@2] fb: osd[0] frame.height=720 [ 20.378492@6] meson_uart c11084c0.serial: ttyS1 use xtal(8M) 24000000 change 115200 to 2000000 [ 20.543460@6] Bluetooth: HCI UART driver ver 2.2 [ 20.543477@6] Bluetooth: HCI H4 protocol initialized [ 20.543482@6] Bluetooth: HCI BCSP protocol initialized [ 20.543487@6] Bluetooth: HCILL protocol initialized [ 20.543491@6] Bluetooth: HCIATH3K protocol initialized [ 20.543496@6] Bluetooth: HCI Three-wire UART (H5) protocol initialized [ 20.633813@1] vout_serve: vmode set to 720p60hz [ 20.633813@1] [ 20.633833@1] vout_serve: don't set the same mode as current [ 20.951899@2] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 20.951946@2] aml_spdif_dai: set normal 512 fs /4 fs [ 20.951957@2] aml_audio_hw: IEC958 16bit [ 20.951965@2] hdmitx: audio: aout notify rate 44100 [ 20.951969@2] hdmitx: audio: aout notify size 16 [ 20.951975@2] hdmitx: audio: aout notify format CT_PCM [ 20.951981@2] hdmtix: set audio [ 20.951998@2] hdmitx tx_aud_src = 0 [ 20.952029@2] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 20.952035@2] hdmitx aud_n_para = 6272 [ 20.952057@2] hdmitx set channel status [ 20.952124@2] hdmitx: audio: Audio Type: PCM [ 20.952129@2] hdmitx: audio: set audio param [ 20.961417@2] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 20.961446@2] aml_spdif_dai: set normal 512 fs /4 fs [ 20.961456@2] aml_audio_hw: IEC958 16bit [ 20.961463@2] hdmitx: audio: aout notify rate 44100 [ 20.961467@2] hdmitx: audio: aout notify size 16 [ 20.961472@2] hdmtix: set audio [ 20.961488@2] hdmitx tx_aud_src = 1 [ 20.961516@2] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 20.961521@2] hdmitx aud_n_para = 6272 [ 20.961541@2] hdmitx set channel status [ 20.986731@2] hdmitx: audio: Audio Type: PCM [ 20.986739@2] hdmitx: audio: set audio param [ 20.998105@2] aml_audio_hw: i2sin_fifo0_set_buf [ 21.012564@2] aml_audio_hw: i2sin_fifo0_set_buf [ 21.015047@2] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 21.015076@2] aml_spdif_dai: set normal 512 fs /4 fs [ 21.015086@2] aml_audio_hw: IEC958 16bit [ 21.015092@2] hdmitx: audio: aout notify rate 44100 [ 21.015096@2] hdmitx: audio: aout notify size 16 [ 21.015101@2] hdmtix: set audio [ 21.015117@2] hdmitx tx_aud_src = 0 [ 21.015145@2] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 21.015150@2] hdmitx aud_n_para = 6272 [ 21.015170@2] hdmitx set channel status [ 21.015231@2] hdmitx: audio: Audio Type: PCM [ 21.015236@2] hdmitx: audio: set audio param [ 21.016067@2] aml_audio_hw: i2sin_fifo0_set_buf [ 21.017062@2] aml_audio_hw: i2sin_fifo0_set_buf [ 21.018705@2] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 21.018734@2] aml_spdif_dai: set normal 512 fs /4 fs [ 21.018744@2] aml_audio_hw: IEC958 16bit [ 21.018750@2] hdmitx: audio: aout notify rate 44100 [ 21.018754@2] hdmitx: audio: aout notify size 16 [ 21.018759@2] hdmtix: set audio [ 21.018774@2] hdmitx tx_aud_src = 1 [ 21.018803@2] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 21.018808@2] hdmitx aud_n_para = 6272 [ 21.018828@2] hdmitx set channel status [ 21.046708@2] hdmitx: audio: Audio Type: PCM [ 21.046717@2] hdmitx: audio: set audio param [ 21.047667@2] aml_audio_hw: i2sin_fifo0_set_buf [ 21.048715@3] aml_audio_hw: i2sin_fifo0_set_buf [ 21.055337@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 21.055368@3] aml_spdif_dai: set normal 512 fs /4 fs [ 21.055378@3] aml_audio_hw: IEC958 16bit [ 21.055384@3] hdmitx: audio: aout notify rate 44100 [ 21.055388@3] hdmitx: audio: aout notify size 16 [ 21.055393@3] hdmtix: set audio [ 21.055408@3] hdmitx tx_aud_src = 0 [ 21.055436@3] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 21.055441@3] hdmitx aud_n_para = 6272 [ 21.055461@3] hdmitx set channel status [ 21.055522@3] hdmitx: audio: Audio Type: PCM [ 21.055527@3] hdmitx: audio: set audio param [ 21.058629@3] aml_spdif_dai: aiu 958 playback enable [ 21.061023@0] aml_audio_hw: i2sin_fifo0_set_buf [ 21.086795@5] aml_spdif_dai: aiu 958 playback disable [ 25.798167@0] vout_serve: vmode set to 720p60hz [ 25.798167@0] [ 25.798187@0] vout_serve: don't set the same mode as current [ 26.237704@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 26.237738@3] aml_spdif_dai: set normal 512 fs /4 fs [ 26.237750@3] aml_audio_hw: IEC958 16bit [ 26.237757@3] hdmitx: audio: aout notify rate 44100 [ 26.237761@3] hdmitx: audio: aout notify size 16 [ 26.237766@3] hdmitx: audio: no update [ 26.247028@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 26.247057@3] aml_spdif_dai: set normal 512 fs /4 fs [ 26.247073@3] aml_audio_hw: IEC958 16bit [ 26.247081@3] hdmitx: audio: aout notify rate 44100 [ 26.247085@3] hdmitx: audio: aout notify size 16 [ 26.247091@3] hdmtix: set audio [ 26.247108@3] hdmitx tx_aud_src = 1 [ 26.247139@3] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 26.247145@3] hdmitx aud_n_para = 6272 [ 26.247168@3] hdmitx set channel status [ 26.276648@3] hdmitx: audio: Audio Type: PCM [ 26.276659@3] hdmitx: audio: set audio param [ 26.288253@3] aml_audio_hw: i2sin_fifo0_set_buf [ 26.298607@3] aml_audio_hw: i2sin_fifo0_set_buf [ 26.301073@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 26.301103@3] aml_spdif_dai: set normal 512 fs /4 fs [ 26.301113@3] aml_audio_hw: IEC958 16bit [ 26.301120@3] hdmitx: audio: aout notify rate 44100 [ 26.301123@3] hdmitx: audio: aout notify size 16 [ 26.301129@3] hdmtix: set audio [ 26.301144@3] hdmitx tx_aud_src = 0 [ 26.301172@3] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 26.301177@3] hdmitx aud_n_para = 6272 [ 26.301197@3] hdmitx set channel status [ 26.301259@3] hdmitx: audio: Audio Type: PCM [ 26.301263@3] hdmitx: audio: set audio param [ 26.302142@3] aml_audio_hw: i2sin_fifo0_set_buf [ 26.303081@3] aml_audio_hw: i2sin_fifo0_set_buf [ 26.304737@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 26.304766@3] aml_spdif_dai: set normal 512 fs /4 fs [ 26.304777@3] aml_audio_hw: IEC958 16bit [ 26.304783@3] hdmitx: audio: aout notify rate 44100 [ 26.304787@3] hdmitx: audio: aout notify size 16 [ 26.304792@3] hdmtix: set audio [ 26.304808@3] hdmitx tx_aud_src = 1 [ 26.304836@3] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 26.304841@3] hdmitx aud_n_para = 6272 [ 26.304861@3] hdmitx set channel status [ 26.326669@1] hdmitx: audio: Audio Type: PCM [ 26.326680@1] hdmitx: audio: set audio param [ 26.327704@1] aml_audio_hw: i2sin_fifo0_set_buf [ 26.328763@2] aml_audio_hw: i2sin_fifo0_set_buf [ 26.335398@2] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 26.335427@2] aml_spdif_dai: set normal 512 fs /4 fs [ 26.335437@2] aml_audio_hw: IEC958 16bit [ 26.335444@2] hdmitx: audio: aout notify rate 44100 [ 26.335448@2] hdmitx: audio: aout notify size 16 [ 26.335452@2] hdmtix: set audio [ 26.335467@2] hdmitx tx_aud_src = 0 [ 26.335496@2] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 26.335500@2] hdmitx aud_n_para = 6272 [ 26.335520@2] hdmitx set channel status [ 26.335581@2] hdmitx: audio: Audio Type: PCM [ 26.335586@2] hdmitx: audio: set audio param [ 26.338304@2] aml_spdif_dai: aiu 958 playback enable [ 26.340350@3] aml_audio_hw: i2sin_fifo0_set_buf [ 30.322513@3] vout_serve: vmode set to 720p60hz [ 30.322513@3] [ 30.322533@3] vout_serve: don't set the same mode as current [ 30.561844@5] aml_spdif_dai: aiu 958 playback disable [ 30.839143@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 30.839178@3] aml_spdif_dai: set normal 512 fs /4 fs [ 30.839189@3] aml_audio_hw: IEC958 16bit [ 30.839197@3] hdmitx: audio: aout notify rate 44100 [ 30.839202@3] hdmitx: audio: aout notify size 16 [ 30.839206@3] hdmitx: audio: no update [ 30.848440@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 30.848473@3] aml_spdif_dai: set normal 512 fs /4 fs [ 30.848484@3] aml_audio_hw: IEC958 16bit [ 30.848492@3] hdmitx: audio: aout notify rate 44100 [ 30.848497@3] hdmitx: audio: aout notify size 16 [ 30.848503@3] hdmtix: set audio [ 30.848520@3] hdmitx tx_aud_src = 1 [ 30.848552@3] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 30.848558@3] hdmitx aud_n_para = 6272 [ 30.848580@3] hdmitx set channel status [ 30.876652@3] hdmitx: audio: Audio Type: PCM [ 30.876666@3] hdmitx: audio: set audio param [ 30.890335@3] aml_audio_hw: i2sin_fifo0_set_buf [ 30.902540@3] aml_audio_hw: i2sin_fifo0_set_buf [ 30.905367@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 30.905400@3] aml_spdif_dai: set normal 512 fs /4 fs [ 30.905411@3] aml_audio_hw: IEC958 16bit [ 30.905418@3] hdmitx: audio: aout notify rate 44100 [ 30.905423@3] hdmitx: audio: aout notify size 16 [ 30.905429@3] hdmtix: set audio [ 30.905446@3] hdmitx tx_aud_src = 0 [ 30.905477@3] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 30.905482@3] hdmitx aud_n_para = 6272 [ 30.905504@3] hdmitx set channel status [ 30.905571@3] hdmitx: audio: Audio Type: PCM [ 30.905577@3] hdmitx: audio: set audio param [ 30.906564@3] aml_audio_hw: i2sin_fifo0_set_buf [ 30.907673@3] aml_audio_hw: i2sin_fifo0_set_buf [ 30.909550@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 30.909582@3] aml_spdif_dai: set normal 512 fs /4 fs [ 30.909593@3] aml_audio_hw: IEC958 16bit [ 30.909601@3] hdmitx: audio: aout notify rate 44100 [ 30.909605@3] hdmitx: audio: aout notify size 16 [ 30.909611@3] hdmtix: set audio [ 30.909628@3] hdmitx tx_aud_src = 1 [ 30.909660@3] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 30.909665@3] hdmitx aud_n_para = 6272 [ 30.909687@3] hdmitx set channel status [ 30.936648@3] hdmitx: audio: Audio Type: PCM [ 30.936657@3] hdmitx: audio: set audio param [ 30.937710@3] aml_audio_hw: i2sin_fifo0_set_buf [ 30.938891@0] aml_audio_hw: i2sin_fifo0_set_buf [ 30.946391@0] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 30.946425@0] aml_spdif_dai: set normal 512 fs /4 fs [ 30.946436@0] aml_audio_hw: IEC958 16bit [ 30.946444@0] hdmitx: audio: aout notify rate 44100 [ 30.946448@0] hdmitx: audio: aout notify size 16 [ 30.946454@0] hdmtix: set audio [ 30.946471@0] hdmitx tx_aud_src = 0 [ 30.946503@0] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 30.946508@0] hdmitx aud_n_para = 6272 [ 30.946530@0] hdmitx set channel status [ 30.946654@0] hdmitx: audio: Audio Type: PCM [ 30.946661@0] hdmitx: audio: set audio param [ 30.949785@0] aml_spdif_dai: aiu 958 playback enable [ 30.952165@1] aml_audio_hw: i2sin_fifo0_set_buf [ 34.859689@0] vout_serve: vmode set to 720p60hz [ 34.859689@0] [ 34.859707@0] vout_serve: don't set the same mode as current [ 35.095190@6] aml_spdif_dai: aiu 958 playback disable [ 35.386942@2] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 35.386974@2] aml_spdif_dai: set normal 512 fs /4 fs [ 35.386985@2] aml_audio_hw: IEC958 16bit [ 35.386993@2] hdmitx: audio: aout notify rate 44100 [ 35.386997@2] hdmitx: audio: aout notify size 16 [ 35.387002@2] hdmitx: audio: no update [ 35.396226@3] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 35.396258@3] aml_spdif_dai: set normal 512 fs /4 fs [ 35.396269@3] aml_audio_hw: IEC958 16bit [ 35.396275@3] hdmitx: audio: aout notify rate 44100 [ 35.396280@3] hdmitx: audio: aout notify size 16 [ 35.396286@3] hdmtix: set audio [ 35.396303@3] hdmitx tx_aud_src = 1 [ 35.396335@3] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 35.396341@3] hdmitx aud_n_para = 6272 [ 35.396363@3] hdmitx set channel status [ 35.416676@3] hdmitx: audio: Audio Type: PCM [ 35.416686@3] hdmitx: audio: set audio param [ 35.430024@3] aml_audio_hw: i2sin_fifo0_set_buf [ 35.442329@3] aml_audio_hw: i2sin_fifo0_set_buf [ 35.445195@0] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 35.445227@0] aml_spdif_dai: set normal 512 fs /4 fs [ 35.445238@0] aml_audio_hw: IEC958 16bit [ 35.445245@0] hdmitx: audio: aout notify rate 44100 [ 35.445250@0] hdmitx: audio: aout notify size 16 [ 35.445255@0] hdmtix: set audio [ 35.445273@0] hdmitx tx_aud_src = 0 [ 35.445305@0] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 35.445310@0] hdmitx aud_n_para = 6272 [ 35.445332@0] hdmitx set channel status [ 35.445399@0] hdmitx: audio: Audio Type: PCM [ 35.445405@0] hdmitx: audio: set audio param [ 35.446442@0] aml_audio_hw: i2sin_fifo0_set_buf [ 35.447759@1] aml_audio_hw: i2sin_fifo0_set_buf [ 35.449712@2] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=8, same source mode(0) [ 35.449743@2] aml_spdif_dai: set normal 512 fs /4 fs [ 35.449754@2] aml_audio_hw: IEC958 16bit [ 35.449761@2] hdmitx: audio: aout notify rate 44100 [ 35.449766@2] hdmitx: audio: aout notify size 16 [ 35.449772@2] hdmtix: set audio [ 35.449789@2] hdmitx tx_aud_src = 1 [ 35.449821@2] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 35.449826@2] hdmitx aud_n_para = 6272 [ 35.449848@2] hdmitx set channel status [ 35.476651@2] hdmitx: audio: Audio Type: PCM [ 35.476660@2] hdmitx: audio: set audio param [ 35.477739@2] aml_audio_hw: i2sin_fifo0_set_buf [ 35.478868@2] aml_audio_hw: i2sin_fifo0_set_buf [ 35.486387@2] aml_spdif_dai: aml_hw_iec958_init,runtime->rate=44100, runtime->channels=2, same source mode(0) [ 35.486419@2] aml_spdif_dai: set normal 512 fs /4 fs [ 35.486429@2] aml_audio_hw: IEC958 16bit [ 35.486436@2] hdmitx: audio: aout notify rate 44100 [ 35.486441@2] hdmitx: audio: aout notify size 16 [ 35.486447@2] hdmtix: set audio [ 35.486464@2] hdmitx tx_aud_src = 0 [ 35.486496@2] hdmitx: fs = 2, cd = 4, tmds_clk = 74250 [ 35.486501@2] hdmitx aud_n_para = 6272 [ 35.486524@2] hdmitx set channel status [ 35.486591@2] hdmitx: audio: Audio Type: PCM [ 35.486596@2] hdmitx: audio: set audio param [ 35.489653@2] aml_spdif_dai: aiu 958 playback enable [ 35.492019@3] aml_audio_hw: i2sin_fifo0_set_buf

RuralHunter commented 4 years ago

看上去是音频设备问题,T1和N1硬件有什么区别?

markliteng commented 4 years ago

N1和T1最大的区别就是:N1是s905,T1是S912,还有N1是千兆网口,T1是百兆,N1是8g emmc,T1是16g

ihuohua commented 4 years ago

用dmesg命令看一下启动日志有没有什么错误

大佬,CoreELEC9.2.2支持了BD-J蓝光导航,是从你这里借鉴的代码?

RuralHunter commented 4 years ago

不是,应该是集成了一个插件。