i.Mx8M Mini U-boot Halt at autoboot and continue booting on GPIO interrupt

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

i.Mx8M Mini U-boot Halt at autoboot and continue booting on GPIO interrupt

1,014件の閲覧回数
kailas_kharse
Contributor IV

Hello,

I am working on i.MX8M mini, I wanted to halt the system before the system boots to kernel before autoboot.

It shall boot to the kernel only when it receives GPIO interrupt.

 

1. How I can halt the system at U-boot without any user interface?

2. How I can continue to boot to kernel when it receives an interrupt from Used via GPIO in U-boot?

 

Thanks & Regards,

Kailas K.

 

 

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

1,005件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Kailas

 

>1. How I can halt the system at U-boot without any user interface?

 

one can look at uboot documentation

https://github.com/u-boot/u-boot/blob/master/doc/README.autoboot

 

2. How I can continue to boot to kernel when it receives an interrupt from Used via GPIO in U-boot?

 

uboot does not use interrupts so seems this is not possible, sorry.

 

Best regards
igor

0 件の賞賛
返信