FRDM i.MX93 debian fails to boot

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

FRDM i.MX93 debian fails to boot

跳至解决方案
515 次查看
ieio74
Contributor I

Hi all,

I created a debian image:

flex-installer -i auto -d /dev/mmcblk0 -m imx93frdm

but when I try to boot it I got the following:

U-Boot SPL 2024.04-00004-g3c3ab3b0050 (Dec 16 2024 - 03:43:34 +0100)
SOC: 0xa1009300
LC: 0x2040010
PMIC: PCA9451A
PMIC: Over Drive Voltage Mode
DDR: 3733MTS
DDR: 3733MTS
found DRAM 2GB DRAM matched
M33 prepare ok
Normal Boot
Trying to boot from BOOTROM
Boot Stage: Primary boot
image offset 0x8000, pagesize 0x200, ivt offset 0x0
Load image from 0x58800 by ROM_API
NOTICE: TRDC init done
NOTICE: BL31: v2.10.0 (release):lf-6.6.36-2.1.0
NOTICE: BL31: Built : 03:43:39, Dec 16 2024


U-Boot 2024.04-00004-g3c3ab3b0050 (Dec 16 2024 - 03:43:34 +0100)

Reset Status: POR

CPU: NXP i.MX93(52) Rev1.1 A55 at 1700 MHz
CPU: Industrial temperature grade (-40C to 105C) at 41C

Model: NXP i.MX93 11X11 FRDM board
DRAM: 2 GiB
optee optee: OP-TEE api uid mismatch
TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C2 0x52]
TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C2 0x50]
Core: 225 devices, 32 uclasses, devicetree: separate
MMC: FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

[*]-Video Link 0fail to find output device
probe video device failed, ret -19

[0] lcd-controller@4ae30000, video
fail to find output device
probe video device failed, ret -19
In: serial
Out: serial
Err: serial

BuildInfo:
- ELE firmware version 2.0.0-64d8ef47

switch to partitions #0, OK
mmc1 is current device
UID: 8113698833b24e53b83dc4ac5ea9ee53
flash target is MMC:1
Net:
Warning: ethernet@428a0000 (eth1) using random MAC address - 0e:5e:34:1a:a9:5b

Warning: ethernet@42890000 (eth0) using random MAC address - 5a:85:5e:b5:39:85
eth0: ethernet@42890000, eth1: ethernet@428a0000 [PRIME]
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
Working FDT set to 83000000
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
47856 bytes read in 2 ms (22.8 MiB/s)
optee optee: OP-TEE api uid mismatch
Unable to open OP-TEE session (err=-19)
mm_communicate failed!
Error: Cannot initialize UEFI sub-system, r = 3
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Error: Cannot initialize UEFI sub-system, r = 3
starting USB...
Bus usb@4c100000: tcpc_setup_ufp_mode: Polling ALERT register, TCPC_ALERT_CC_STATUS bit failed, ret = -62
Port not available.
Bus usb@4c200000: USB EHCI 1.00
scanning bus usb@4c200000 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found

Device 0: unknown device
Running BSP bootcmd ...
switch to partitions #0, OK
mmc1 is current device
Can't set block device
Can't set block device
Booting from net ...
ethernet@428a0000 Waiting for PHY auto negotiation to complete.... done
BOOTP broadcast 1
DHCP client bound to address 192.168.178.117 (8 ms)
Using ethernet@428a0000 device
TFTP from server 192.168.178.1; our IP address is 192.168.178.117
Filename 'Image'.
Load address: 0x80400000
Loading: *

 

What am I missing?

0 项奖励
回复
1 解答
498 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @ieio74!

Thank you for contacting NXP Support!

 

I am not facing the error by my side.

Try deleting all of the partitions using gparted and try the next commands:

$ sudo flex-installer -i pf -d /dev/mmcblkx
$ sudo flex-installer -i auto -d /dev/mmcblkx -m imx93frdm

 

 

Change the x with the number of your device.

 

Best Regards!

Chavira

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
499 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @ieio74!

Thank you for contacting NXP Support!

 

I am not facing the error by my side.

Try deleting all of the partitions using gparted and try the next commands:

$ sudo flex-installer -i pf -d /dev/mmcblkx
$ sudo flex-installer -i auto -d /dev/mmcblkx -m imx93frdm

 

 

Change the x with the number of your device.

 

Best Regards!

Chavira

 

0 项奖励
回复
483 次查看
ieio74
Contributor I

Thank you @Chavira.

 I followed your instructions and now I have debian running on my FRDM i.MX93.

0 项奖励
回复