Open koansoftware opened 7 years ago
Is artik7x supported ?
I don't see it on: https://github.com/resin-os/meta-artik/tree/master/conf/machine
But I can test again for artik10 or 5, it worked for me in the past:
@floion Could you take a look at this?
@koansoftware artik710 is supported by this repository:https://github.com/resin-os/resin-artik710/tree/master/layers
Can you try with it and report back please?
can https://github.com/resin-os/meta-artik710 be merged into meta-artik ?
@floion and everybody, I was able to build for Artik710 using both meta-artik and meta-artik710. The issue here is the failure creating the sdcard image, so I am creating it partitioning, formatting and copying everything manually at the moment.
So maybe we should adjust offsets after this patch is merged:
Please confirm this issue status on current base: https://github.com/resin-os/meta-artik/pull/28
Problem still present. I can't figure out why artik-dsimg.bbclass is called BEFORE the ext4 file. This generate the error because you don't have any file with the same IMAGE_NAME timestamp.
du: cannot access ...../core-image-minimal-artik710-20170925181659.rootfs.ext4’: No such file or directory
Please detail what layers are you pulling ?
@rzr details are at the beginning of this thread
I am having the same issue while trying to build the artik530 target. I am using meta-artik from the head of master and Yocto Sumo.
I am having the same issue while trying to build the artik530 target. I am using meta-artik from the head of master and Yocto Sumo.
Hi @JohnniePeters, the meta-artik repo doesn't have any sumo branch, so please use the latest available here (morty). If you want to use the latest version though, please use this where I solved some issues: https://github.com/koansoftware/koan-artik-bsp-repo https://github.com/koansoftware/meta-artik710
$ bitbake core-image-minimal Loading cache: 100% |###########################################################################################################| Time: 0:00:00 Loaded 2051 entries from dependency cache. Parsing recipes: 100% |#########################################################################################################| Time: 0:00:00 Parsing of 1491 .bb files complete (1483 cached, 8 parsed). 2051 targets, 139 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies
Build Configuration: BB_VERSION = "1.32.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal-4.8" TARGET_SYS = "aarch64-poky-linux" MACHINE = "artik710" DISTRO = "poky" DISTRO_VERSION = "2.2.2" TUNE_FEATURES = "aarch64" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "morty:4b1974d57c997840f7134244145b51c6790c795a" meta-oe = "morty:b40116cf457b88a2db14b86fda9627fb34d56ae6" meta-artik = "morty:bf9e2cdaa1e034ff0afa626d105f9f7c16c083f8" meta-artik710 = "master:c66eb39ed909cda104b7907f9fbd582320261987"
ERROR: Task (/home/koan/yocto-artik710-morty/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_artik_sdimg) failed with exit code '1' NOTE: Tasks Summary: Attempted 2534 tasks of which 2529 didn't need to be rerun and 1 failed.
Summary: 1 task failed: /home/koan/yocto-artik710-morty/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_artik_sdimg Summary: There was 1 ERROR message shown, returning a non-zero exit code.