VIM3 Android 12 AOSP Running

I’m not sure. The only difference was I did -b android-12.0.0_r2 (i didn’t have rfs/tags/)… And -j40 since I have additional compute resouces on the box I compile on. It just works on my setup. What error are you seeing? Have you been able to compile other releases?

Thanks,
Gustavo

Edit: Stupid question - but do you have enough memory resorces on your box to compile -j24? It’s jsut an example - but it will try to compile 24 things at once. Sorry if this is all obvious to you, but if not you may want to try -j4 or -j8 or something like that to reduce the memory and CPU requirements.

Hi Gustavo:
Thanks for your response and information.
My compile server have 64G memory and 12 CPU core, the RAM and compute resources seems OK , so I use -j24 to compile AOSP and there is no error when build image.

I use follow follow steps to upgrade my image from Android 11 to Android 12, it dump some error messages, but I can’t sure whether it is the root cause of why can’t work correctly

VIM3 console command:
fastboot 0

Host side command:
fastboot oem format
fastboot flash boot boot.img
fastboot flash super super.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash recovery recovery.img
fastboot flash dtbo dtbo-unsigned.img
fastboot reboot

Error messages when upgrade image

downloading of 10449016 bytes finished
Flashing sparse image at offset 678912
Flashing Sparse Image
… wrote 10862592 bytes to ‘super’
** Bad device specification mmc cache_a **
Couldn’t find partition mmc cache_a
Erasing blocks 154624 to 678912 due to alignment
… erased 268435456 bytes from ‘cache’
Starting download of 57468 bytes

downloading of 57468 bytes finished
Flashing sparse image at offset 154624
Flashing Sparse Image
… wrote 57344 bytes to ‘cache’
** Bad device specification mmc userdata_a **
Couldn’t find partition mmc userdata_a
Erasing blocks 4348928 to 30534656 due to alignment
… erased 13407092736 bytes from ‘userdata’
Starting download of 131436 bytes
.
downloading of 131436 bytes finished
Flashing sparse image at offset 4348928
Flashing Sparse Image
… wrote 131072 bytes to ‘userdata’
** Bad device specification mmc recovery_a **
Couldn’t find partition mmc recovery_a
** Unrecognized filesystem type **
Starting download of 30210048 bytes




downloading of 30210048 bytes finished
Flashing Raw Image
… wrote 30210048 bytes to ‘recovery’
** Bad device specification mmc dtbo_a **
Couldn’t find partition mmc dtbo_a
** Unrecognized filesystem type **
Starting download of 8279 bytes

downloading of 8279 bytes finished
Flashing Raw Image
… wrote 8704 bytes to ‘dtbo’
resetting …
bl31 reboot reason: 0xd
bl31 reboot reason: 0x0

Error log when bootup :

Verify GPT: success!
dev: pinctrl@14
dev: pinctrl@40
gpio: pin 88 (gpio 88) value is 1
Loading Android boot partition…
switch to partitions #0, OK
mmc2(part 0) is current device
Running without AVB…

MMC read: dev # 2, block # 23552, count 65536 … 65536 blocks read: OK
Preparing FDT…
Reading DTB for vim3…
Reading DTBO for vim3…

MMC read: dev # 2, block # 6144, count 16384 … 16384 blocks read: OK
Applying DTBOs…
0x493 (1171)
Running Android…

Booting Android Image at 0x01080000 …

Kernel load addr 0x11080000 size 20099 KiB
Kernel command line: no_console_suspend console=ttyAML0,115200 earlycon printk.g
RAM disk load addr 0x11000000 size 1333 KiB

Flattened Device Tree blob at 01000000

Booting using the fdt blob at 0x1000000
Uncompressing Kernel Image
Loading Ramdisk to 75db0000, end 75efd065 … OK
Loading Device Tree to 0000000075d2d000, end 0000000075daffff … OK
Cannot setup simplefb: node not found

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.4.141-g8160a66f6d4c-ab7667332 (build-user@build-1
[ 0.000000] Machine model: Khadas VIM3
[ 0.000000] earlycon: meson0 at MMIO 0x00000000ff803000 (options ‘115200n8’)
[ 0.000000] printk: bootconsole [meson0] enabled
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000065c00000, B
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id sharl
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007ffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x7f9fb800-0x7f9fcfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000004ffffff]
[ 0.000000] node 0: [mem 0x0000000005300000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 32 pages/cpu s92632 r8192 d30248 u131072
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] CPU features: kernel page table isolation disabled by kernel conn
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 515328
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: androidboot.serialno=C8631470A2C5 androidbog
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes,)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1755512K/2094080K available (17532K kernel code, 1732K r)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 ji.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
[ 0.000000] random: get_random_bytes called from start_kernel+0x1d8/0x398 wi0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398s
[ 0.008325] Calibrating delay loop (skipped), value calculated using timer f)
[ 0.018384] pid_max: default: 32768 minimum: 301
[ 0.023094] LSM: Security Framework initializing
[ 0.027682] SELinux: Initializing.
[ 0.031218] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, lin)
[ 0.038604] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.048375] ASID allocator initialised with 65536 entries
[ 0.052035] rcu: Hierarchical SRCU implementation.
[ 0.057277] EFI services will not be available.
[ 0.061691] smp: Bringing up secondary CPUs …
[ 0.066561] Detected VIPT I-cache on CPU1
[ 0.066610] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.067912] CPU features: detected: ARM erratum 858921
[ 0.067919] spectrev2 mitigation disabled by kernel configuration
[ 0.067926] Detected VIPT I-cache on CPU2
[ 0.067946] arch_timer: Enabling local workaround for ARM erratum 858921
[ 0.067959] arch_timer: CPU2: Trapping CNTVCT access
[ 0.067969] CPU2: Booted secondary processor 0x0000000100 [0x410fd092]
[ 0.068711] Detected VIPT I-cache on CPU3
[ 0.068725] arch_timer: Enabling local workaround for ARM erratum 858921
[ 0.068731] arch_timer: CPU3: Trapping CNTVCT access
[ 0.068738] CPU3: Booted secondary processor 0x0000000101 [0x410fd092]
[ 0.069474] Detected VIPT I-cache on CPU4
[ 0.069487] arch_timer: Enabling local workaround for ARM erratum 858921
[ 0.069493] arch_timer: CPU4: Trapping CNTVCT access
[ 0.069500] CPU4: Booted secondary processor 0x0000000102 [0x410fd092]
[ 0.070291] Detected VIPT I-cache on CPU5
[ 0.070304] arch_timer: Enabling local workaround for ARM erratum 858921
[ 0.070310] arch_timer: CPU5: Trapping CNTVCT access
[ 0.070317] CPU5: Booted secondary processor 0x0000000103 [0x410fd092]
[ 0.070414] smp: Brought up 1 node, 6 CPUs
[ 0.181065] SMP: Total of 6 processors activated.
[ 0.185775] CPU features: detected: 32-bit EL0 Support
[ 0.190953] CPU features: detected: CRC32 instructions
[ 0.196153] CPU features: emulated: Privileged Access Never (PAN) using TTBRg
[ 0.204514] CPU: All CPU(s) started at EL2
[ 0.208638] alternatives: patching kernel code
[ 0.214039] CPU5: update max cpu_capacity 1024
[ 0.214750] devtmpfs: initialized
[ 0.221830] CPU4: update max cpu_capacity 1024
[ 0.232424] Registered cp15_barrier emulation handler
[ 0.232457] Registered setend emulation handler
[ 0.236763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[ 0.246208] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.260087] xor: measuring software checksum speed
[ 0.297288] 8regs : 2453.000 MB/sec
[ 0.337335] 32regs : 2825.000 MB/sec
[ 0.377383] arm64_neon: 2205.000 MB/sec
[ 0.377402] xor: using function: 32regs (2825.000 MB/sec)
[ 0.381338] pinctrl core: initialized pinctrl subsystem
[ 0.387619] DMI not present or invalid.
[ 0.390897] NET: Registered protocol family 16
[ 0.397077] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.401048] audit: initializing netlink subsys (disabled)
[ 0.406610] audit: type=2000 audit(0.316:1): state=initialized audit_enabled1
[ 0.414280] cpuidle: using governor ladder
[ 0.418382] cpuidle: using governor menu
[ 0.422583] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.429383] Serial: AMBA PL011 UART driver
[ 0.434155] printk: console [ramoops-1] enabled
[ 0.437947] pstore: Registered ramoops as persistent store backend
[ 0.443997] ramoops: using 0x100000@0xd000000, ecc: 0
[ 0.490231] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.491300] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.498066] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.504780] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.513496] cryptd: max_cpu_qlen set to 1000
[ 0.583681] raid6: neonx8 gen() 1682 MB/s
[ 0.651767] raid6: neonx8 xor() 1530 MB/s
[ 0.719897] raid6: neonx4 gen() 1444 MB/s
[ 0.787984] raid6: neonx4 xor() 1379 MB/s
[ 0.856136] raid6: neonx2 gen() 1093 MB/s
[ 0.924189] raid6: neonx2 xor() 1162 MB/s
[ 0.992367] raid6: neonx1 gen() 717 MB/s
[ 1.060394] raid6: neonx1 xor() 880 MB/s
[ 1.128492] raid6: int64x8 gen() 1172 MB/s
[ 1.196532] raid6: int64x8 xor() 738 MB/s
[ 1.264620] raid6: int64x4 gen() 956 MB/s
[ 1.332682] raid6: int64x4 xor() 711 MB/s
[ 1.400821] raid6: int64x2 gen() 652 MB/s
[ 1.468843] raid6: int64x2 xor() 590 MB/s
[ 1.536968] raid6: int64x1 gen() 413 MB/s
[ 1.604999] raid6: int64x1 xor() 437 MB/s
[ 1.605020] raid6: using algorithm neonx8 gen() 1682 MB/s
[ 1.609044] raid6: … xor() 1530 MB/s, rmw enabled
[ 1.614031] raid6: using neon recovery algorithm
[ 1.619457] VSYS_3V3: supplied by DC_IN
[ 1.623166] iommu: Default domain type: Translated
[ 1.627826] SCSI subsystem initialized
[ 1.631410] usbcore: registered new interface driver usbfs
[ 1.636738] usbcore: registered new interface driver hub
[ 1.642066] usbcore: registered new device driver usb
[ 1.647399] mc: Linux media interface: v0.10
[ 1.651420] videodev: Linux video capture interface: v2.00
[ 1.657027] pps_core: LinuxPPS API ver. 1 registered
[ 1.661896] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giom>
[ 1.671092] PTP clock support registered
[ 1.675225] EDAC MC: Ver: 3.0.0
[ 1.678947] Advanced Linux Sound Architecture Driver Initialized.
[ 1.684746] Bluetooth: Core ver 2.22
[ 1.687912] NET: Registered protocol family 31
[ 1.692352] Bluetooth: HCI device and connection manager initialized
[ 1.698738] Bluetooth: HCI socket layer initialized
[ 1.703635] Bluetooth: L2CAP socket layer initialized
[ 1.708720] Bluetooth: SCO socket layer initialized
[ 1.713629] NetLabel: Initializing
[ 1.717012] NetLabel: domain hash size = 128
[ 1.721394] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.727129] NetLabel: unlabeled traffic allowed by default
[ 1.733284] clocksource: Switched to clocksource arch_sys_counter
[ 1.851261] VFS: Disk quotas dquot_6.6.0
[ 1.851342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.857445] thermal_sys: Registered thermal governor ‘step_wise’
[ 1.857449] thermal_sys: Registered thermal governor ‘user_space’
[ 1.862995] NET: Registered protocol family 2
[ 1.873150] IP idents hash table entries: 32768 (order: 6, 262144 bytes, lin)
[ 1.881385] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 163)
[ 1.889048] TCP established hash table entries: 16384 (order: 5, 131072 byte)
[ 1.897073] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, line)
[ 1.904533] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.911040] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 1.917658] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 1.924994] NET: Registered protocol family 1
[ 1.929869] Trying to unpack rootfs image as initramfs…
[ 1.985846] Freeing initrd memory: 1332K
[ 1.986895] kvm [1]: IPA Size Limit: 40 bits
[ 1.989589] kvm [1]: vgic interrupt IRQ9
[ 1.992509] kvm [1]: Hyp mode initialized successfully
[ 2.004269] Initialise system trusted keyrings
[ 2.004476] workingset: timestamp_bits=44 max_order=19 bucket_order=0
[ 2.016959] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.017895] ntfs: driver 2.1.32 [Flags: R/O].
[ 2.021773] jffs2: version 2.2. (NAND) (SUMMARY) 2001-2006 Red Hat, Inc.
[ 2.029170] fuse: init (API version 7.31)
[ 2.033200] 9p: Installing v9fs 9p2000 file system support
[ 2.072308] Key type asymmetric registered
[ 2.072341] Asymmetric key parser ‘x509’ registered
[ 2.075706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
[ 2.083097] io scheduler mq-deadline registered
[ 2.087644] io scheduler kyber registered
[ 2.106893] soc soc0: Amlogic Meson G12B (A311D) Revision 29:b (10:2) Detectd
[ 2.110410] VDDCPU_A: supplied by regulator-dummy
[ 2.113699] VDDCPU_B: supplied by regulator-dummy
[ 2.119109] Serial: 8250/165[ 2.126348] ff803000.serial: ttyAML0 at MMIO t
[ 2.135854] printk: console [ttyAML0] enabled
[ 2.135854] printk: console [ttyAML0] enabled
[ 2.138906] printk: bootconsole [meson0] disabled
[ 2.138906] printk: bootconsole [meson0] disabled
[ 2.148857] ffd22000.serial: ttyAML6 at MMIO 0xffd22000 (irq = 29, base_baudt
[ 2.158159] ffd24000.serial: ttyAML7 at MMIO 0xffd24000 (irq = 30, base_baudt
[ 2.166985] serial serial0: tty port ttyAML7 registered
[ 2.175944] mali ffe40000.gpu: Continuing without Mali regulator control
[ 2.179203] mali ffe40000.gpu: GPU identified as 0x2 arch 7.2.1 r0p0 status 0
[ 2.186538] mali ffe40000.gpu: Probed as mali0
[ 2.198862] brd: module loaded
[ 2.208801] loop: module loaded
[ 2.290846] zram: Added device: zram0
[ 2.292727] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 2.297464] libphy: Fixed MDIO Bus: probed
[ 2.300208] tun: Universal TUN/TAP device driver, 1.6
[ 2.305227] PPP generic driver version 2.4.2
[ 2.308701] PPP BSD Compression module registered
[ 2.313218] PPP Deflate Compression module registered
[ 2.318237] PPP MPPE Compression module registered
[ 2.322955] NET: Registered protocol family 24
[ 2.327379] PPTP driver version 0.8.5
[ 2.331391] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet drr
[ 2.338370] usbcore: registered new interface driver pegasus
[ 2.343949] usbcore: registered new interface driver rtl8150
[ 2.349554] usbcore: registered new interface driver r8152
[ 2.354986] usbcore: registered new interface driver asix
[ 2.360333] usbcore: registered new interface driver ax88179_178a
[ 2.366371] usbcore: registered new interface driver cdc_ether
[ 2.372145] usbcore: registered new interface driver dm9601
[ 2.377670] usbcore: registered new interface driver CoreChips
[ 2.383455] usbcore: registered new interface driver smsc75xx
[ 2.389150] usbcore: registered new interface driver smsc95xx
[ 2.394829] usbcore: registered new interface driver net1080
[ 2.400434] usbcore: registered new interface driver plusb
[ 2.405873] usbcore: registered new interface driver cdc_subset
[ 2.411733] usbcore: registered new interface driver zaurus
[ 2.417256] usbcore: registered new interface driver MOSCHIP usb-ethernet drr
[ 2.424619] usbcore: registered new interface driver cdc_ncm
[ 2.430481] VFIO - User Level meta-driver version: 0.3
[ 2.436614] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 2.441739] ehci-platform: EHCI generic platform driver
[ 2.447082] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.453044] ohci-platform: OHCI generic platform driver
[ 2.458741] usbcore: registered new interface driver cdc_acm
[ 2.463808] cdc_acm: USB Abstract Control Model driver for USB modems and ISs
[ 2.471783] usbcore: registered new interface driver usb-storage
[ 2.479260] gadgetfs: USB Gadget filesystem, version 24 Aug 2004
[ 2.483815] mousedev: PS/2 mouse device common for all mice
[ 2.490059] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/in0
[ 2.497314] usbcore: registered new interface driver xpad
[ 2.502400] usbcore: registered new interface driver usb_acecad
[ 2.508263] usbcore: registered new interface driver aiptek
[ 2.513773] usbcore: registered new interface driver gtco
[ 2.519116] usbcore: registered new interface driver hanwang
[ 2.524725] usbcore: registered new interface driver kbtab
[ 2.531170] meson-vrtc ff8000a8.rtc: registered as rtc0
[ 2.535360] meson-vrtc ff8000a8.rtc: setting system clock to 1970-01-01T00:0)
[ 2.543688] i2c /dev entries driver
[ 2.548141] IR NEC protocol handler initialized
[ 2.551285] IR RC5(x/sz) protocol handler initialized
[ 2.556266] IR RC6 protocol handler initialized
[ 2.560745] IR JVC protocol handler initialized
[ 2.565230] IR Sony protocol handler initialized
[ 2.569801] IR SANYO protocol handler initialized
[ 2.574458] IR Sharp protocol handler initialized
[ 2.579116] IR MCE Keyboard/mouse protocol handler initialized
[ 2.584895] IR XMP protocol handler initialized
[ 2.589381] ir_imon_decoder: IR iMON protocol handler initialized
[ 2.596095] rc_core: Couldn’t load IR keymap rc-khadas
[ 2.600516] Registered IR keymap rc-empty
[ 2.604556] rc rc0: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.0
[ 2.612338] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw Ir
[ 2.621588] input: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.i1
[ 2.630028] meson-ir ff808000.ir: receiver initialized
[ 2.635774] debugfs: Directory ‘ff800280.cec’ with parent ‘regmap’ already p!
[ 2.642816] Registered IR keymap rc-cec
[ 2.646351] rc rc1: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/1
[ 2.654988] input: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/f2
[ 2.664466] usbcore: registered new interface driver uvcvideo
[ 2.669689] USB Video Class driver (1.1.1)
[ 2.673734] gspca_main: v2.14.0 registered
[ 2.679910] device-mapper: uevent: version 1.0.3
[ 2.682660] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-m
[ 2.690950] Bluetooth: HCI UART driver ver 2.3
[ 2.695136] Bluetooth: HCI UART protocol H4 registered
[ 2.700254] Bluetooth: HCI UART protocol LL registered
[ 2.705474] Bluetooth: HCI UART protocol Broadcom registered
[ 2.705618] hci_uart_bcm serial0-0: serial0-0 supply vbat not found, using dr
[ 2.710974] usbcore: registered new interface driver btusb
[ 2.719252] hci_uart_bcm serial0-0: serial0-0 supply vddio not found, using r
[ 2.736064] cpufreq: cpufreq_online: CPU2: Running at unlisted freq: 999999 z
[ 2.740172] cpufreq: cpufreq_online: CPU2: Unlisted initial frequency changez
[ 2.750442] meson-gx-mmc ffe05000.sd: Got CD GPIO
[ 2.785047] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.785922] meson-sm: secure-monitor enabled
[ 2.789924] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.798436] usbcore: registered new interface driver usbhid
[ 2.800506] usbhid: USB HID core driver
[ 2.806108] ashmem: initialized
[ 2.807461] nanohub: loaded; ret=0
[ 2.813811] usbcore: registered new interface driver snd-usb-audio
[ 2.819926] GACT probability NOT on
[ 2.820350] Mirror/redirect action on
[ 2.824063] netem: version 1.3
[ 2.826991] u32 classifier
[ 2.829663] input device check on
[ 2.833284] Actions configured
[ 2.839011] xt_time: kernel timezone is -0000
[ 2.841139] gre: GRE over IPv4 demultiplexor driver
[ 2.845923] IPv4 over IPsec tunneling driver
[ 2.851621] Initializing XFRM netlink socket
[ 2.854444] IPsec XFRM device driver
[ 2.858223] NET: Registered protocol family 10
[ 2.862948] Segment Routing with IPv6
[ 2.865909] mip6: Mobile IPv6
[ 2.869313] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 2.875258] NET: Registered protocol family 17
[ 2.879038] NET: Registered protocol family 15
[ 2.883450] Bridge firewalling registered
[ 2.887480] Bluetooth: RFCOMM TTY layer initialized
[ 2.892212] Bluetooth: RFCOMM socket layer initialized
[ 2.897305] Bluetooth: RFCOMM ver 1.11
[ 2.900991] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.906253] Bluetooth: BNEP filters: protocol multicast
[ 2.911438] Bluetooth: BNEP socket layer initialized
[ 2.916343] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.922239] Bluetooth: HIDP socket layer initialized
[ 2.927249] l2tp_core: L2TP core driver, V2.0
[ 2.931452] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 2.936182] 8021q: 802.1Q VLAN Support v1.8
[ 2.940597] 9pnet: Installing 9P2000 support
[ 2.944589] Key type dns_resolver registered
[ 2.948955] NET: Registered protocol family 40
[ 2.953578] registered taskstats version 1
[ 2.957221] Loading compiled-in X.509 certificates
[ 2.962035] Key type ._fscrypt registered
[ 2.965940] Key type .fscrypt registered
[ 2.969821] Key type fscrypt-provisioning registered
[ 2.976446] Btrfs loaded, crc32c=crc32c-generic
[ 2.979437] pstore: Using crash dump compression: deflate
[ 3.004832] VCC_5V: supplied by DC_IN
[ 3.005003] VCC_3V3: supplied by VSYS_3V3
[ 3.007120] VDDIO_AO1V8: supplied by VSYS_3V3
[ 3.012601] EMMC_AO1V8: supplied by VCC_3V3
[ 3.020163] meson-gx-mmc ffe03000.sd: allocated mmc-pwrseq
[ 3.051317] USB_PWR: supplied by VCC_5V
[ 3.062158] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq
[ 3.086270] Bluetooth: hci0: BCM: chip id 121
[ 3.086782] Bluetooth: hci0: BCM: features 0x0e
[ 3.095605] Bluetooth: hci0: BCM4359C0
[ 3.095657] Bluetooth: hci0: BCM4359C0 (003.001.006) build 0000
[ 3.102369] bluetooth hci0: Direct firmware load for brcm/BCM4359C0.hcd fail2
[ 3.108035] bluetooth hci0: Falling back to sysfs fallback for: brcm/BCM4359d
[ 3.113183] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 3.125013] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.135885] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.139878] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 3.146010] mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
[ 3.151472] mmc1: queuing unknown CIS tuple 0x8e (9 bytes)
[ 3.171273] random: fast init done
[ 3.221116] mmc2: new HS200 MMC card at address 0001
[ 3.224731] mmcblk2: mmc2:0001 AJTD4R 14.6 GiB
[ 3.226875] mmcblk2boot0: mmc2:0001 AJTD4R partition 1 4.00 MiB
[ 3.232354] mmc1: new ultra high speed SDR50 SDIO card at address 0001
[ 3.239762] mmcblk2boot1: mmc2:0001 AJTD4R partition 2 4.00 MiB
[ 3.253338] mmcblk2rpmb: mmc2:0001 AJTD4R partition 3 4.00 MiB, chardev (234)
[ 3.283580] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2
[ 3.283611] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1
[ 3.291377] dwc2 ff400000.usb: ff400000.usb supply vusb_d not found, using dr
[ 3.296694] dwc2 ff400000.usb: ff400000.usb supply vusb_a not found, using dr
[ 3.305892] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
[ 3.313542] mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10
[ 3.316840] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.322283] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus n1
[ 3.330104] xhci-hcd xhci-hcd.1.auto: hcc params 0x0228fe6c hci version 0x110
[ 3.339157] xhci-hcd xhci-hcd.1.auto: irq 39, io mem 0xff500000
[ 3.346582] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b4
[ 3.353095] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 3.360264] usb usb1: Product: xHCI Host Controller
[ 3.365035] usb usb1: Manufacturer: Linux 5.4.141-g8160a66f6d4c-ab7667332 xhd
[ 3.372538] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 3.382811] hub 1-0:1.0: USB hub found
[ 3.382920] hub 1-0:1.0: 2 ports detected
[ 3.385622] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.390520] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus n2
[ 3.398093] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 3.404630] usb usb2: We don’t know the algorithms for LPM for this host, di.
[ 3.412743] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, b4
[ 3.420752] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 3.427908] usb usb2: Product: xHCI Host Controller
[ 3.432746] usb usb2: Manufacturer: Linux 5.4.141-g8160a66f6d4c-ab7667332 xhd
[ 3.440244] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 3.450645] hub 2-0:1.0: USB hub found
[ 3.450754] hub 2-0:1.0: 1 port detected
[ 3.459295] meson-drm ff900000.vpu: Queued 2 outputs on vpu
[ 3.459943] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.466015] [drm] No driver support for vblank timestamp query.
[ 3.471889] meson-drm ff900000.vpu: CVBS Output connector not available
[ 3.505321] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.0)
[ 3.509885] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C br
[ 3.518527] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdm)
[ 3.526373] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor0
[ 3.532932] input: adc-keys as /devices/platform/adc-keys/input/input3
[ 3.539500] pca953x 0-0020: using no AI
[ 3.554105] axg-sound-card sound: snd-soc-dummy-dai <-> ff6421c0.audio-contrk
[ 3.561507] axg-sound-card sound: snd-soc-dummy-dai <-> ff642200.audio-contrk
[ 3.566947] axg-sound-card sound: snd-soc-dummy-dai <-> ff642240.audio-contrk
[ 3.575093] axg-sound-card sound: I2S IN B <-> TDM Pad mapping ok
[ 3.579775] axg-sound-card sound: snd-soc-dummy-dai <-> TDM Loopback mappingk
[ 3.586966] axg-sound-card sound: i2s-hifi <-> I2S OUT mapping ok
[ 3.593038] axg-sound-card sound: ASoC: no DMI vendor name!
[ 3.600638] VCC_1V8: supplied by VCC_3V3
[ 3.603221] meson8b-dwmac ff3f0000.ethernet: IRQ eth_wake_irq not found
[ 3.608953] meson8b-dwmac ff3f0000.ethernet: IRQ eth_lpi not found
[ 3.615130] meson8b-dwmac ff3f0000.ethernet: PTP uses main clock
[ 3.621010] meson8b-dwmac ff3f0000.ethernet: no reset control found
[ 3.629550] meson8b-dwmac ff3f0000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[ 3.634305] meson8b-dwmac ff3f0000.ethernet: DWMAC1000
[ 3.639457] meson8b-dwmac ff3f0000.ethernet: DMA HW capability register suppd
[ 3.645326] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 3.646873] meson8b-dwmac ff3f0000.ethernet: RX Checksum Offload Engine suppd
[ 3.660759] meson8b-dwmac ff3f0000.ethernet: COE Type 2
[ 3.665933] meson8b-dwmac ff3f0000.ethernet: TX Checksum insertion supported
[ 3.672919] meson8b-dwmac ff3f0000.ethernet: Wake-Up On Lan supported
[ 3.679331] meson8b-dwmac ff3f0000.ethernet: Normal descriptors
[ 3.685168] meson8b-dwmac ff3f0000.ethernet: Ring mode enabled
[ 3.690959] meson8b-dwmac ff3f0000.ethernet: Enable RX Mitigation via HW Watr
[ 3.699005] libphy: stmmac: probed
[ 3.703509] libphy: mdio_mux: probed
[ 3.707438] libphy: mdio_mux: probed
[ 3.710456] printk: console [netcon0] enabled
[ 3.713653] netconsole: network logging started
[ 3.718119] dhd_module_init: in Dongle Host Driver, version 1.579.77.41.11 ()
[ 3.725283] ======== dhd_wlan_init_plat_data ========
[ 3.730273] dhd_wlan_init_gpio: WL_REG_ON=-1
[ 3.734498] dhd_wifi_platform_load: Enter
[ 3.738485] Power-up adapter ‘DHD generic adapter’
[ 3.743366] wifi_platform_set_power = 1
[ 3.747010] ======== PULL WL_REG_ON(-1) HIGH! ========
[ 3.805505] usb 1-1: New USB device found, idVendor=1a40, idProduct=0801, bc0
[ 3.808023] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.815101] usb 1-1: Product: USB 2.0 Hub
[ 3.852683] hub 1-1:1.0: USB hub found
[ 3.852753] hub 1-1:1.0: 4 ports detected
[ 4.057542] wifi_platform_bus_enumerate device present 1
[ 4.057659] ======== Card detection to detect SDIO card! ========
[ 4.079329] bcmsdh_register: register client driver

[ 4.079676] bcmsdh_sdmmc_probe: Enter num=1
[ 4.082838] bcmsdh_sdmmc_probe: Enter num=2
[ 4.086849] bus num (host idx)=1, slot num (rca)=1
[ 4.091593] found adapter info ‘DHD generic adapter’
[ 4.096614] sdioh_attach: set sd_f2_blocksize 256
[ 4.101273] sdioh_attach: sd clock rate = 0
[ 4.106284] dhdsdio_probe : no mutex held. set lock
[ 4.112007] F1 signature read @0x18000000=0x17294359
[ 4.118017] F1 signature OK, socitype:0x1 chip:0x4359 rev:0x9 pkg:0x2
[ 4.123739] DHD: dongle ram size is set to 917504(orig 917504) at 0x160000
[ 4.128522] dhd_conf_set_chiprev: chip=0x4359, chiprev=9
[ 4.133766] CFG80211-ERROR) wl_setup_wiphy :
[ 4.133768] Registering Vendor80211
[ 4.142186] CFG80211-ERROR) wl_init_prof :
[ 4.142188] wl_init_prof: No profile
[ 4.149052] dhd_attach(): thread:dhd_watchdog_thread:c4 started
[ 4.154861] dhd_attach(): thread:dhd_dpc:c5 started
[ 4.159671] dhd_attach(): thread:dhd_rxf:c6 started
[ 4.164474] dhd_deferred_work_init: work queue initialized
[ 4.169908] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 → mode 2
[ 4.176383] dhd_bus_set_default_min_res_mask: Unhandled chip id
[ 4.182804] sdioh_cis_read: func_cis_ptr[0]=0x10ac
[ 4.195808] Dongle Host Driver, version 1.579.77.41.11 (r)
[ 4.196104] ANDROID-MSG)
[ 4.196106] wl_ext_iapsta_attach_netdev: ifidx=0, bssidx=0
[ 4.203675] Register interface [wlan0] MAC: 10:2c:6b:6e:2c:e4
[ 4.203675]
[ 4.211006] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 → mode 0
[ 4.217391] dhd_wl_ioctl: returning as busstate=0
[ 4.222047] dhd_bus_devreset: == Power OFF ==
[ 4.226829] dhd_txglom_enable: enable 0
[ 4.230154] dhd_conf_set_txglom_params: txglom_mode=multi-desc
[ 4.235935] dhd_conf_set_txglom_params: txglomsize=0, deferred_tx_len=0
[ 4.242486] dhd_conf_set_txglom_params: txinrx_thres=128, dhd_txminmax=-1
[ 4.249214] dhd_conf_set_txglom_params: tx_max_offset=0, txctl_tmo_fix=300
[ 4.256026] dhd_bus_devreset: WLAN OFF DONE
[ 4.260496] wifi_platform_set_power = 0
[ 4.264053] ======== PULL WL_REG_ON(-1) LOW! ========
[ 4.269060] dhdsdio_probe : the lock is released.
[ 4.273783] dhd_module_init: Exit err=0
[ 4.277918] cfg80211: Loading compiled-in X.509 certificates for regulatory e
[ 4.288291] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 4.291701] platform regulatory.0: Direct firmware load for regulatory.db fa2
[ 4.293447] ALSA device list:
[ 4.300345] platform regulatory.0: Falling back to sysfs fallback for: regulb
[ 4.310799] #0: G12A-KHADAS-VIM3
[ 4.321613] Freeing unused kernel memory: 1600K
[ 4.349353] Run /init as init process
[ 4.356342] init: init first stage started!
[ 4.356523] init: Unable to open /lib/modules, skipping module loading.
[ 4.362052] init: Copied ramdisk prop to /second_stage_resources/system/etc/p
[ 4.370250] init: [libfs_mgr]ReadFstabFromDt(): failed to read fstab from dt
[ 4.377327] init: Using Android DT directory /proc/device-tree/firmware/andr/
[ 4.399165] random: init: uninitialized urandom read (16 bytes read)
[ 4.400338] init: [libfs_mgr]Created logical partition system on device /dev0
[ 4.407866] random: init: uninitialized urandom read (16 bytes read)
[ 4.414562] init: [libfs_mgr]Created logical partition vendor on device /dev1
[ 4.422066] init: DSU not detected, proceeding with normal boot
[ 4.429309] init: [libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/dm-0
[ 4.437353] EXT4-fs (dm-0): mounted filesystem without journal. Opts: errorsc
[ 4.442517] init: [libfs_mgr]__mount(source=/dev/block/dm-0,target=/system,ts
[ 4.451380] init: Switching root to ‘/system’
[ 4.458829] init: [libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/dm-1
[ 4.464708] EXT4-fs (dm-1): mounted filesystem without journal. Opts: errorsc
[ 4.470114] init: [libfs_mgr]__mount(source=/dev/block/dm-1,target=/vendor,ts
[ 4.481525] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
[ 4.497343] random: init: uninitialized urandom read (40 bytes read)
[ 4.626468] init: DM_DEV_STATUS failed for system_ext: No such device or adds
[ 4.628219] init: Could not update logical partition
[ 4.633231] init: DM_DEV_STATUS failed for product: No such device or address
[ 4.640213] init: Could not update logical partition
[ 4.645182] init: Opening SELinux policy
[ 4.657942] init: Loading SELinux policy
[ 4.668424] SELinux: Permission nlmsg_getneigh in class netlink_route_socke.
[ 4.672152] SELinux: the above unknown classes and permissions will be denied
[ 4.679018] SELinux: policy capability network_peer_controls=1
[ 4.684837] SELinux: policy capability open_perms=1
[ 4.689752] SELinux: policy capability extended_socket_class=1
[ 4.695617] SELinux: policy capability always_check_network=0
[ 4.701396] SELinux: policy capability cgroup_seclabel=0
[ 4.706741] SELinux: policy capability nnp_nosuid_transition=1
[ 4.825442] audit: type=1403 audit(4.788:2): auid=4294967295 ses=4294967295 1
[ 4.829691] selinux: SELinux: Loaded file_contexts
[ 4.833048] selinux:
[ 4.881437] init: init second stage started!
[ 4.905601] init: Using Android DT directory /proc/device-tree/firmware/andr/
[ 4.909310] init: Overriding previous property ‘persist.sys.usb.config’:‘non’
[ 4.917309] init: Overriding previous property ‘persist.sys.usb.config’:‘adb’
[ 4.925359] init: Couldn’t load property file ‘/vendor/default.prop’: open()y
[ 4.941874] init: Couldn’t load property file ‘/odm_dlkm/etc/build.prop’: opy
[ 4.952673] init: Setting product property ro.product.brand to ‘generic’ (fr)
[ 4.959221] init: Setting product property ro.product.manufacturer to 'SEI R)
[ 4.969902] init: Setting product property ro.product.model to 'ATV on yukaw)
[ 4.979472] init: Setting product property ro.product.name to ‘yukawa’ (from)
[ 4.988455] init: Setting property ‘ro.build.fingerprint’ to ‘generic/yukawa’
[ 5.001493] init: Setting property ‘ro.product.cpu.abilist’ to ‘arm64-v8a,ar’
[ 5.010003] init: Setting property ‘ro.product.cpu.abilist32’ to ‘armeabi-v7’
[ 5.017848] init: Setting property ‘ro.product.cpu.abilist64’ to ‘arm64-v8a’
[ 5.027902] selinux: SELinux: Loaded file_contexts
[ 5.029632] selinux:
[ 5.031844] init: Running restorecon…
[ 5.048189] selinux: SELinux: Could not get canonical path for /metadata/ota.
[ 5.054598] selinux:
[ 5.056834] selinux: SELinux: Could not get canonical path for /metadata/gsi.
[ 5.067184] selinux:
[ 5.069830] init: Created socket ‘/dev/socket/property_service’, mode 666, u0
[ 5.095900] init: SetupMountNamespaces done
[ 5.096807] init: Forked subcontext for ‘u:r:vendor_init:s0’ with pid 215
[ 5.102629] init: Parsing file /system/etc/init/hw/init.rc…
[ 5.107793] init: Added ‘/init.environ.rc’ to import list
[ 5.112243] init: Added ‘/system/etc/init/hw/init.usb.rc’ to import list
[ 5.118883] init: Added ‘/init.yukawa.rc’ to import list
[ 5.124135] init: Added ‘/vendor/etc/init/hw/init.yukawa.rc’ to import list
[ 5.131030] init: Added ‘/system/etc/init/hw/init.usb.configfs.rc’ to importt
[ 5.138451] init: Added ‘/system/etc/init/hw/init.zygote64_32.rc’ to import t
[ 5.146969] init: Parsing file /init.environ.rc…
[ 5.150898] init: Parsing file /system/etc/init/hw/init.usb.rc…
[ 5.157065] init: Parsing file /init.yukawa.rc…
[ 5.161229] init: Unable to read config file ‘/init.yukawa.rc’: open() failey
[ 5.171111] init: Parsing file /vendor/etc/init/hw/init.yukawa.rc…
[ 5.178156] init: Added ‘/vendor/etc/init/hw/init.yukawa.usb.rc’ to import lt
[ 5.184258] init: Parsing file /vendor/etc/init/hw/init.yukawa.usb.rc…
[ 5.192509] init: Parsing file /system/etc/init/hw/init.usb.configfs.rc…
[ 5.198192] init: Parsing file /system/etc/init/hw/init.zygote64_32.rc…
[ 5.205558] init: Parsing directory /system/etc/init…
[ 5.209677] init: Parsing file /system/etc/init/android.hidl.allocator@1.0-s.
[ 5.218493] init: Parsing file /system/etc/init/android.system.suspend@1.0-s.
[ 5.225874] init: Parsing file /system/etc/init/apexd.rc…
[ 5.231752] init: Parsing file /system/etc/init/atrace.rc…
[ 5.237699] init: Parsing file /system/etc/init/atrace_userdebug.rc…
[ 5.244146] init: Parsing file /system/etc/init/audioserver.rc…
[ 5.249601] init: Parsing file /system/etc/init/blank_screen.rc…
[ 5.256050] init: Parsing file /system/etc/init/bootanim.rc…
[ 5.261417] init: Parsing file /system/etc/init/bootstat-debug.rc…
[ 5.268393] init: Parsing file /system/etc/init/bootstat.rc…
[ 5.273732] init: Parsing file /system/etc/init/bpfloader.rc…
[ 5.280083] init: Parsing file /system/etc/init/cameraserver.rc…
[ 5.285466] init: Parsing file /system/etc/init/clean_scratch_files.rc…
[ 5.292331] init: Parsing file /system/etc/init/credstore.rc…
[ 5.298095] init: Parsing file /system/etc/init/drmserver.rc…
[ 5.307503] init: Parsing file /system/etc/init/dumpstate.rc…
[ 5.310028] init: Parsing file /system/etc/init/flags_health_check.rc…
[ 5.318218] init: Parsing file /system/etc/init/gatekeeperd.rc…
[ 5.322439] init: Parsing file /system/etc/init/gpuservice.rc…
[ 5.328769] init: Parsing file /system/etc/init/gsid.rc…
[ 5.334125] init: Parsing file /system/etc/init/heapprofd.rc…
[ 5.341383] init: Parsing file /system/etc/init/hwservicemanager.rc…
[ 5.346187] init: Parsing file /system/etc/init/idmap2d.rc…
[ 5.352141] init: Parsing file /system/etc/init/incidentd.rc…
[ 5.357992] init: Parsing file /system/etc/init/init-debug.rc…
[ 5.365334] init: Parsing file /system/etc/init/installd.rc…
[ 5.369559] init: Parsing file /system/etc/init/iorapd.rc…
[ 5.375454] init: Parsing file /system/etc/init/keystore2.rc…
[ 5.381176] init: Parsing file /system/etc/init/llkd-debuggable.rc…
[ 5.388961] init: Parsing file /system/etc/init/llkd.rc…
[ 5.392780] init: Parsing file /system/etc/init/lmkd.rc…
[ 5.398554] init: Parsing file /system/etc/init/logcatd.rc…
[ 5.404197] init: Parsing file /system/etc/init/logd.rc…
[ 5.411153] init: Parsing file /system/etc/init/logtagd.rc…
[ 5.414987] init: Parsing file /system/etc/init/lpdumpd.rc…
[ 5.421122] init: Parsing file /system/etc/init/mdnsd.rc…
[ 5.426461] init: Parsing file /system/etc/init/mediaextractor.rc…
[ 5.434288] init: Parsing file /system/etc/init/mediametrics.rc…
[ 5.438632] init: Parsing file /system/etc/init/mediaserver.rc…
[ 5.445051] init: Parsing file /system/etc/init/mtpd.rc…
[ 5.450354] init: Parsing file /system/etc/init/netd.rc…
[ 5.457198] init: Parsing file /system/etc/init/odsign.rc…
[ 5.461149] init: Parsing file /system/etc/init/perfetto.rc…
[ 5.467312] init: Parsing file /system/etc/init/profcollectd.rc…
[ 5.473511] init: Parsing file /system/etc/init/racoon.rc…
[ 5.480303] init: Parsing file /system/etc/init/recovery-persist.rc…
[ 5.485120] init: Parsing file /system/etc/init/rss_hwm_reset.rc…
[ 5.491624] init: Parsing file /system/etc/init/servicemanager.rc…
[ 5.497905] init: Parsing file /system/etc/init/snapuserd.rc…
[ 5.505136] init: Parsing file /system/etc/init/storaged.rc…
[ 5.509291] init: Parsing file /system/etc/init/surfaceflinger.rc…
[ 5.515872] init: Parsing file /system/etc/init/tombstoned.rc…
[ 5.521823] init: Parsing file /system/etc/init/traced_perf.rc…
[ 5.529234] init: Parsing file /system/etc/init/uncrypt.rc…
[ 5.533288] init: Parsing file /system/etc/init/usbd.rc…
[ 5.538960] init: Parsing file /system/etc/init/vdc.rc…
[ 5.544281] init: Parsing file /system/etc/init/vendor-464xlat.rc…
[ 5.551941] init: Parsing file /system/etc/init/vold.rc…
[ 5.555766] init: Parsing file /system/etc/init/wait_for_keymaster.rc…
[ 5.562769] init: Parsing file /system/etc/init/wifi.rc…
[ 5.568281] init: Parsing file /system/etc/init/wificond.rc…
[ 5.575272] init: Parsing file /system_ext/etc/init…
[ 5.578424] init: Unable to read config file ‘/system_ext/etc/init’: open() y
[ 5.588249] init: Parsing directory /vendor/etc/init…
[ 5.593492] init: Parsing file /vendor/etc/init/android.hardware.audio.servi.
[ 5.601719] init: Parsing file /vendor/etc/init/android.hardware.bluetooth@1.
[ 5.610704] init: Parsing file /vendor/etc/init/android.hardware.camera.prov.
[ 5.621844] init: Parsing file /vendor/etc/init/android.hardware.cas@1.2-ser.
[ 5.627955] init: Parsing file /vendor/etc/init/android.hardware.configstore.
[ 5.636789] init: Parsing file /vendor/etc/init/android.hardware.drm@1.0-ser.
[ 5.644588] init: Parsing file /vendor/etc/init/android.hardware.drm@1.4-ser.
[ 5.654788] init: Parsing file /vendor/etc/init/android.hardware.gatekeeper@.
[ 5.662181] init: Parsing file /vendor/etc/init/android.hardware.graphics.al.
[ 5.671732] init: Parsing file /vendor/etc/init/android.hardware.graphics.co.
[ 5.680641] init: Parsing file /vendor/etc/init/android.hardware.health@2.0-.
[ 5.690284] init: Parsing file /vendor/etc/init/android.hardware.health@2.0-.
[ 5.697199] init: Parsing file /vendor/etc/init/android.hardware.keymaster@3.
[ 5.705947] init: Parsing file /vendor/etc/init/android.hardware.media.omx@1.
[ 5.714195] init: Parsing file /vendor/etc/init/android.hardware.memtrack@1…
[ 5.723852] init: Parsing file /vendor/etc/init/android.hardware.power@1.0-s.
[ 5.730245] init: Parsing file /vendor/etc/init/android.hardware.thermal@1.0.
[ 5.738707] init: Parsing file /vendor/etc/init/android.hardware.tv.cec@1.0-.
[ 5.746771] init: Parsing file /vendor/etc/init/boringssl_self_test.rc…
[ 5.755204] init: Parsing file /vendor/etc/init/hostapd.android.rc…
[ 5.759684] init: Parsing file /vendor/etc/init/lights.rc…
[ 5.765702] init: Parsing file /vendor/etc/init/vendor_flash_recovery.rc…
[ 5.772414] init: Parsing file /vendor/etc/init/vndservicemanager.rc…
[ 5.780415] init: Parsing file /odm/etc/init…
[ 5.782920] init: Unable to read config file ‘/odm/etc/init’: open() failed:y
[ 5.792148] init: Parsing file /product/etc/init…
[ 5.796971] init: Unable to read config file ‘/product/etc/init’: open() faiy
[ 5.807299] init: processing action (SetupCgroups) from (:0)
[ 5.846787] cgroup1: Unknown subsys name ‘schedtune’
[ 5.846857] libprocessgroup: Failed to mount schedtune cgroup: Invalid argumt
[ 5.853398] libprocessgroup: Failed to setup schedtune cgroup
[ 5.860146] init: processing action (SetKptrRestrict) from ()
[ 5.866675] init: processing action (TestPerfEventSelinux) from (<Builtin Ac)
[ 5.874039] init: Permissive SELinux boot, forcing sys.init.perf_lsm_hooks t.
[ 5.881616] init: processing action (early-init) from (/system/etc/init/hw/i)
[ 5.892419] init: Command ‘mkdir /acct/uid’ action=early-init (/system/etc/im
[ 5.906125] init: starting service 'exec 1 (/system/bin/bootstrap/linkerconf.
[ 5.917142] init: SVC_EXEC service 'exec 1 (/system/bin/bootstrap/linkerconf.
[ 5.944097] linkerconfig: Unable to access VNDK APEX at path: /apex/com.andry
[ 5.954067] init: Service 'exec 1 (/system/bin/bootstrap/linkerconfig --targs
[ 5.963549] init: Sending signal 9 to service 'exec 1 (/system/bin/bootstrap.
[ 5.977143] libprocessgroup: Successfully killed process cgroup uid 0 pid 21s
[ 5.986117] init: starting service ‘ueventd’…
[ 5.995124] init: starting service ‘apexd-bootstrap’…
[ 5.999630] init: SVC_EXEC service ‘apexd-bootstrap’ pid 219 (uid 0 gid 1000.
[ 6.030138] ueventd: ueventd started!
[ 6.031493] selinux: SELinux: Loaded file_contexts
[ 6.032914] selinux:
[ 6.035365] ueventd: Parsing file /system/etc/ueventd.rc…
[ 6.041439] ueventd: Added ‘/vendor/etc/ueventd.rc’ to import list
[ 6.046811] ueventd: Added ‘/odm/etc/ueventd.rc’ to import list
[ 6.052897] ueventd: Parsing file /vendor/etc/ueventd.rc…
[ 6.058204] ueventd: Unable to read config file ‘/vendor/etc/ueventd.rc’: opy
[ 6.068468] ueventd: Parsing file /odm/etc/ueventd.rc…
[ 6.073723] ueventd: Unable to read config file ‘/odm/etc/ueventd.rc’: open(y
[ 6.083769] ueventd: Parsing file /vendor/ueventd.rc…
[ 6.089206] ueventd: Parsing file /odm/ueventd.rc…
[ 6.092493] apexd: Bootstrap subcommand detected
[ 6.093841] ueventd: Unable to read config file ‘/odm/ueventd.rc’: open() fay
[ 6.108052] ueventd: Parsing file /ueventd.yukawa.rc…
[ 6.113224] ueventd: Unable to read config file ‘/ueventd.yukawa.rc’: open()y
[ 6.177026] ueventd: LoadWithAliases was unable to load of:Nwifi32kT(null)Cpk
[ 6.177358] ueventd: LoadWithAliases was unable to load of:Nregulator-vddcpur
[ 6.177535] ueventd: LoadWithAliases was unable to load platform:reg-dummy
[ 6.177560] ueventd: LoadWithAliases was unable to load of:Nadc-keysT(null)Cs
[ 6.177581] ueventd: LoadWithAliases was unable to load of:Nregulator-vsys_3d
[ 6.177594] ueventd: LoadWithAliases was unable to load of:NsocT(null)Csimpls
[ 6.177610] ueventd: LoadWithAliases was unable to load of:NpwmT(null)Camlogm
[ 6.178346] ueventd: LoadWithAliases was unable to load of:NsdT(null)Camlogic
[ 6.178408] ueventd: LoadWithAliases was unable to load of:Nvideo-lutT(null)s
[ 6.178430] ueventd: LoadWithAliases was unable to load of:Naudio-controllerr
[ 6.178442] ueventd: LoadWithAliases was unable to load of:NmmcT(null)Camlogc
[ 6.178444] ueventd: firmware: loading ‘brcm/BCM4359C0.hcd’ for ‘/devices/pl’
[ 6.178671] ueventd: LoadWithAliases was unable to load of:NramoopsT(null)Crs
[ 6.178741] ueventd: LoadWithAliases was unable to load input:b0019v0001p000w
[ 6.178796] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimpls
[ 6.178960] ueventd: LoadWithAliases was unable to load of:Nethernet_phyT(nu2
[ 6.179000] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimpls
[ 6.179036] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimpls
[ 6.179214] ueventd: LoadWithAliases was unable to load of:Nregulator-dc_inTd
[ 6.179219] ueventd: LoadWithAliases was unable to load of:Nsecure-monitorT(m
[ 6.179239] ueventd: LoadWithAliases was unable to load of:Nregulator-vcc_5vd
[ 6.182372] ueventd: LoadWithAliases was unable to load of:Nregulator-vcc_1vd
[ 6.182390] ueventd: LoadWithAliases was unable to load of:Nclock-measureT(ne
[ 6.182402] ueventd: LoadWithAliases was unable to load of:NserialT(null)Camt
[ 6.182413] ueventd: LoadWithAliases was unable to load of:NserialT(null)Camt
[ 6.182425] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimpls
[ 6.182436] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimpls
[ 6.182459] ueventd: LoadWithAliases was unable to load of:Nsystem-controllen
[ 6.182471] ueventd: LoadWithAliases was unable to load of:NpinctrlT(null)Cal
[ 6.182483] ueventd: LoadWithAliases was unable to load platform:hdmi-audio-c
[ 6.182494] ueventd: LoadWithAliases was unable to load of:NphyT(null)Camlogy
[ 6.182505] ueventd: LoadWithAliases was unable to load of:Naudio-controllerx
[ 6.182515] ueventd: LoadWithAliases was unable to load mmc:block
[ 6.184535] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimpls
[ 6.184678] ueventd: LoadWithAliases was unable to load sdio:c02v02D0d4359
[ 6.184700] ueventd: LoadWithAliases was unable to load of:NusbT(null)Camlog2
[ 6.184713] ueventd: LoadWithAliases was unable to load usb:v1A40p0801d0100d0
[ 6.185023] ueventd: LoadWithAliases was unable to load of:Nclock-controllerc
[ 6.185045] ueventd: LoadWithAliases was unable to load input:b0019v0000p000w
[ 6.185057] ueventd: LoadWithAliases was unable to load of:NledsT(null)Cgpios
[ 6.185067] ueventd: LoadWithAliases was unable to load of:NtimerT(null)Carmr
[ 6.185327] ueventd: LoadWithAliases was unable to load of:Nsys-ctrlT(null)Cn
[ 6.185346] ueventd: LoadWithAliases was unable to load of:NrtcT(null)Chaoyu3
[ 6.185637] ueventd: LoadWithAliases was unable to load of:Nemmc-pwrseqT(nulc
[ 6.185652] ueventd: LoadWithAliases was unable to load platform:cpufreq-dt
[ 6.185661] ueventd: LoadWithAliases was unable to load platform:regulatory
[ 6.185680] ueventd: LoadWithAliases was unable to load of:Nregulator-emmc_1d
[ 6.185791] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feaB
[ 6.185793] ueventd:
[ 6.186008] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feaB
[ 6.186011] ueventd:
[ 6.186555] ueventd: LoadWithAliases was unable to load of:Ntemperature-sensl
[ 6.186600] ueventd: LoadWithAliases was unable to load of:Naudio-controllerr
[ 6.189134] ueventd: LoadWithAliases was unable to load of:Nregulator-usb_pwd
[ 6.190457] ueventd: LoadWithAliases was unable to load of:Nregulator-vddao_d
[ 6.190481] ueventd: LoadWithAliases was unable to load platform:snd-soc-dumy
[ 6.190502] ueventd: LoadWithAliases was unable to load of:NpwmT(null)Camlogm
[ 6.193420] ueventd: LoadWithAliases was unable to load of:Nmdio-multiplexerx
[ 6.193437] ueventd: LoadWithAliases was unable to load of:NrngT(null)Camlogg
[ 6.193451] ueventd: LoadWithAliases was unable to load of:Npower-controllerc
[ 6.193468] ueventd: LoadWithAliases was unable to load platform:dw-hdmi-cec
[ 6.193485] ueventd: LoadWithAliases was unable to load of:Naudio-controllerr
[ 6.194554] ueventd: LoadWithAliases was unable to load mmc:block
[ 6.194603] ueventd: LoadWithAliases was unable to load of:NusbT(null)Camlogl
[ 6.194997] ueventd: LoadWithAliases was unable to load of:Nreset-controllert
[ 6.195630] ueventd: LoadWithAliases was unable to load of:Nvideo-decoderT(nc
[ 6.195671] ueventd: LoadWithAliases was unable to load of:NadcT(null)Camlogc
[ 6.195696] ueventd: LoadWithAliases was unable to load platform:alarmtimer
[ 6.196232] ueventd: LoadWithAliases was unable to load of:NpwmT(null)Camlogd
[ 6.196494] ueventd: LoadWithAliases was unable to load sdio:c00v02D0d4359
[ 6.196524] ueventd: LoadWithAliases was unable to load usb:v1D6Bp0002d0504d0
[ 6.196536] ueventd: LoadWithAliases was unable to load of:NvpuT(null)Camlogu
[ 6.196548] ueventd: LoadWithAliases was unable to load of:Nao-secureT(null)n
[ 6.196559] ueventd: LoadWithAliases was unable to load of:NcecT(null)Camlogc
[ 6.196570] ueventd: LoadWithAliases was unable to load of:NpinctrlT(null)Cal
[ 6.196582] ueventd: LoadWithAliases was unable to load of:Ni2cT(null)Camlogc
[ 6.196766] ueventd: LoadWithAliases was unable to load of:NserialT(null)Camt
[ 6.196778] ueventd: LoadWithAliases was unable to load of:NpsciT(null)Carm,0
[ 6.197751] ueventd: firmware: loading ‘regulatory.db’ for ‘/devices/platfor’
[ 6.198187] ueventd: LoadWithAliases was unable to load of:Nsdio-pwrseqT(nule
[ 6.198224] ueventd: LoadWithAliases was unable to load of:NsoundT(null)Camld
[ 6.198249] ueventd: LoadWithAliases was unable to load of:Naudio-controllere
[ 6.198273] ueventd: LoadWithAliases was unable to load platform:serial8250
[ 6.198299] ueventd: LoadWithAliases was unable to load of:NefuseT(null)Camle
[ 6.198423] ueventd: LoadWithAliases was unable to load of:Nhdmi-connectorT(r
[ 6.198574] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feaB
[ 6.198576] ueventd:
[ 6.198607] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feaB
[ 6.198613] ueventd:
[ 6.203607] ueventd: LoadWithAliases was unable to load platform:Fixed MDIO s
[ 6.213966] ueventd: LoadWithAliases was unable to load of:Nethernet-phyT(nu)
[ 6.220119] ueventd: LoadWithAliases was unable to load of:NbluetoothT(null)t
[ 6.227889] ueventd: LoadWithAliases was unable to load of:NphyT(null)Camlogy
[ 6.236993] ueventd: LoadWithAliases was unable to load of:NgpuT(null)Camlogt
[ 6.244439] ueventd: LoadWithAliases was unable to load of:NphyT(null)Camlogy
[ 6.255272] ueventd: LoadWithAliases was unable to load of:Ntemperature-sensl
[ 6.263588] ueventd: LoadWithAliases was unable to load of:Nhdmi-txT(null)Cai
[ 6.278566] ueventd: LoadWithAliases was unable to load of:Nclock-controllerc
[ 6.280402] ueventd: loading /devices/platform/soc/ffd00000.bus/ffd24000.sers
[ 6.282349] init: Untracked pid 225 exited with status 0
[ 6.286089] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimpls
[ 6.286117] ueventd: LoadWithAliases was unable to load of:Naudio-controllert
[ 6.286137] ueventd: LoadWithAliases was unable to load of:Nclock-controllerc
[ 6.292501] ueventd: LoadWithAliases was unable to load of:NsdT(null)Camlogic
[ 6.301967] ueventd: LoadWithAliases was unable to load platform:dw-hdmi-i2so
[ 6.302513] ueventd: LoadWithAliases was unable to load platform:xhci-hcd
[ 6.314247] ueventd: LoadWithAliases was unable to load of:NbusT(null)Csimpls
[ 6.321633] ueventd: LoadWithAliases was unable to load usb:v1D6Bp0003d0504d0
[ 6.329054] ueventd: LoadWithAliases was unable to load of:Nreset-controllerb
[ 6.337941] ueventd: LoadWithAliases was unable to load input:b001Ev0000p000w
[ 6.354829] ueventd: LoadWithAliases was unable to load sdio:c00v02D0d4359
[ 6.356209] ueventd: LoadWithAliases was unable to load of:Ngpio-controllerT8
[ 6.365352] ueventd: LoadWithAliases was unable to load of:NethernetT(null)Cc
[ 6.375266] ueventd: LoadWithAliases was unable to load of:Nreboot-modeT(nule
[ 6.383911] ueventd: LoadWithAliases was unable to load of:NusbT(null)Csnps,3
[ 6.392521] ueventd: LoadWithAliases was unable to load input:b0019v0001p000w
[ 6.401718] ueventd: LoadWithAliases was unable to load of:NrtcT(null)Camlogc
[ 6.408097] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feaB
[ 6.419987] ueventd: LoadWithAliases was unable to load of:NirT(null)Camlogir
[ 6.428920] ueventd:
[ 7.170435] Bluetooth: hci0: BCM4359C0 (003.001.006) build 0244
[ 7.180009] ueventd: LoadWithAliases was unable to load of:Nregulator-vcc_3vd
[ 7.238749] ueventd: LoadWithAliases was unable to load of:Ngpio-keys-polledd
[ 7.249887] ueventd: LoadWithAliases was unable to load of:Nregulator-vddcpur
[ 7.257041] ueventd: LoadWithAliases was unable to load cpu:type:aarch64:feaB
[ 7.268096] ueventd:
[ 7.271017] apexd: wait for ‘/dev/loop-control’ took 1149ms
[ 7.279632] ueventd: Coldboot took 1.155 seconds
[ 7.310848] audit: type=1400 audit(7.268:3): avc: denied { create } for p1
[ 7.322442] audit: type=1400 audit(7.268:4): avc: denied { setattr } for 1
[ 7.890850] apexd: Pre-allocated 15 loopback devices
[ 7.891384] apexd: Scanning /system/apex for pre-installed ApexFiles
[ 7.898324] apexd: Found pre-installed APEX /system/apex/com.android.os.statx
[ 7.906984] apexd: Found pre-installed APEX /system/apex/com.android.apex.ctx
[ 7.915503] apexd: Found pre-installed APEX /system/apex/com.android.i18n.apx
[ 7.924516] apexd: Found pre-installed APEX /system/apex/com.android.neuralnx
[ 7.935318] apexd: Found pre-installed APEX /system/apex/com.android.mediaprx
[ 7.946394] apexd: Found pre-installed APEX /system/apex/com.android.media.sx
[ 7.957613] apexd: Found pre-installed APEX /system/apex/com.android.extservx
[ 7.967909] apexd: Found pre-installed APEX /system/apex/com.android.runtimex
[ 7.972110] apexd: Found pre-installed APEX /system/apex/com.android.resolv.x
[ 7.983590] apexd: Found pre-installed APEX /system/apex/com.android.conscryx
[ 7.986351] apexd: Found pre-installed APEX /system/apex/com.android.vndk.cux
[ 7.994160] apexd: Found pre-installed APEX /system/apex/com.android.ipsec.cx
[ 8.008927] apexd: Found pre-installed APEX /system/apex/com.android.sdkext.x
[ 8.012900] apexd: Found pre-installed APEX /system/apex/com.android.adbd.cax
[ 8.025538] apexd: Found pre-installed APEX /system/apex/com.android.permissx
[ 8.035780] apexd: Found pre-installed APEX /system/apex/com.android.tzdata.x
[ 8.039778] apexd: Found pre-installed APEX /system/apex/com.android.tetherix
[ 8.052571] apexd: Found pre-installed APEX /system/apex/com.android.art.capx
[ 8.061042] apexd: Found pre-installed APEX /system/apex/com.android.wifi.cax
[ 8.070910] apexd: Found pre-installed APEX /system/apex/com.android.schedulx
[ 8.075212] apexd: Found pre-installed APEX /system/apex/com.android.media.cx
[ 8.087396] apexd: Found pre-installed APEX /system/apex/com.android.appsearx
[ 8.091717] apexd: Found pre-installed APEX /system/apex/com.android.virt.apx
[ 8.099397] apexd: Scanning /system_ext/apex for pre-installed ApexFiles
[ 8.103472] apexd: /system_ext/apex does not exist. Skipping
[ 8.108933] apexd: Scanning /vendor/apex for pre-installed ApexFiles
[ 8.115183] apexd: /vendor/apex does not exist. Skipping
[ 8.120947] apexd: Scanning /system/apex looking for APEX packages.
[ 8.144694] apexd: Scanning /system_ext/apex looking for APEX packages.
[ 8.145969] apexd: … does not exist. Skipping
[ 8.150219] apexd: Scanning /vendor/apex looking for APEX packages.
[ 8.156411] apexd: … does not exist. Skipping
[ 8.168084] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null)
[ 8.169352] EXT4-fs (loop1): mounted filesystem without journal. Opts: (null)
[ 8.169683] apexd: Successfully mounted package /system/apex/com.android.i186
[ 8.170366] EXT4-fs (loop2): mounted filesystem without journal. Opts: (null)
[ 8.170487] apexd: Successfully mounted package /system/apex/com.android.run7
[ 8.177685] apexd: Successfully mounted package /system/apex/com.android.vnd4
[ 8.179559] EXT4-fs (loop3): mounted filesystem without journal. Opts: (null)
[ 8.179666] apexd: Successfully mounted package /system/apex/com.android.tzd5
[ 8.238396] apexd: Activated 4 packages.
[ 8.253504] apexd: OnBootstrap done, duration=2155
[ 8.257547] init: Service ‘apexd-bootstrap’ (pid 219) exited with status 0 ws
[ 8.262118] init: Sending signal 9 to service ‘apexd-bootstrap’ (pid 219) pr.
[ 8.270553] libprocessgroup: Successfully killed process cgroup uid 0 pid 21s
[ 8.311861] init: linkerconfig generated /linkerconfig with mounted APEX modo
[ 8.316547] init: processing action (ro.product.cpu.abilist32=* && early-ini)
[ 8.324991] init: starting service ‘boringssl_self_test32’…
[ 8.335427] init: SVC_EXEC service ‘boringssl_self_test32’ pid 244 (uid 0 gi.
[ 8.416552] init: Service ‘boringssl_self_test32’ (pid 244) exited with stats
[ 8.420922] init: Sending signal 9 to service ‘boringssl_self_test32’ (pid 2.

I think I see what is going on here. Your fastboot / uboot looks to be the ab variant. To install aosp, i believe you need to replace the bootloader etc. Before using adb to install the images you should have put the device into update mode and run:

cd path/to/aosp/device/amlogic/yukawa/bootloader/
./tools/update write u-boot_kvim3_noab.bin 0xfffa0000 0x10000
./tools/update run 0xfffa0000
./tools/update bl2_boot u-boot_kvim3_noab.bin

Then unplug the device and plug it back in and run:
fastboot oem format
fastboot flash bootloader u-boot_kvim3_noab.bin
fastboot erase bootenv
fastboot reboot bootloader

Hi Gustavo:
Thanks a lot for your great help, after change the Uboot with your steps, and checkout AOSP code with "-b android-12.0.0_r2 " , the error log disappeared when upgrade image and the firmware can bring up correctly. thanks very much

Best regards
Simon

Hi Simon,

Can you share the complete steps you followed? I would like to flash android 12 on vim3.

Regards,
Neeraj

You should probably do a search first. A simple search would get you:

https://source.android.com/setup/build/devices
and

Both of which tell you exactly what you need to do to build from master (though you probably want to grab the latest 12 branch).

Hi Gustavo,

I got the android 11 flashed successfully, but when I tried with 12 its showing some error on strip.sh file which is in build/soong/scripts. I was using android-12.0.0_r12 branch.

Thanks,
Neeraj

Try _r2. That works for sure (although the documentation for building the kernel is a bit off, the clang path is incorrect, and you have to manually add in some things in the kernel config if you build your own kernel which I found out the hard way :confused: )

Edit:
I tried _r13 last night and it compiled fine. Its either an issue with _12 or your ENV.

Hi neeraj:
I just use the android-12.0.0_r2 branch and it works fine. the steps for building and flashing the image you can reference the URL as Gustavo said in above response. I use the same steps.

I’m quite new to all this, but would it be possible to create an Android TV version based on Android 12 for VIM3?

I’m very interested in a proper Android TV update for VIM3, but the ‘latest’ version I can find is Android TV based on Android 9.0 (Pie)

You best off to stick with 9 IMO.
I played with the AOSP stuff on the Vim3 and its just not ready to use in any project that is intended to actually be used in a real world environment.
The AOSP is for those that want to tinker with the inner workings of Android, not for a project.
I spent over a year playing with my Vin3 Pro trying to make an actual project out of it.
Very cool little box, but just too much toying with it to get over the core hurdles.
The Andy9 stuff is plenty evoloved for a tv box tho.

2 Likes

I agree with you, at this point. While R13 has been quite stable there are two pretty big issues:

  1. Storage is not peroply aligned, and so you’ll get an error about it and if you answer that error it’ll corrupt the storage.
  2. Hardware video decode doesn’t work yet.

Perhaps in the future this will all be worked out, but at this time the VIM3 is not a good platform for video decode tasks outside of Android 9. Also I don’t see any changes from the Khadas folks. If there are public WIP in progress branches I haven’t seen them (and nobody from the Khadas team has answered basic questions like do we need to continue to add the kernel overlay etc - though through trial and error I believe the answer is probably no for 5.10).

Additioanlly, the documentation is quite out of date and you’ll be stuck with trial and error. I sure wish someone from Khadas would chime in with some assistance, but I think AOSP support is more of a marketing claim than working functionalty. The only work I see actually being done in the Bay Libre kernel stuff.

2 Likes

Whenever I tried I am getting this error:build/soong/scripts/strip.sh: line 95: 15445 Illegal instruction (core dumped) “${CREATE_MINIDEBUGINFO}” “${infile}” “${outfile}.mini_debu
ginfo.xz”

These are the commands that I am using.

$`repo init -u platform/manifest - Git at Google -b android-12.0.0_r2
$ repo sync -j8
$ . ./build/envsetup.sh
$ lunch yukawa-userdebug
$ make TARGET_USE_TABLET_LAUNCHER=true TARGET_VIM3=true TARGET_KERNEL_USE=5.4 -j8

I get this error after the make command.
Os: Ubuntu 16.04
Python version: Python 3.5.2
repo version :repo version v1.13.11
repo launcher version 2.17
git version:git 2.33.1
java version: openjdk 11.0.4 2019-07-16

android 11 builds are working perfectly.

Hi,

The build got worked when I tried on ubuntu 20. Build got failed due to some ENV setup issue, need to figure out what it was.
Thanks for all the responses.

One more thing, were anyone able to make hw video decoder works in any android version?

Just pinned for some while to let more developers able to ROCK the Android 12 on VIM3 :wink:

@neeraj See this thread:

It looks like he’s suggesting that it should work on _r7, but I’m not sure how to enable it. It doesn’t appear to work out of the box. Hopefully @tenk.wang will Chime in with what we need to modify to get it to work. :slight_smile:

I applied the patches from this link: yukawa: Add v4l2_codec2 support (42133351) · Commits · BayLibre / amlogic / Android TV / aosp / device / amlogic / yukawa · GitLab but its not working for me.
Even the service is not running.

Here are some logs:
DM,FC Y android.hardware.keymaster@3.0::IKeymasterDevice/default 0/1 281 280 251
FM Y android.hardware.media.c2@1.0::IComponentStore/software 0/2 507 495 251
FM Y android.hardware.media.c2@1.1::IComponentStore/software 0/2 507 495 251
FM Y android.hardware.media.c2@1.2::IComponentStore/software 0/2 507 495 251
DM,FC Y android.hardware.media.omx@1.0::IOmx/default 0/3 506 495 251
DM,FC Y android.hardware.media.omx@1.0::IOmxStore/default 0/3 506 251
DM,FC Y android.hardware.memtrack@1.0::IMemtrack/default 0/1 411 596 251

adb logcat:
01-01 00:14:56.253 0 0 E init : Control message: Could not find ‘android.hardware.media.c2@1.0::IComponentStore/default’ for ctl.interface_start from pid: 251 (/system/bin/hwservicemanager)
11-20 16:35:03.170 495 1849 W HidlServiceManagement: Waited one second for android.hardware.media.c2@1.0::IComponentStore/default
11-20 16:35:03.172 251 251 I hwservicemanager: Since android.hardware.media.c2@1.0::IComponentStore/default is not registered, trying to start it as a lazy HAL.
11-20 16:35:03.174 495 1849 I HidlServiceManagement: getService: Trying again for android.hardware.media.c2@1.0::IComponentStore/default…
01-01 00:14:56.409 0 0 E init : Control message: Could not find ‘android.hardware.media.c2@1.0::IComponentStore/default’ for ctl.interface_start from pid: 251 (/system/bin/hwservicemanager)
11-20 16:35:03.188 251 4324 W libc : Unable to set property “ctl.interface_start” to “android.hardware.media.c2@1.0::IComponentStore/default”: error code: 0x20
11-20 16:35:03.189 251 4324 I hwservicemanager: Tried to start android.hardware.media.c2@1.0::IComponentStore/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly.