custom dts at u-boot not working, fails with usb failure

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

custom dts at u-boot not working, fails with usb failure

410件の閲覧回数
Dhvani
Contributor I

Hi there,
I am working on my custom board, which has imx8mm processor. I was dealing with u-boot customization for my custom board, then I faced one issue. My bootloader file "imx-boot-imx8mm-lpddr4-evk-sd .bin-flash_evk" with default dts "imx8mm-evk.dts" flashed & properly copied. But when I renamed this dts into "custom.dts" as well as made an entry in Makefile for my dts to be compiled and it is compiling properly.

But at fastboot it gives me error like below

## Checking Image at 43800000 ...
Unknown image format!
Run fastboot ...
No USB device found
USB init failed: -19
u-boot=>


I don't know why after just changing dts file (without any changes in default ) it's usb init got failed.
Can someone please help!!

Thank you in advance

ラベル(1)
0 件の賞賛
2 返答(返信)

349件の閲覧回数
goodspeed
Contributor II

When you change the dts file name. You have lost "binman node".

You need change the "binman node" along with the dts file name.

0 件の賞賛

372件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @Dhvani,

I hope you are doing well.
 
Please share the steps you are following and the whole log file to further debug the issue.
If you are making any changes in the device tree file, kindly share the same. 
 
Thanks & Regards,
Dhruvit Vasavada

0 件の賞賛