How to confirm that ls1046ardb u-boot drivers are using device tree?.

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

How to confirm that ls1046ardb u-boot drivers are using device tree?.

500件の閲覧回数
srinivasa
Contributor I

Though device node in ls1046a.dtsi and uboot driver compatible matching is found, but probe is not getting called. how to confirm that uboot is using device tree? 

0 件の賞賛
返信
1 返信

393件の閲覧回数
Irene
NXP Pro Support
NXP Pro Support

What do you mean that the probe is not being called?    Are you getting error messages?  Once uboot is up you can execute printenv and it will print out all U-Boot environment variables?    The Device Tree Blob is produced by the compiler, and is
the binary that gets loaded by the bootloader and parsed by the kernel at boot time.

Compiled kernel images are in arch/${ARCH}/boot/ folder.
Compiled device trees (dtb files) are in arch/${ARCH}/boot/dts folder

0 件の賞賛
返信