Hi,
I need support for the first boot of my Verdin iMX8MP + Mallow system. I created an SD card containing TEZI 7.5.0. The SD card works correctly on other Verdin + Mallow systems. On this system, as soon as it is powered on with the SD card inserted at boot time, I encounter the following problem:
U-Boot SPL 2020.04-5.7.1+git.33bb8e968332 (Sep 06 2022 - 15:21:33 +0000)
DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
Training FAILED
Quad die, dual rank failed, attempting dual die, single rank configuration.
DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from BOOTROM
Find FIT header 0x4803a600, size 969
Need continue download 1024
Download 839680, total fit 841216
NOTICE: BL31: v2.2(release):toradex_imx_5.4.70_2.3.0-g2fa8c6349e
NOTICE: BL31: Built : 09:50:17, Jul 4 2022
U-Boot 2020.04-5.7.1+git.33bb8e968332 (Sep 06 2022 - 15:22:12 +0000)
CPU: i.MX8MP[6] rev1.1 1600 MHz (running at 1200 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 39C
Reset cause: POR
DRAM: 2 GiB
MMC: FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC... OK
In: serial
Out: serial
Err: serial
Model: Toradex Verdin iMX8M Plus Quad 2GB Wi-Fi / BT IT V1.1A, Serial# 08739945
Carrier: Toradex Colibri PXA300 208MHz V1.1C, Serial# 12929231
BuildInfo:
- ATF 2fa8c63
- U-Boot 2020.04-5.7.1+git.33bb8e968332
Setting variant to wifi
flash target is MMC:2
Net: eth1: ethernet@30be0000, eth0: ethernet@30bf0000 [PRIME]
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
Run CMD11 1.8V switch
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:2...
switch to partitions #0, OK
mmc2(part 0) is current device
Scanning mmc 2:1...
starting USB...
Bus usb@38100000: Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
Bus usb@38200000: Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus usb@38100000 for devices... 1 USB Device(s) found
scanning bus usb@38200000 for devices... 5 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Device 0: unknown device
ethernet@30bf0000 Waiting for PHY auto negotiation to complete....... done
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
*** Unhandled DHCP Option in OFFER/ACK: 42
*** Unhandled DHCP Option in OFFER/ACK: 224
*** Unhandled DHCP Option in OFFER/ACK: 42
*** Unhandled DHCP Option in OFFER/ACK: 224
DHCP client bound to address 192.168.55.6 (2775 ms)
Using ethernet@30bf0000 device
TFTP from server 192.168.10.1; our IP address is 192.168.55.6; sending through gateway 192.168.55.1
Filename 'boot-tezi.scr'.
Load address: 0x47000000
Loading: T T
Abort
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 42
*** Unhandled DHCP Option in OFFER/ACK: 224
*** Unhandled DHCP Option in OFFER/ACK: 42
*** Unhandled DHCP Option in OFFER/ACK: 224
DHCP client bound to address 192.168.55.6 (17 ms)
Using ethernet@30bf0000 device
TFTP from server 192.168.10.1; our IP address is 192.168.55.6; sending through gateway 192.168.55.1
Filename 'boot-tezi.scr'.
Load address: 0x40000000
Loading: *
Abort
Verdin iMX8MP TEZI #
The board gets stuck at that point and TEZI does not start. I do not see anything on the HDMI or LVDS output. An Ethernet cable and a keyboard with mouse are connected to the board. From my PC I ran the following command:
torizoncore-builder images serve torizon-image/
No system is installed. What do I need to do in order to start the installation of my Torizon image created with TorizonCore Builder?