On Thu, May 7, 2015 at 1:28 PM, Alexandre Lissy <[email protected]>
wrote:
> You should be able to add a --dt flag and pass it the dt.img generated

`dt.img` is missing, and so I built it myself, and added it:

    $ B2G/device/qcom/common/dtbtool/dtbtool -o dt.img -s 2048 \
      -p B2G/kernel/scripts/dtc OT_4019X/kernel/arch/arm/boot
    $ B2G/system/core/mkbootimg/mkbootimg \
      --kernel OT_4019X/kernel/arch/arm/boot/zImage \
      --ramdisk B2G/out/target/product/flame/ramdisk.img \
      --base 0x200000 --cmdline 'androidboot.hardware=qcom loglevel=1' \
      --dt OT_4019X/kernel/arch/arm/boot/msm8610-sim.dtb -o myboot.img

Still the same error message when attempting to boot:

    FAILED (remote: dtb not found)

Could it be that deleting `device/t2m/flame/extract-files.sh` prevents a
proper `dt.img` from being built?
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to