IMX8MM mini UUU without type C connector

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX8MM mini UUU without type C connector

1,086 Views
dudisasson
Contributor I

Hi,

I have a new board we designed according to the IMX8MM mini EVK. we removed the type C connectors and replaced them with an usb2 OTG connectors. 

I used the following link and compiled the Uboot & kernel with the changes mentioned there.

 https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8MM-i-MX8MQ-USB2-0-Design-Without-US...

Uboot - CONFIG_USB_TCPC=n

Device tree - 

&usbotg1 {
    status = "okay";
};

&usbotg2 {
    status = "okay";

and removed the references to ptn5110.

when trying to load them with UUU, this is what I get in the terminal:

U-Boot SPL 2018.03-imx_v2018.03_4.14.98_2.0.0_ga+g87a19df (Feb 11 2021 - 14:16:20 +0000)
power_bd71837_init
DDRINFO: start lpddr4 ddr init
DRAM PHY training for 3000MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 400MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 100MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 3000MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from USB SDP
SDP: initialize...
SDP: handle requests...
Downloading file of size 1223624 to 0x40400000... done
Jumping to header at 0x40400000
Header Tag is not an IMX image
Found header at 0x4042b400


U-Boot 2018.03-imx_v2018.03_4.14.98_2.0.0_ga+g87a19df (Feb 11 2021 - 14:16:20 +0000)

CPU:   Freescale i.MX8MMQ rev1.0 1800 MHz (running at 1200 MHz)
CPU:   Commercial temperature grade (0C to 95C) at 35C
Reset cause: POR
Model: FSL i.MX8MM EVK board
DRAM:  2 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... Card did not respond to voltage select!
*** Warning - No block device, using default environment

Failed (-5)
No panel detected: default to MIPI2HDMI
adv7535_init: Can't find device id=0x3d, on bus 1
Display: MIPI2HDMI (1920x1080)
Video: 1920x1080x24
In:    serial
Out:   serial
Err:   serial

 BuildInfo:
  - ATF 1cb68fa
  - U-Boot 2018.03-imx_v2018.03_4.14.98_2.0.0_ga+g87a19df

Card did not respond to voltage select!
Detect USB boot. Will enter fastboot mode!
Net:   No ethernet found.
Fastboot: Normal
Boot from USB for mfgtools
Use default environment for                              mfgtools
Run bootcmd_mfg: run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else booti ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot 0; fi;
Hit any key to stop autoboot:  0

## Checking Image at 43800000 ...
Unknown image format!
Run fastboot ...
g_dnl_register: failed!, error: -19
u-boot=>



Any ideas?

Thanks in advance,
Dudi/

 

 

 

0 Kudos
3 Replies

644 Views
maidaothanh
Contributor I

could you plwase share me the BIN file

0 Kudos

1,033 Views
nxf63675
NXP TechSupport
NXP TechSupport

Hi dudisasson,

 

It appear that all the configuration you did is good, where did you take the source code?

 

Regards,

Israel H.

0 Kudos

1,018 Views
dudisasson
Contributor I

Hi Israel,

the source code is from the following link:

https://source.codeaurora.org/external/imx/imx-manifest 

I am using imx-linux-sumo

 

 

 

0 Kudos