On 16/05/2020 11:16, CVS wrote:
Visualised a few of the arm64 DTS files located in
https://github.com/devicetree-org/devicetree-source
Also verified dtv-demo on a fresh PC.

Couple of tweaks to the demo were required...

1. Modify dtv.py to support the layout of the devicetree-source repo
     -    baseDir = re.search('^.*(?=arch\/arm)', dtsFile)
     +    baseDir = re.search('^.*(?=src\/arm)', dtsFile)

2. Set executable permissions (if not set upon git clone to a fresh PC)
     chmod +x ./dtc ./dtv.py

3. Visualise DTS files under devicetree-source-repo/src/arm64/
     python3 dtv.py
     File -> Open
     Select a dts file under devicetree-source-repo/src/arm64/
I gave it a try, and it would list a subset of the dts and dtsi files in
the left hand column, but nothing came up on the right hand side. What
am I missing?

g.
IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.
_______________________________________________
boot-architecture mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/boot-architecture

Reply via email to