Re: what to include in a "hardware bringup image"?
Laurent Gauthier
Hi Robert,
toggle quoted messageShow quoted text
Having the device tree compiler on the target has been useful for me in the past to check the actual content of the device tree using commands such as: * dtc -I fs -O dts /sys/firmware/devicetree/base I have seen cases where the boot-loader updates the device-tree right before the boot and it is good to be able to check what the device-tree content is. Also quite often the hardware is not the cause of the issue, instead it is the software/driver configuration. Kind regards, Laurent.
On Thu, Apr 15, 2021 at 10:25 AM Robert P. J. Day <rpjday@...> wrote:
|
|