On Tue, May 2, 2017 at 10:16 PM, Riko Ho <[email protected]> wrote: > Then may I know, how you compile *.dts with #include ?
easy like i sad..(adjusted for the ./src/ path) make src/arm/EBB-GPIO-Example.dtbo Here's the full step by step: voodoo@hestia:/opt/git_repo$ git clone https://github.com/beagleboard/bb.org-overlays voodoo@hestia:/opt/git_repo$ cd ./bb.org-overlays/ voodoo@hestia:/opt/git_repo/bb.org-overlays$ gedit src/arm/EBB-GPIO-Example.dts <copy your code block in> voodoo@hestia:/opt/git_repo/bb.org-overlays$ make src/arm/EBB-GPIO-Example.dtbo DTC src/arm/EBB-GPIO-Example.dtbo voodoo@hestia:/opt/git_repo/bb.org-overlays$ ls -lh src/arm/EBB-GPIO-Example.dt* -rw-r--r-- 1 voodoo voodoo 881 May 2 22:22 src/arm/EBB-GPIO-Example.dtbo -rw-r--r-- 1 voodoo voodoo 1.6K May 2 22:21 src/arm/EBB-GPIO-Example.dts Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjYFH7M5zZVL%3DwEMi8Cw04wanBW%2BtUaLmW%3DGXD-3eiM8Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
