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

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

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

428 Views
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 Kudos
1 Reply

321 Views
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 Kudos