AI-64 how to flash eMMC

Hello,
I just got my AI-64 board, and had some issues to configure external USB WiFi dongle to connect to network since network config app is not part of factory eMMC image. Latest MicroSD XFCE image for AI-64 on a contrary does have wpaconn app that did the trick (even though it is vary, very flaky to say the least). While completely happy with my initial SW setup, I obviously want it to be eMMC based. So, here is the question - how to flash my MicroSD image to eMMC on Beaglebone AI-64? Layout of /boot directory is different and obviously instructions from here : Beagleboard:BeagleBoneBlack Debian - eLinux.org do not apply. Any ideas or references?

Hi @alftel to flash a microSD to eMMC:

run:

sudo apt update ; sudo apt upgrade
sudo beagle-flasher

or to create a dedicated flasher:

sudo apt update ; sudo apt upgrade
sudo enable-beagle-flasher
sudo reboot

For wifi configuration, weā€™ve moved from connman ā†’ systemd-network, so wifi is now configured thru wpa_supplicant-wlan0.conf

You can use sudo wpa_cli -i wlan0ā€¦

Regards,

Regards,

Thanks a bunch Robert - works as prescribed. One point to make is that it was not obvious nor clear from any documentation that AI-64 web page is referencing to. It is is understood that product is relatively new and documentation is a subject to develop going forward. Since we do plan to use AI-64 in our portable appliances (subject of final decision after current evaluation) as well as develop a custom add-on board to extend these PCIe lanes at M.2 connector to other PCIe devices, here is the question - are you guys going to amend/extend documentation with time in order to reflect all required procedures such as BB newbies will be able to figure out everything without posting repeating questions in forum?

Another (obvious) question is the following - is it possible to execute a reverse procedure - i.e. write to MicroSD image that is currently running from eMMC? Use case is the following - assuming that we do have tested environment in eMMC we would like to vbackup or re-distribute it using MicroSD.

I do have many other questions regarding PCIe but will save them for separate topic.

Cheers,
Alex

Hi @alftel so for Bullseye i cleaned up the flashing directions, itā€™s the same setup for armhf and arm64ā€¦ The base directions are here, but i wish i could add a linkable tag in the pageā€¦ Debian 11.x (Bullseye) - Monthly Snapshots (ARM64)

The source of the flasher is hereā€¦

Out of the box, the microSD ā†’ eMMC direction is pre-setup:

bbai64-microsd-to-emmc : bb-beagle-flasher/suite/bullseye/debian/bbai64-microsd-to-emmc Ā· main Ā· BeagleBoard.org / Repos Arm64 Ā· GitLab

i added a ā€˜flash_backā€™ function, so itā€™ll auto-configure the direction on the target mediaā€¦

for users not wanting to dive into the code:

microSD ā†’ eMMC

sudo cp -v /etc/beagle-flasher/bbai64-microsd-to-emmc /etc/default/beagle-flasher

eMMC ā†’ microSD

sudo cp -v /etc/beagle-flasher/bbai64-emmc-to-microsd /etc/default/beagle-flasher

Regards,

2 Likes

@RobertCNelson

I booted from an SD card and I want flash from SD to eMMC

sudo apt update ; sudo apt upgrade
sudo enable-beagle-flasher
sudo reboot

The BBAI-64 reboot with the led USR0 LED1 lighting (not blinking).

I waited for a long time, but the board doesnā€™t respond and I donā€™t know when this process is complete.

Thanks.

That is very very strangeā€¦

Iā€™d first try this:

  • Board Powered with microSD flasher installed.
  • Hold BOTH RESET and BOOT
  • Let go of RESET
  • LED should start flashing
  • Let go of BOOT
  • Should start flashing the eMMC.

If that doesnā€™t work, best to plug in a debug cable to see what itā€™s doingā€¦

Regards,

Thanks for your reply soon,

These are the steps:

Step 1: I use ā€œFlasherā€ Debian image TDA4VM Debian 11.3 2022-06-14 16GB eMMC XFCE Flasher burn to SD card from PC.

Step 2: Mount the SD card and write to eMMC, then remove the SD card when complete.

Step 3: Booting the board from eMMC, the display LCD have a pointer flashing, the system not boot to OS.

This is the message log from debug serial port console.

U-Boot SPL 2021.01-g09210092 (Jun 01 2022 - 16:48:34 +0000)
Model: Texas Instruments K3 J721E SoC
Board: BBONEAI-64-B0- rev B0
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
TLB table from ffffc000 to 00000000
>>SPL: board_init_r()
spl_init
Trying to boot from MMC1
spl: mmc boot mode: fs
board_fit_image_post_process: processing image: addr=70000000, size=39864, os=arm-trusted-firmware
board_fit_image_post_process: matched image for ID 0
board_fit_image_post_process: processing image: addr=9e800000, size=374648, os=tee
board_fit_image_post_process: matched image for ID 1
board_fit_image_post_process: processing image: addr=89000000, size=217356, os=DM
board_fit_image_post_process: matched image for ID 3
board_fit_image_post_process: processing image: addr=80080000, size=163168, os=U-Boot
board_fit_image_post_process: matched image for ID 2
board_fit_image_post_process: processing image: addr=ffffffff, size=10103, os=
Unsupported OS image.. Jumping nevertheless..
loaded - jumping to U-Boot...
init_env from device 17 not supported!
jump_to_image_no_args: jumping to address 41010000
Starting ATF on ARM64 core...

NOTICE:  BL31: v2.5(release):0588523
NOTICE:  BL31: Built : 16:48:34, Jun  1 2022

U-Boot SPL 2021.01-g09210092 (Jun 01 2022 - 16:48:34 +0000)
Model: Texas Instruments K3 J721E SoC
Board: BBONEAI-64-B0- rev B0
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
TLB table from ffff4000 to 100000000
SPL malloc() before relocation used 0x2500 bytes (9 KB)
>>SPL: board_init_r()
spl_init
ti_i2c_eeprom_am6_parse_record: Ignoring record id 17
Trying to boot from MMC1
spl: mmc boot mode: fs
Jumping to U-Boot
loaded - jumping to U-Boot...
image entry point: 0x80800000


U-Boot 2021.01-g09210092 (Jun 01 2022 - 16:48:34 +0000)

SoC:   J721E SR2.0
Model: Texas Instruments K3 J721E SoC
Board: BBONEAI-64-B0- rev B0
DRAM:  4 GiB
Flash: 0 Bytes
MMC:   sdhci@4f80000: 0, sdhci@4fb0000: 1
In:    serial@2800000
Out:   serial@2800000
Err:   serial@2800000
ti_i2c_eeprom_am6_parse_record: Ignoring record id 17
Net:   am65_cpsw_nuss_slave ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Po                                                                      rts:1 mdio_freq:1000000
eth0: ethernet@46000000
Press SPACE to abort autoboot in 2 seconds
board_name=[BBONEAI-64-B0-] ...
name_fdt=[k3-j721e-beagleboneai64.dtb] ...
MMC: no card present
mmc_init: -123, time 2002
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
203 bytes read in 8 ms (24.4 KiB/s)
1:      Linux eMMC
Retrieving file: /initrd.img
15368014 bytes read in 91 ms (161.1 MiB/s)
Retrieving file: /Image
32043520 bytes read in 181 ms (168.8 MiB/s)
append: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.i                                                                      fnames=0
Retrieving file: /k3-j721e-beagleboneai64.dtb
199323 bytes read in 9 ms (21.1 MiB/s)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Ramdisk to 8f158000, end 8fffff4e ... OK
   Loading Device Tree to 000000008f124000, end 000000008f157a9a ... OK
Linux kernel Image start = 0x82000000 end = 0x83f50000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[    0.000000] Linux version 5.10.109-ti-arm64-r49 (voodoo@rpi4b8g-19) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (G                                                                      NU Binutils for Debian) 2.35.2) #1bullseye SMP PREEMPT Tue May 31 22:20:16 UTC 2022
[    0.000000] Machine model: BeagleBoard.org BeagleBone AI-64
[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[    0.000000] printk: bootconsole [ns16550a0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] OF: reserved mem: OVERLAP DETECTED!
[    0.000000] vision-apps-c71-memory@aa100000 (0x00000000aa100000--0x00000000af000000) overlaps with r5f-virtual-eth-qu                                                                      eues@ac000000 (0x00000000ac000000--0x00000000ac200000)
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision_apps-r5f-memory@a0100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a8000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a8100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a9000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a9100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@aa000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 79 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@aa100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB
[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB
[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 96 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@b2000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000d8000000, size 576 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@d8000000, compatible id shared-dma-poo                                                                      l
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000fc000000, size 32 MiB
[    0.000000] OF: reserved mem: initialized node intercore-eth-r5f-memory@fc000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000fe000000, size 16 MiB
[    0.000000] OF: reserved mem: initialized node eeprom-shadow-r5f-memory@fe000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-po                                                                      ol
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
[    0.000000]   node   0: [mem 0x000000009e800000-0x00000000aeffffff]
[    0.000000]   node   0: [mem 0x00000000af000000-0x00000000afffffff]
[    0.000000]   node   0: [mem 0x00000000b0000000-0x00000000b7ffffff]
[    0.000000]   node   0: [mem 0x00000000b8000000-0x00000000d7ffffff]
[    0.000000]   node   0: [mem 0x00000000d8000000-0x00000000feffffff]
[    0.000000]   node   0: [mem 0x00000000ff000000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000880000000-0x000000088fffffff]
[    0.000000]   node   0: [mem 0x0000000890000000-0x00000008ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[    0.000000] cma: Reserved 144 MiB at 0x0000000095800000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 32 pages/cpu s93336 r8192 d29544 u131072
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: EL2 vector hardening
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 ro ro                                                                      otfstype=ext4 rootwait net.ifnames=0
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x0000000091800000-0x0000000095800000] (64MB)
[    0.000000] Memory: 2028452K/4194304K available (16704K kernel code, 2236K rwdata, 8548K rodata, 3712K init, 728K bss                                                                      , 2018396K reserved, 147456K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x28/0x500 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[    0.000000] ITS [mem 0x01820000-0x0182ffff]
[    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @890800000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000008900d0000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008900e0000
[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634                                                                       ns
[    0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[    0.008569] Console: colour dummy device 80x25
[    0.013135] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[    0.023806] pid_max: default: 32768 minimum: 301
[    0.028589] LSM: Security Framework initializing
[    0.033322] Yama: becoming mindful.
[    0.036939] AppArmor: AppArmor initialized
[    0.041128] TOMOYO Linux initialized
[    0.044812] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.052385] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.061391] rcu: Hierarchical SRCU implementation.
[    0.066827] Platform MSI: msi-controller@1820000 domain created
[    0.073277] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[    0.082656] EFI services will not be available.
[    0.087519] smp: Bringing up secondary CPUs ...
[    0.092821] Detected PIPT I-cache on CPU1
[    0.092845] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[    0.092856] GICv3: CPU1: using allocated LPI pending table @0x00000008900f0000
[    0.092894] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[    0.092960] smp: Brought up 1 node, 2 CPUs
[    0.122320] SMP: Total of 2 processors activated.
[    0.127127] CPU features: detected: 32-bit EL0 Support
[    0.132387] CPU features: detected: CRC32 instructions
[    0.137638] CPU features: detected: 32-bit EL1 Support
[    0.156698] CPU: All CPU(s) started at EL2
[    0.160906] alternatives: patching kernel code
[    0.166068] devtmpfs: initialized
[    0.180393] KASLR disabled due to lack of seed
[    0.185074] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.195056] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.204159] pinctrl core: initialized pinctrl subsystem
[    0.209864] DMI not present or invalid.
[    0.214069] NET: Registered protocol family 16
[    0.219450] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.226762] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.234844] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.242961] audit: initializing netlink subsys (disabled)
[    0.248641] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[    0.248918] thermal_sys: Registered thermal governor 'fair_share'
[    0.256562] thermal_sys: Registered thermal governor 'bang_bang'
[    0.262788] thermal_sys: Registered thermal governor 'step_wise'
[    0.268924] thermal_sys: Registered thermal governor 'user_space'
[    0.275060] thermal_sys: Registered thermal governor 'power_allocator'
[    0.281891] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.295536] ASID allocator initialised with 65536 entries
[    0.328514] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.335382] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.342231] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.349078] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.357869] cryptd: max_cpu_qlen set to 1000
[    0.363971] raid6: skip pq benchmark and using algorithm neonx8
[    0.370034] raid6: using neon recovery algorithm
[    0.375279] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[    0.384148] vsys_3v3: supplied by evm_12v0
[    0.388534] vsys_5v0: supplied by evm_12v0
[    0.393294] iommu: Default domain type: Translated
[    0.398573] SCSI subsystem initialized
[    0.402516] usbcore: registered new interface driver usbfs
[    0.408153] usbcore: registered new interface driver hub
[    0.413594] usbcore: registered new device driver usb
[    0.419183] mc: Linux media interface: v0.10
[    0.423556] videodev: Linux video capture interface: v2.00
[    0.429199] pps_core: LinuxPPS API ver. 1 registered
[    0.434271] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.443612] PTP clock support registered
[    0.447636] EDAC MC: Ver: 3.0.0
[    0.451866] NetLabel: Initializing
[    0.455337] NetLabel:  domain hash size = 128
[    0.459788] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.465596] NetLabel:  unlabeled traffic allowed by default
[    0.471612] clocksource: Switched to clocksource arch_sys_counter
[    0.798211] VFS: Disk quotas dquot_6.6.0
[    0.802272] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.809374] FS-Cache: Loaded
[    0.812518] CacheFiles: Loaded
[    0.815925] AppArmor: AppArmor Filesystem Enabled
[    0.824413] Carveout Heap: Exported 512 MiB at 0x00000000b8000000
[    0.830725] NET: Registered protocol family 2
[    0.835427] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.844236] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.853101] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.861492] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.869292] TCP: Hash tables configured (established 32768 bind 32768)
[    0.876194] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.883866] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.890787] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.898210] NET: Registered protocol family 1
[    0.903040] RPC: Registered named UNIX socket transport module.
[    0.909112] RPC: Registered udp transport module.
[    0.913918] RPC: Registered tcp transport module.
[    0.918722] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.925306] NET: Registered protocol family 44
[    0.929851] PCI: CLS 0 bytes, default 64
[    0.933966] Trying to unpack rootfs image as initramfs...
[    1.220735] Freeing initrd memory: 15004K
[    1.225226] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    1.233963] kvm [1]: IPA Size Limit: 44 bits
[    1.238926] kvm [1]: GICv3: no GICV resource entry
[    1.243828] kvm [1]: disabling GICv2 emulation
[    1.248385] kvm [1]: GIC system register CPU interface enabled
[    1.254377] kvm [1]: vgic interrupt IRQ9
[    1.258454] kvm [1]: Hyp mode initialized successfully
[    1.266332] Initialise system trusted keyrings
[    1.270977] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    1.279793] zbud: loaded
[    1.283408] NFS: Registering the id_resolver key type
[    1.288611] Key type id_resolver registered
[    1.292883] Key type id_legacy registered
[    1.297019] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.303869] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.311439] jffs2: version 2.2. (NAND) (SUMMARY)  Ā© 2001-2006 Red Hat, Inc.
[    1.319023] fuse: init (API version 7.32)
[    1.342666] xor: measuring software checksum speed
[    1.348822]    8regs           :  7884 MB/sec
[    1.354350]    32regs          :  9111 MB/sec
[    1.360194]    arm64_neon      :  7148 MB/sec
[    1.364642] xor: using function: 32regs (9111 MB/sec)
[    1.369810] Key type asymmetric registered
[    1.373993] Asymmetric key parser 'x509' registered
[    1.379003] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.386635] io scheduler mq-deadline registered
[    1.392774] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[    1.399018] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[    1.408807] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[    1.415106] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[    1.423489] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[    1.432318] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[    1.440653] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[    1.447743] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[    1.456112] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[    1.468940] brd: module loaded
[    1.599663] loop: module loaded
[    1.603569] megasas: 07.714.04.00-rc1
[    1.610027] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    1.616456] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.622544] sky2: driver version 1.30
[    1.627020] VFIO - User Level meta-driver version: 0.3
[    1.632716] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.639417] ehci-pci: EHCI PCI platform driver
[    1.644297] usbcore: registered new interface driver uas
[    1.649751] usbcore: registered new interface driver usb-storage
[    1.656344] i2c /dev entries driver
[    1.660084] Driver for 1-wire Dallas network protocol.
[    1.665362] DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko
[    1.672541] sdhci: Secure Digital Host Controller Interface driver
[    1.678858] sdhci: Copyright(c) Pierre Ossman
[    1.683623] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.692009] ledtrig-cpu: registered to indicate activity on CPUs
[    1.698378] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    1.704999] hid: raw HID events driver (C) Jiri Kosina
[    1.710357] usbcore: registered new interface driver usbhid
[    1.716051] usbhid: USB HID core driver
[    1.720495] optee: probing for conduit method.
[    1.725054] optee: revision 3.12 (cac3fef2)
[    1.725328] optee: initialized driver
[    1.734732] drop_monitor: Initializing network drop monitor service
[    1.741489] NET: Registered protocol family 10
[    1.761785] Segment Routing with IPv6
[    1.765603] mip6: Mobile IPv6
[    1.768675] NET: Registered protocol family 17
[    1.773323] Key type dns_resolver registered
[    1.777714] mpls_gso: MPLS GSO support
[    1.781694] registered taskstats version 1
[    1.785882] Loading compiled-in X.509 certificates
[    1.790846] zswap: loaded using pool lzo/zbud
[    1.795455] Key type ._fscrypt registered
[    1.799562] Key type .fscrypt registered
[    1.803569] Key type fscrypt-provisioning registered
[    1.811849] Btrfs loaded, crc32c=crc32c-generic
[    1.816548] AppArmor: AppArmor sha1 policy hashing enabled
[    1.828466] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[    1.834815] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[    1.844097] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
[    1.878585] random: fast init done
[    1.909840] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[    1.916022] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[    1.922589] at24 2-0050: supply vcc not found, using dummy regulator
[    1.951756] at24 2-0050: 512 byte 24c04 EEPROM, writable, 1 bytes/write
[    1.958550] omap_i2c 42120000.i2c: bus 2 rev0.12 at 400 kHz
[    1.964866] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[    1.971923] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
[    1.978103] omap_i2c 2020000.i2c: bus 5 rev0.12 at 100 kHz
[    1.984306] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
[    1.990385] omap_i2c 2040000.i2c: bus 7 rev0.12 at 400 kHz
[    1.997033] omap_i2c 2050000.i2c: bus 8 rev0.12 at 400 kHz
[    2.003287] omap_i2c 2060000.i2c: bus 9 rev0.12 at 100 kHz
[    2.009834] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
[    2.019828] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
[    2.028663] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
[    2.038551] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[    2.064941] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[    2.072618] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
[    2.080902] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
[    2.089182] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    2.098633] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[    2.108521] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[    2.115282] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[    2.124548] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[    2.134703] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[    2.141469] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[    2.149493] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
[    2.158998] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 27, base_baud = 3000000) is a 8250
[    2.167746] printk: console [ttyS2] enabled
[    2.167746] printk: console [ttyS2] enabled
[    2.176186] printk: bootconsole [ns16550a0] disabled
[    2.176186] printk: bootconsole [ns16550a0] disabled
[    2.186750] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 28, base_baud = 3000000) is a 8250
[    2.195804] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 29, base_baud = 3000000) is a 8250
[    2.204852] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 30, base_baud = 3000000) is a 8250
[    2.259620] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    2.271868] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    2.280182] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100                                                                       Ports: 2 quirks:00000000
[    2.294401] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[    2.306660] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.312162] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    2.319917] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010
[    2.329315] xhci-hcd xhci-hcd.0.auto: irq 225, io mem 0x06410000
[    2.335522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.343781] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.350992] usb usb1: Product: xHCI Host Controller
[    2.355858] usb usb1: Manufacturer: Linux 5.10.109-ti-arm64-r49 xhci-hcd
[    2.362544] usb usb1: SerialNumber: xhci-hcd.0.auto
[    2.367660] hub 1-0:1.0: USB hub found
[    2.371410] hub 1-0:1.0: 1 port detected
[    2.375468] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.380954] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    2.388599] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    2.395146] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.403289] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    2.411536] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.418742] usb usb2: Product: xHCI Host Controller
[    2.423608] usb usb2: Manufacturer: Linux 5.10.109-ti-arm64-r49 xhci-hcd
[    2.430293] usb usb2: SerialNumber: xhci-hcd.0.auto
[    2.435365] hub 2-0:1.0: USB hub found
[    2.439120] hub 2-0:1.0: 1 port detected
[    2.545689] mmc0: CQHCI version 5.10
[    2.555004] gpio gpiochip2: gpio-line-names is length 37 but should be at most length 36
[    2.564123] vdd_mmc1: supplied by vsys_3v3
[    2.569198] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[    2.576097] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[    2.582970] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[    2.589842] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[    2.593712] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[    2.603863] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[    2.614396] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[    2.621892] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
[    2.629975] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
[    2.638068] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    2.639622] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    2.676112] mmc0: mmc_select_hs200 failed, error -110
[    2.681158] mmc0: error -110 whilst initialising MMC card
[    2.748724] j721e-pcie 2910000.pcie: Link up
[    2.752991] j721e-pcie 2910000.pcie: Link up
[    2.757343] j721e-pcie 2910000.pcie: PCI host bridge to bus 0000:00
[    2.763602] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.769080] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[    2.778540] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[    2.785426] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[    2.791420] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[    2.796346] mmc0: mmc_select_hs200 failed, error -110
[    2.801055] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[    2.806103] mmc0: error -110 whilst initialising MMC card
[    2.815743] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
[    2.821356] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
[    2.830839] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[    2.839002] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.848826] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
[    2.855834] usb 1-1: SerialNumber: D20508591EA6
[    2.865537] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
[    2.870542] hub 1-1:1.0: USB hub found
[    2.879791] pci 0000:00:00.0: supports D1
[    2.883594] hub 1-1:1.0: 4 ports detected
[    2.887490] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    2.897221] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
[    2.910249] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.918353] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[    2.928087] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[    2.937814] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[    2.947663] pci 0000:01:00.0: [8086:2526] type 00 class 0x028000
[    2.953700] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    2.960703] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.975702] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[    2.976791] mmc0: mmc_select_hs200 failed, error -110
[    2.985850] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.987796] mmc0: error -110 whilst initialising MMC card
[    2.994426] pci 0000:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[    3.006641] pci 0000:01:00.0: BAR 0: assigned [mem 0x18100000-0x18103fff 64bit]
[    3.013990] pci 0000:00:00.0: PCI bridge to [bus 01]
[    3.018960] pci 0000:00:00.0:   bridge window [mem 0x18100000-0x181fffff]
[    3.025849] usb 2-1: New USB device found, idVendor=0451, idProduct=8140, bcdDevice= 1.00
[    3.034145] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    3.040232] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.047528] pcieport 0000:00:00.0: PME: Signaling with IRQ 499
[    3.053609] pcieport 0000:00:00.0: AER: enabled with IRQ 499
[    3.059512] hub 2-1:1.0: USB hub found
[    3.063282] hub 2-1:1.0: 4 ports detected
[    3.068394] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[    3.079507] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[    3.094275] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[    3.101151] spi-nor: probe of spi1.0 failed with error -2
[    3.147702] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    3.160018] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    3.165537] mmc0: mmc_select_hs200 failed, error -110
[    3.168334] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100                                                                       Ports: 2 quirks:00000000
[    3.173324] mmc0: error -110 whilst initialising MMC card
[    3.191496] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
[    3.198649] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[    3.205702] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    3.212916] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[    3.219334] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[    3.298565] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.09
[    3.306905] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.314203] usb 1-1.1: Product: USB Receiver
[    3.318462] usb 1-1.1: Manufacturer: Logitech
[    3.334949] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on                                                                       usb-xhci-hcd.0.auto-1.1/input2
[    3.477479] input: Logitech M585/M590 as /devices/platform/bus@100000/4114000.cdns-usb/6400000.usb/xhci-hcd.0.auto/us                                                                      b1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input0
[    3.494915] logitech-hidpp-device 0003:046D:406B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech M585/M590] on                                                                       usb-xhci-hcd.0.auto-1.1/input2:1
[    3.551618] usb 1-1.2: new low-speed USB device number 4 using xhci-hcd
[    3.661124] usb 1-1.2: New USB device found, idVendor=1c4f, idProduct=0026, bcdDevice= 1.10
[    3.669461] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.676754] usb 1-1.2: Product: USB Keyboard
[    3.681013] usb 1-1.2: Manufacturer: SIGMACHIP
[    3.692770] input: SIGMACHIP USB Keyboard as /devices/platform/bus@100000/4114000.cdns-usb/6400000.usb/xhci-hcd.0.aut                                                                      o/usb1/1-1/1-1.2/1-1.2:1.0/0003:1C4F:0026.0005/input/input1
[    3.767814] hid-generic 0003:1C4F:0026.0005: input,hidraw2: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-xh                                                                      ci-hcd.0.auto-1.2/input0
[    3.783011] input: SIGMACHIP USB Keyboard Consumer Control as /devices/platform/bus@100000/4114000.cdns-usb/6400000.u                                                                      sb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:1C4F:0026.0006/input/input2
[    3.859713] input: SIGMACHIP USB Keyboard System Control as /devices/platform/bus@100000/4114000.cdns-usb/6400000.usb                                                                      /xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:1C4F:0026.0006/input/input3
[    3.876803] hid-generic 0003:1C4F:0026.0006: input,hidraw3: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-xhci                                                                      -hcd.0.auto-1.2/input1
[    3.959057] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present!
[    3.966406] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present!
[    3.973639] usb 1-1.3: new full-speed USB device number 5 using xhci-hcd
[    3.980703] mmc1: CQHCI version 5.10
[    3.981879] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
[    3.991691] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
[    3.999050] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[    4.006375] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
[    4.014802] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[    4.100723] usb 1-1.3: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02
[    4.109063] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.501942] sdhci-am654 4fb0000.mmc: Power on failed
[    5.537542] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[    5.547243] Freeing unused kernel memory: 3712K
[    5.580538] Checked W+X mappings: passed, no W+X pages found
[    5.586210] Run /init as init process
Loading, please wait...
Starting version 247.3-7
[    6.076987] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
[    6.184481] Console: switching to colour frame buffer device 160x45
[    6.219021] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[    6.280633] remoteproc remoteproc0: b034000.pru is available
[    6.300650] remoteproc remoteproc1: b004000.rtu is available
[    6.306914] remoteproc remoteproc2: b00a000.txpru is available
[    6.313174] remoteproc remoteproc3: b038000.pru is available
[    6.319331] remoteproc remoteproc4: b006000.rtu is available
[    6.325526] remoteproc remoteproc5: b00c000.txpru is available
[    6.331792] remoteproc remoteproc6: b134000.pru is available
[    6.337918] remoteproc remoteproc7: b104000.rtu is available
[    6.344090] remoteproc remoteproc8: b10a000.txpru is available
[    6.350325] remoteproc remoteproc9: b138000.pru is available
[    6.356481] remoteproc remoteproc10: b106000.rtu is available
[    6.362749] remoteproc remoteproc11: b10c000.txpru is available
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
done.
Gave up waiting for root file system device.  Common problems:(initramfs)
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/mmcblk0p2 does not exist.  Dropping to a shell!

BusyBox v1.30.1 (Debian 1:1.30.1-6+b3) bui(initramfs)lt-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)

After running beagle-flasher I had to unplug the power to make it boot from eMMC. Just running reboot (and remove microSD) did not work. It just hang with power LED lit.

1 Like