|
[PATCH v3] bmap: generate bmap for wic images
bmap shortens the time required to flash an image. This can be useful when you need a fixed-size image, for example to update partitions with swupdate. Example usage: sudo bmaptool copy --bmap \ build
bmap shortens the time required to flash an image. This can be useful when you need a fixed-size image, for example to update partitions with swupdate. Example usage: sudo bmaptool copy --bmap \ build
|
By
...
· #2429
·
|
|
[[PATCH v2]] bmap: generate bmap for wic images
bmap shortens the time required to flash an image. This can be useful when you need a fixed-size image, for example to update partitions with swupdate. Example usage: sudo bmaptool copy --bmap \ build
bmap shortens the time required to flash an image. This can be useful when you need a fixed-size image, for example to update partitions with swupdate. Example usage: sudo bmaptool copy --bmap \ build
|
By
...
· #2427
·
|
|
Resending bmap patch
Hi Jan, I put bmap-tools into WIC_IMAGER_INSTALL, good catch. [PATCH v2] bmap: generate bmap for wic images This patch was created against the next branch. Actuall, I couldn't test it on the next bran
Hi Jan, I put bmap-tools into WIC_IMAGER_INSTALL, good catch. [PATCH v2] bmap: generate bmap for wic images This patch was created against the next branch. Actuall, I couldn't test it on the next bran
|
By
...
· #2426
·
|
|
[ISAR] bmap: generate bmap for wic images
bmap shortens the time required to flash an image because it skips areas with zeros. Example usage: sudo bmaptool copy --bmap \ build/tmp/deploy/images/iwg20m/cip-core-image-cip-core-iwg20m.wic.img.bm
bmap shortens the time required to flash an image because it skips areas with zeros. Example usage: sudo bmaptool copy --bmap \ build/tmp/deploy/images/iwg20m/cip-core-image-cip-core-iwg20m.wic.img.bm
|
By
...
· #2423
·
|
|
Add bmap support for wic images in ISAR
Hi, There are methods to enlarge partitions on first boot, but if you prefer to have an image of fixed size (e.g. 4GB) the bmap tool is quite useful. It dramatically reduces the time required to flash
Hi, There are methods to enlarge partitions on first boot, but if you prefer to have an image of fixed size (e.g. 4GB) the bmap tool is quite useful. It dramatically reduces the time required to flash
|
By
...
· #2422
·
|
|
porting iwg20m to isar-cip-core
[snip] OK, I figured it out. I just had to define KERNEL_IMAGE="zImage" (so that it gets deployed) and then add that variable to IMAGE_BOOT_FILES. Thanks, Daniel
[snip] OK, I figured it out. I just had to define KERNEL_IMAGE="zImage" (so that it gets deployed) and then add that variable to IMAGE_BOOT_FILES. Thanks, Daniel
|
By
...
· #2419
·
|
|
[isar-cip-core] iwg20m: temporary patch for review v2
I added a revipe for building iwg20m's u-boot. This u-boot is very old (2013) and had some compile problems. - u-boot fatal error: linux/compiler-gcc6.h: No such file or directory - arm-linux-gnueabih
I added a revipe for building iwg20m's u-boot. This u-boot is very old (2013) and had some compile problems. - u-boot fatal error: linux/compiler-gcc6.h: No such file or directory - arm-linux-gnueabih
|
By
...
· #2418
·
|
|
porting iwg20m to isar-cip-core
Hi Jan, I tried to add a recipe for iwg20m's u-boot. That board only supports version 2013.01 and does not support distro boot. There were a couple of build errors, one of them I couldn't easily solve
Hi Jan, I tried to add a recipe for iwg20m's u-boot. That board only supports version 2013.01 and does not support distro boot. There were a couple of build errors, one of them I couldn't easily solve
|
By
...
· #2417
·
|
|
[isar-cip-core] iwg20m: temporary patch for review
Hello Chris, <snip> OK, I will use that one then. Yeah, it's a bit risky. By the way, the u-boot in the board is from 2013. Is it possible to use a newer one? If yes, do you know the name of the confi
Hello Chris, <snip> OK, I will use that one then. Yeah, it's a bit risky. By the way, the u-boot in the board is from 2013. Is it possible to use a newer one? If yes, do you know the name of the confi
|
By
...
· #2415
·
|
|
[isar-cip-core] porting isar-cip-core to iwg20m
Thanks Jan! I will check your points and try to complete the porting.
Thanks Jan! I will check your points and try to complete the porting.
|
By
...
· #2413
·
|
|
[isar-cip-core] porting isar-cip-core to iwg20m
Hi Jan, I am trying to port isar-cip-core to the iwg20m board. So far I managed to create a WIC SDCard image with 2 partitions: - boot: an VFAT partition to store the uImage and devicetree - root: the
Hi Jan, I am trying to port isar-cip-core to the iwg20m board. So far I managed to create a WIC SDCard image with 2 partitions: - boot: an VFAT partition to store the uImage and devicetree - root: the
|
By
...
· #2409
·
|
|
[isar-cip-core] iwg20m: temporary patch for review
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- board-iwg20m.yml | 16 ++ conf/machine/iwg20m.conf | 19 ++ recipes-kernel/linux/files/iwg20m_defconfig | 230 ++++++++++++++++++++ wi
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- board-iwg20m.yml | 16 ++ conf/machine/iwg20m.conf | 19 ++ recipes-kernel/linux/files/iwg20m_defconfig | 230 ++++++++++++++++++++ wi
|
By
...
· #2408
·
|
|
[isar-cip-core] gitignore: add kas-docker
Add kas-docker to .gitignore so it does not show in git status Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitign
Add kas-docker to .gitignore so it does not show in git status Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitign
|
By
...
· #2407
·
|
|
[isar-cip-core] kernel: add yml file for 4.19 kernels
By
...
· #2399
·
|
|
[isar-cip-core] kernel: change default kernel version to 4.19
To revert to version 4.4 users need to add :opt-4.4.yaml to the kas command line. Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- README.md | 2 +- conf/distro/cip-core.conf | 4 ++
To revert to version 4.4 users need to add :opt-4.4.yaml to the kas command line. Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...> --- README.md | 2 +- conf/distro/cip-core.conf | 4 ++
|
By
...
· #2398
·
|
|
[isar-cip-core] kernel: add yml file for 4.19 kernels
Currently 4.4 is used by default, as specified in conf/distro/cip-core.conf. I guess you can override the PREFERRED_VERSION_linux variables on the board's yaml but having this as build option is conve
Currently 4.4 is used by default, as specified in conf/distro/cip-core.conf. I guess you can override the PREFERRED_VERSION_linux variables on the board's yaml but having this as build option is conve
|
By
...
· #2396
·
|
|
[ANNOUNCE] Introducing gitlab-cloud-ci. Perform ISAR-based CI builds in the cloud.
Hi Michael, Great work!! # Looking at "share/k8s/setup-host-binfmt/daemonset.yaml" I see that you must have run into some difficult problems. That sounds good to me. You can ask Jan for a user account
Hi Michael, Great work!! # Looking at "share/k8s/setup-host-binfmt/daemonset.yaml" I see that you must have run into some difficult problems. That sounds good to me. You can ask Jan for a user account
|
By
...
· #2373
·
|
|
Kernel configurations for 4.19?
Hello Ben, Sorry for the delay, here is the configuration file for 4.19. If you prefer I can send it to you as a pull request or inline. Thanks, Daniel
Hello Ben, Sorry for the delay, here is the configuration file for 4.19. If you prefer I can send it to you as a pull request or inline. Thanks, Daniel
|
By
...
· #2371
·
|
|
CIP software updates report
Thanks for the update Diego. I have added some comments to the CIP wiki: https://wiki.linuxfoundation.org/civilinfrastructureplatform/cip_comparison_report SZ, Iwamatsu-san: what is the status of the
Thanks for the update Diego. I have added some comments to the CIP wiki: https://wiki.linuxfoundation.org/civilinfrastructureplatform/cip_comparison_report SZ, Iwamatsu-san: what is the status of the
|
By
...
· #2290
·
|
|
EFIBootGuard for CIP and SecureBoot
Hi Jan, Francois: Grant: thanks! - arbitrary storage: I guess they can only write to what is supported by the machine's UEFI implementation. - updating only files on filesystem: I assume this is out o
Hi Jan, Francois: Grant: thanks! - arbitrary storage: I guess they can only write to what is supported by the machine's UEFI implementation. - updating only files on filesystem: I assume this is out o
|
By
...
· #2164
·
|