Le 06/05/2015 22:38, Felix E. Klee a écrit :
> Got the kernel to compile. Actually, there were still errors, which I
> didn't see due to `-j4`. `zImage` was not build. I had to adjust some
> include paths, weird.
> 
> Then I built the `emulator-jb` B2G, and the boot image.
> 
> Attempt to boot the device with that image:
> 
>     $ fastboot boot myboot.img
>     downloading 'boot.img'...
>     OKAY [  0.302s]
>     booting...
>     FAILED (remote: dtb not found)
>     finished. total time: 0.367s
> 
> Seems like the DTB, the Device Tree Blob, is missing from the image.
> Is that because I'm using the emulator B2G?

The DTB must be generated (I think for msm8610 it is done by the kernel
build) and then integrated within the boot partition.

You can have a look at Z3 Compact port, it makes use of DTB.

> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
> 

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to