Hi,
When I perform an OE RPB build for the DragonBoard410c I end up with the following build artifacts (among others):
rpb-console-image-dragonboard-410c.ext4.gz boot-dragonboard-410c.img
The *ext4 is flashed to the rootfs partition and the *img is flashed to the boot partition; everything works great.
When I perform an OE RPB build for the HiKey I end up with only the following artifact:
rpb-console-image-hikey.ext4.gz
The instructions I can find[1] and the artifacts from the official download areas[2] suggest I should need something called *.emmc.img.gz, but my build doesn't generate any such file and it doesn't look like the meta-96boards layer provides any recipes for generating any such type of image. It's as though I were missing a step in there somewhere. How do I get an *emmc.img using OE?
Is there a way (perhaps using fastboot) to see what partitions have been created on the emmc and their sizes?
Best regards, Trevor
[1] https://github.com/96boards/documentation/wiki/HiKeyGettingStarted [2] https://builds.96boards.org/releases/hikey/linaro/debian/latest/
Hi Trevor,
On 13 May 2016 at 03:34, Trevor Woerner twoerner@gmail.com wrote:
Hi,
When I perform an OE RPB build for the DragonBoard410c I end up with the following build artifacts (among others):
rpb-console-image-dragonboard-410c.ext4.gz boot-dragonboard-410c.img
The *ext4 is flashed to the rootfs partition and the *img is flashed to the boot partition; everything works great.
When I perform an OE RPB build for the HiKey I end up with only the following artifact:
rpb-console-image-hikey.ext4.gz
The instructions I can find[1] and the artifacts from the official download areas[2] suggest I should need something called *.emmc.img.gz, but my build doesn't generate any such file and it doesn't look like the meta-96boards layer provides any recipes for generating any such type of image. It's as though I were missing a step in there somewhere. How do I get an *emmc.img using OE?
Is there a way (perhaps using fastboot) to see what partitions have been created on the emmc and their sizes?
https://bugs.linaro.org/show_bug.cgi?id=2214
note: we have a ml dedicated for OE related stuff, https://lists.linaro.org/mailman/listinfo/openembedded
Best regards, Trevor
[1] https://github.com/96boards/documentation/wiki/HiKeyGettingStarted [2] https://builds.96boards.org/releases/hikey/linaro/debian/latest/ _______________________________________________ Dev mailing list Dev@lists.96boards.org https://lists.96boards.org/mailman/listinfo/dev
Cheers,
On Fri 2016-05-13 @ 09:00:41 AM, Fathi Boudra wrote:
The instructions I can find[1] and the artifacts from the official download areas[2] suggest I should need something called *.emmc.img.gz, but my build doesn't generate any such file and it doesn't look like the meta-96boards layer provides any recipes for generating any such type of image. It's as though I were missing a step in there somewhere. How do I get an *emmc.img using OE?
https://bugs.linaro.org/show_bug.cgi?id=2214
note: we have a ml dedicated for OE related stuff, https://lists.linaro.org/mailman/listinfo/openembedded
Thanks for the updates.