Hello,

while migrating our ptxdist project from version 2013.05.0 to 2013.06.0 DTC fails to build the device tree blob.

We are using the kernel version 3.4. Are there any known problems?


Best regards,

Matthias


Our platformconfig:

PTXCONF_KERNEL_DTC=y
PTXCONF_DTC=y
# PTXCONF_DTC_INSTALL_OFTREE is not set
PTXCONF_DTC_OFTREE_DTS="${KERNEL_DIR}/arch/arm/boot/dts/tx53.dts"
PTXCONF_DTC_KERNEL=y
PTXCONF_DTC_EXTRA_ARGS=""

Logfile:

---------------
target: dtc.get
---------------

finished target dtc.get

-------------------
target: dtc.extract
-------------------

patchin: no patches found
finished target dtc.extract

------------------------
target: dtc.extract.post
------------------------

finished target dtc.extract.post

-------------------
target: dtc.prepare
-------------------

finished target dtc.prepare

-------------------
target: dtc.compile
-------------------

finished target dtc.compile

-------------------
target: dtc.install
-------------------

finished target dtc.install

----------------
target: tx53.dtb
----------------

CPP bsp/platform-tx53/build-target/linux-3.4/arch/arm/boot/dts/tx53.dts.tmp
DTC bsp/platform-tx53/images/tx53.dtb
/home/user/bsp/platform-tx53/sysroot-host/bin/dtc: invalid option -- 'i'
Usage:
 dtc [options] <input file>

Options:
 -h
  This help text
 -q
  Quiet: -q suppress warnings, -qq errors, -qqq all
 -I <input format>
  Input formats are:
   dts - device tree source text
   dtb - device tree blob
   fs - /proc/device-tree style directory
 -o <output file>
 -O <output format>
  Output formats are:
   dts - device tree source text
   dtb - device tree blob
   asm - assembler source
 -V <output version>
  Blob version to produce, defaults to 17 (relevant for dtb
  and asm output only)
 -d <output dependency file>
 -R <number>
  Make space for <number> reserve map entries (relevant for
  dtb and asm output only)
 -S <bytes>
  Make the blob at least <bytes> long (extra space)
 -p <bytes>
  Add padding to the blob of <bytes> long (extra space)
 -b <number>
  Set the physical boot cpu
 -f
  Force - try to produce output even if the input tree has errors
 -s
  Sort nodes and properties before outputting (only useful for
  comparing trees)
 -v
  Print DTC version and exit
 -H <phandle format>
  phandle formats are:
   legacy - "linux,phandle" properties only
   epapr - "phandle" properties only
   both - Both "linux,phandle" and "phandle" properties
make: *** [/home/user/bsp/platform-tx53/images/tx53.dtb] Error 3


--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to