• Logs

    Emre03/29/2026 at 00:26 0 comments

    U-Boot 2022.01 (Mar 29 2026 - 02:38:06 +0300) Allwinner Technology
    
    CPU:   Allwinner V3s (SUN8I 1681)
    Model: Lichee Pi Zero
    DRAM:  64 MiB
    WDT:   Not starting watchdog@1c20ca0
    MMC:   mmc@1c0f000: 0
    Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In:    serial@1c28000
    Out:   serial@1c28000
    Err:   serial@1c28000
    Net:   No ethernet found.
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    Found U-Boot script /boot.scr
    292 bytes read in 2 ms (142.6 KiB/s)
    ## Executing script at 41900000
    4183552 bytes read in 706 ms (5.7 MiB/s)
    9041 bytes read in 5 ms (1.7 MiB/s)
    Kernel image @ 0x41000000 [ 0x000000 - 0x3fd600 ]
    ## Flattened Device Tree blob at 41800000
       Booting using the fdt blob at 0x41800000
       Loading Device Tree to 42dfa000, end 42dff350 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 5.3.5 (test@test-virtual-machine) (gcc version 12.3.0 (Buildroot 2024.02.1)) #1 SMP Sun Mar 29 02:38:32 +03 2026
    [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: Lichee Pi Zero with Dock
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] cma: Reserved 16 MiB at 0x41c00000
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [    0.000000] percpu: Embedded 15 pages/cpu s30412 r8192 d22836 u61440
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16256
    [    0.000000] Kernel command line: console=ttyS0,115200 panic=5 console=tty0 rootwait root=/dev/mmcblk0p2 earlyprintk rw
    [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 38516K/65536K available (6144K kernel code, 432K rwdata, 1632K rodata, 1024K init, 242K bss, 10636K reserved, 16384K cma-reserved, 0K highmem)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] rcu: Hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set
    [    0.000000] random: get_random_bytes called from start_kernel+0x2ec/0x490 with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    [    0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    [    0.000019] Switching to timer-based delay loop, resolution 41ns
    [    0.000208] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [    0.000434] Console: colour dummy device 80x30
    [    0.000725] printk: console [tty0] enabled
    [    0.000776] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
    [    0.000802] pid_max: default: 32768 minimum: 301
    [    0.000956] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.000988] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [    0.001835] CPU: Testing write buffer coherency: ok
    [    0.002372] /cpus/cpu@0 missing clock-frequency property
    [    0.002415] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.003180] Setting up static identity map for 0x40100000 - 0x40100060
    [    0.003424] rcu: Hierarchical SRCU implementation.
    [    0.003901] smp: Bringing up secondary CPUs ...
    [    0.003939] smp: Brought up 1 node, 1 CPU
    ...
    Read more »