avafinger

Results 251 comments of avafinger

At the end, it will prompt for the login (UART). You type **ubuntu** / **ubuntu**. You are in command.

``` alex@svn:~$ sudo minicom -D /dev/ttyUSB0 [sudo] password for alex: Sorry, try again. [sudo] password for alex: Welcome to minicom 2.7.1 OPTIONS: I18n Compiled on Aug 13 2017, 15:25:34. Port...

``` ubuntu Password: Last login: Sun Jan 5 23:19:16 UTC 2020 from 192.168.254.253 on pts/0 Welcome to Ubuntu 19.10 (GNU/Linux 5.4.8 aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support:ps://ubuntu.com/advantage...

it's a 32 GB SD card (Sandisk Ultra) , 80 MB/s read. Vendor info. But many builds i think is wearing out too fast also.

Please, attach a complete boot log.

Some tips: * I see you have a different partition scheme, seems to be only one partition * You are using U-boot for BSP (Kernel 4.4), for mainline i use:...

You could pass a kernel command with the preferred mode through DDC/EDID. video=HDMI-A-1:1280x720 or a specific edid: drm.edid_firmware=edid/your_edid.bin That should be in ls -la /usr/lib/firmware/edid/*.bin

Can you tell which kernel? I think kernel 5.x i have # CONFIG_DM_CRYPT is not set Would you mind trying 5.9.0-rc3? I am testing it with 20.04 LTS.

I have the config below, check if you need anything else: ``` # # Generic fallback / legacy drivers # # CONFIG_PATA_ACPI is not set # CONFIG_ATA_GENERIC is not set...

We have it as a modules now: ``` LD [M] drivers/md/dm-crypt.ko LD [M] crypto/essiv.ko ```