A10-OLinuXino-LIME Login Issues

Hi Robert,
Thank you for your tutorial.
I have some problems when I want to do login (arm login: _ ). I can’t write the user and password.
Has anyone else had this issue?

Regards.

Hi @dcm37 , with your A10-OLinuXino-LIME, how are you seeing the Login prompt? Thru the Serial terminal or HDMI port?

Regards,

Hi Robert,

HDMI port.

Regards

Hi @dcm37 , i’m currently debugging this, for reference, what was the file name of the “Root File System” you wrote to the microSD card…

Edit: Weird… usb is not detecting…

debian@arm:~$ uname -r
4.14.226-armv7-x49
debian@arm:~$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

So in u-boot usb works:

U-Boot SPL 2019.07-00001-g73b01f8d (May 06 2021 - 14:26:24 -0500)
DRAM: 512 MiB
CPU: 912000000Hz, AXI/AHB/APB: 3/2/2
Trying to boot from MMC1


U-Boot 2019.07-00001-g73b01f8d (May 06 2021 - 14:26:24 -0500) Allwinner Technology

CPU:   Allwinner A10 (SUN4I)
Model: Olimex A10-OLinuXino-LIME
I2C:   ready
DRAM:  512 MiB
MMC:   mmc@1c0f000: 0
Loading Environment from FAT... Unable to use mmc 0:1... HDMI connected: Setting up a 1920x1200 hdmi console (overscan 0x0)
In:    serial
Out:   vga
Err:   vga
Net:   eth0: ethernet@1c0b000
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... 2 USB Device(s) found
scanning bus usb@1c1c000 for devices... 2 USB Device(s) found
scanning bus usb@1c1c400 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
Hit any key to stop autoboot:  0 
=> 
=> 
=> 
=> boot

This might be something: EHCI failed to shut down host controller.

Retrieving file: /boot/dtbs/4.14.226-armv7-x49/sun4i-a10-olinuxino-lime.dtb
36424 bytes read in 12 ms (2.9 MiB/s)
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
EHCI failed to shut down host controller.
   Loading Device Tree to 49ff4000, end 49fffe47 ... OK

Regards,

Hi Robert,

My device is /dev/sdb, the partition is /dev/sdb1 and the label is rootfs.

I have the same problem ( EHCI failed to shut down host controller.) with other systems and this board but it worked without problems.

After the message “Starting Kernel…”
It show me these messages:
CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
sun4i-usb-phy 1c13400.phy: Couldn’t request ID GPIO

Regards