Device not booting with any Image

I can take any of the provided example images or my own yocto build, I always end up with this console output:

NOTICE:  Model: Arrow Electronics STM32MP157A Avenger96 board                                                                           
INFO:    Reset reason (0x15):                                                                                                           
INFO:      Power-on Reset (rst_por)                                                                                                     
INFO:    PMIC version = 0x10                                                                                                            
INFO:    Using SDMMC                                                                                                                    
INFO:      Instance 1                                                                                                                   
INFO:    Boot used partition fsbl1                                                                                                      
NOTICE:  BL2: v2.2-r2.0(debug):v2.2-dirty                                                                                               
NOTICE:  BL2: Built : 13:36:23, Oct 22 2019
INFO:    Using crypto library 'stm32_crypto_lib'
INFO:    BL2: Doing platform setup
INFO:    RAM: DDR3-DDR3L 32bits 533000Khz
INFO:    Memory size = 0x40000000 (1024 MB)
INFO:    BL2 runs SP_MIN setup
INFO:    BL2: Loading image id 4
INFO:    Loading image id=4 at address 0x2ffeb000                                                                     
INFO:    Image id=4 loaded: 0x2ffeb000 - 0x2ffff000                                                                   
INFO:    BL2: Loading image id 5                                                                                      
INFO:    Loading image id=5 at address 0xc0100000                                                                     
INFO:    STM32 Image size : 901888                                                                                    
INFO:    Image id=5 loaded: 0xc0100000 - 0xc01dc300
WARNING: Skip signature check (header option)
NOTICE:  ROTPK is not deployed on platform. Skipping ROTPK verification.
NOTICE:  BL2: Booting BL32
INFO:    Entry point address = 0x2ffeb000
INFO:    SPSR = 0x1d3
NOTICE:  SP_MIN: v2.2-r2.0(debug):v2.2-dirty
NOTICE:  SP_MIN: Built : 13:36:23, Oct 22 2019
INFO:    ARM GICv2 driver initialized
INFO:    Set calibration timer to 60 sec
INFO:    stm32mp IWDG1 (12): Secure
INFO:    ETZPC: CRYP1 (9) could be non secure
INFO:    SP_MIN: Initializing runtime services
INFO:    SP_MIN: Preparing exit to normal world


U-Boot 2020.01-stm32mp-r2 (Jan 06 2020 - 20:56:31 +0000)

CPU: STM32MP157AAC Rev.B
Model: Arrow Electronics Avenger96 Board
Board: stm32mp1 in trusted mode (st,stm32mp157a-av96)
DRAM:  1 GiB
Clocks:
- MPU : 650 MHz
- MCU : 208.878 MHz
- AXI : 266.500 MHz
- PER : 24 MHz
- DDR : 533 MHz
WDT:   Started with servicing (32s timeout)
NAND:  0 MiB
MMC:   STM32 SD/MMC: 0, STM32 SD/MMC: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
invalid MAC address in OTP 00:00:00:00:00:00
Net:   eth0: ethernet@5800a000
Hit any key to stop autoboot:  0 
STM32MP> 

The console seems to be crashed, as I cannot enter anything through serial.
Any ideas?

Did you try the latest images available in DH wiki: Avenger96 - Wiki-DB

If you are talking about this: Dropbox - File Deleted

Then yes!

Okay. Did you try the OpenSTLinux image?

I just retried it. It lead to the exact same behaviour.

Btw: the serial output does not look exactly identical for the two, but they end the same way. The dh-core image produces the following console log:

U-Boot SPL 2020.07 (Sep 04 2020 - 11:52:29 +0000)
Model: Arrow Electronics STM32MP15xx Avenger96 board
Code:  SoM:rev=0,ddr3=3 Board:rev=1
RAM: DDR3L 32bits 2x4Gb 533MHz
Trying to boot from MMC1


U-Boot 2020.07 (Sep 04 2020 - 11:52:29 +0000)

CPU: STM32MP157AAC Rev.B
Model: Arrow Electronics STM32MP15xx Avenger96 board
Board: stm32mp1 in basic mode (arrow,stm32mp15xx-avenger96)
DRAM:  1 GiB
Clocks:
- MPU : 650 MHz
- MCU : 208.878 MHz
- AXI : 266.500 MHz
- PER : 24 MHz
- DDR : 533 MHz
MMC:   STM32 SD/MMC: 0, STM32 SD/MMC: 1
Loading Environment from SPI Flash... SF: Detected w25q16dw with page size 256 Bytes, erase size 64 KiB, total 2 MiB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   eth0: ethernet@5800a000
Hit any key to stop autoboot:  0 
STM32MP>