kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* How to make .dtb from .dts file (how to set include path for #include .. ?)
@ 2021-02-23  8:37 ckim
  2021-02-23  9:28 ` Ahmad Fatoum
  2021-02-23  9:34 ` Aw: " Martin Herdeis
  0 siblings, 2 replies; 5+ messages in thread
From: ckim @ 2021-02-23  8:37 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1142 bytes --]

Hello all,

 

In linux kernel source, there are many .dts files (device tree source)

For example there is a file ./arch/arm64/boot/dts/arm/juno.dts.

To tried to make juno.dtb from juno.dts but I don't know how to do it.

(by the way, once I did make for the kernel build, junno.dtb file seems to
be generated in the same directory)

 

Just in case I want to make my own .dts and .dtb, I tried compling juno.dts
file. (I had installed dtc on my ubuntu 16.04 machine before)

$ dtc -I dts -O dtb -o juno.dtb arch/arm64/boot/dts/arm/juno.dts

Error: arch/arm64/boot/dts/arm/juno.dts:11.1-9 syntax error

FATAL ERROR: Unable to parse input tree

The dtc program cannot process the line below in the .dts file.(line 11)

#include <dt-bindings/interrupt-controller/arm-gic.h>

 

I don't know how I should let the preprocessing kick in.

I tried (because there is
include/dt-bindings/interrupt-controller/arm-gic.h)

  $ dtc -i include -I dts -O dtb -o juno.dtb
arch/arm64/boot/dts/arm/juno.dts

But it doesn't work.

 

How can I use dtc program to make juno.dtb?

Or if I have to use Makefile, what is the command?

 

Thanks, 

 

Chan Kim


[-- Attachment #1.2: Type: text/html, Size: 4501 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-24 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23  8:37 How to make .dtb from .dts file (how to set include path for #include .. ?) ckim
2021-02-23  9:28 ` Ahmad Fatoum
2021-02-24  4:54   ` ckim
2021-02-23  9:34 ` Aw: " Martin Herdeis
2021-02-24 17:56   ` linux lover

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).