Kernel boot problem

Started by Tzeentchful, July 16, 2021, 09:25:05 AM

Previous topic - Next topic

Tzeentchful

Hello,
I have an A20 board based on LIME2, when I try to boot up an armbian image it gets stuck at starting kernel. One thing that catches my attention is Failed to set core voltage message. I have checked the I2C line to see if the AXP209 was responding to voltage change and it was not. Any ideas where should I look into.

U-Boot SPL 2020.10-armbian (Dec 11 2020 - 22:55:37 +0100)
DRAM: 1024 MiB
Failed to set core voltage! Can't set CPU frequency
Trying to boot from MMC1


U-Boot 2020.10-armbian (Dec 11 2020 - 22:55:37 +0100) Allwinner Technology

CPU:   Allwinner A20 (SUN7I)
Model: Olimex A20-OLinuXino-LIME2-eMMC
I2C:   ready
DRAM:  1 GiB
MMC:   mmc@1c0f000: 0, mmc@1c11000: 1
Loading Environment from FAT... Card did not respond to voltage select!
DDC: timeout reading EDID
DDC: timeout reading EDID
DDC: timeout reading EDID
In:    serial
Out:   serial
Err:   serial
Allwinner mUSB OTG (Peripheral)
Net:   Could not get PHY for ethernet@1c50000: addr 1
eth1: usb_ether
230454 bytes read in 21 ms (10.5 MiB/s)
Error: 24 bits/pixel bitmap incompatible with current video mode
starting USB...
Bus usb@1c14000: USB EHCI 1.00
Bus usb@1c14400: USB OHCI 1.0
Bus usb@1c1c000: USB EHCI 1.00
Bus usb@1c1c400: USB OHCI 1.0
scanning bus usb@1c14000 for devices... 1 USB Device(s) found
scanning bus usb@1c14400 for devices... 1 USB Device(s) found
scanning bus usb@1c1c000 for devices... 1 USB Device(s) found
scanning bus usb@1c1c400 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Autoboot in 1 seconds, press <Space> to stop
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
3967 bytes read in 6 ms (645.5 KiB/s)
## Executing script at 43100000
U-boot loaded from SD
Boot script loaded from mmc
203 bytes read in 5 ms (39.1 KiB/s)
11434469 bytes read in 758 ms (14.4 MiB/s)
7808464 bytes read in 512 ms (14.5 MiB/s)
Found mainline kernel configuration
43687 bytes read in 13 ms (3.2 MiB/s)
5532 bytes read in 17 ms (317.4 KiB/s)
Applying kernel provided DT fixup script (sun7i-a20-fixup.scr)
## Executing script at 45000000
## Loading init Ramdisk from Legacy Image at 43300000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    11434405 Bytes = 10.9 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
EHCI failed to shut down host controller.
   Loading Ramdisk to 49518000, end 49fff9a5 ... OK
   Loading Device Tree to 494a4000, end 49517fff ... OK

Starting kernel ...