|
Re: [isar-cip-core][RESEND PATCH 0/2] Add support to test WiFi on RZ/G2M
thanks, applied.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
thanks, applied.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
|
By
Jan Kiszka
·
#6984
·
|
|
[isar-cip-core][RESEND PATCH 2/2] conf: hihope-rzg2m: Enable tools and firmware for testing WiFi
HiHope RZ/G2M platform has WiFi module (WL1837) which requires additional
firmware (provided by firmware-ti-connectivity) for the chip to work.
This patch enables tools and firmware required for
HiHope RZ/G2M platform has WiFi module (WL1837) which requires additional
firmware (provided by firmware-ti-connectivity) for the chip to work.
This patch enables tools and firmware required for
|
By
Lad Prabhakar
·
#6983
·
|
|
[isar-cip-core][RESEND PATCH 0/2] Add support to test WiFi on RZ/G2M
Hi All,
This patch series adds support to install required tools and firmware
for testing WiFi on HiHope RZ/G2M platform.
Cheers,
Prabhakar
Lad Prabhakar (2):
customizations: Add support to
Hi All,
This patch series adds support to install required tools and firmware
for testing WiFi on HiHope RZ/G2M platform.
Cheers,
Prabhakar
Lad Prabhakar (2):
customizations: Add support to
|
By
Lad Prabhakar
·
#6982
·
|
|
[isar-cip-core][RESEND PATCH 1/2] customizations: Add support to include tools and Firmware required for WiFi testing
Include iw tools, wireless-regdb (to include regulatory database) and any
additional firmware pointed by WIRELESS_FIRMWARE_PACKAGE variable only if
INSTALL_WIRELESS_TOOLS is set to "1".
Suggested-by:
Include iw tools, wireless-regdb (to include regulatory database) and any
additional firmware pointed by WIRELESS_FIRMWARE_PACKAGE variable only if
INSTALL_WIRELESS_TOOLS is set to "1".
Suggested-by:
|
By
Lad Prabhakar
·
#6981
·
|
|
Re: [PATCH 2/2] conf: hihope-rzg2m: Enable tools and firmware for testing WiFi
By
Lad Prabhakar
·
#6980
·
|
|
[PATCH 1/2] customizations: Add support to include tools and Firmware required for WiFi testing
Include iw tools, wireless-regdb (to include regulatory database) and any
additional firmware pointed by WIRELESS_FIRMWARE_PACKAGE variable only if
INSTALL_WIRELESS_TOOLS is set to "1".
Suggested-by:
Include iw tools, wireless-regdb (to include regulatory database) and any
additional firmware pointed by WIRELESS_FIRMWARE_PACKAGE variable only if
INSTALL_WIRELESS_TOOLS is set to "1".
Suggested-by:
|
By
Lad Prabhakar
·
#6979
·
|
|
[PATCH 2/2] conf: hihope-rzg2m: Enable tools and firmware for testing WiFi
HiHope RZ/G2M platform has WiFi module (WL1837) which requires additional
firmware (provided by firmware-ti-connectivity) for the chip to work.
This patch enables tools and firmware required for
HiHope RZ/G2M platform has WiFi module (WL1837) which requires additional
firmware (provided by firmware-ti-connectivity) for the chip to work.
This patch enables tools and firmware required for
|
By
Lad Prabhakar
·
#6978
·
|
|
[isar-cip-core][RFC v3 9/9] swupdate: Backport patches from SWUpdate Master
From: Quirin Gylstorff <quirin.gylstorff@...>
Backport the following patches to detect the correct partition to
update.
388f1777 util: Add get_root source /proc/self/mountinfo
3914d2b7 util:
From: Quirin Gylstorff <quirin.gylstorff@...>
Backport the following patches to detect the correct partition to
update.
388f1777 util: Add get_root source /proc/self/mountinfo
3914d2b7 util:
|
By
Quirin Gylstorff
·
#6977
·
|
|
[isar-cip-core][RFC v3 8/9] kas: Patch isar for correct permissions in var and home
From: Quirin Gylstorff <quirin.gylstorff@...>
Get patch from isar mailing list[1].
[1]: https://groups.google.com/g/isar-users/c/wlanc7f7UnQ
Signed-off-by: Quirin Gylstorff
From: Quirin Gylstorff <quirin.gylstorff@...>
Get patch from isar mailing list[1].
[1]: https://groups.google.com/g/isar-users/c/wlanc7f7UnQ
Signed-off-by: Quirin Gylstorff
|
By
Quirin Gylstorff
·
#6976
·
|
|
[isar-cip-core][RFC v3 6/9] Create systemd mount units for a etc overlay
From: Quirin Gylstorff <quirin.gylstorff@...>
As /etc is read-only and needs to be accessed by the initrd
move the user defined settings to a overlay in /var/local/etc.
As systemd sets the
From: Quirin Gylstorff <quirin.gylstorff@...>
As /etc is read-only and needs to be accessed by the initrd
move the user defined settings to a overlay in /var/local/etc.
As systemd sets the
|
By
Quirin Gylstorff
·
#6975
·
|
|
[isar-cip-core][RFC v3 7/9] Mount writable home partition
From: Quirin Gylstorff <quirin.gylstorff@...>
Add an example how to add an writable home partition
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
From: Quirin Gylstorff <quirin.gylstorff@...>
Add an example how to add an writable home partition
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
|
By
Quirin Gylstorff
·
#6974
·
|
|
[isar-cip-core][RFC v3 4/9] Create a initrd with support for dm-verity
From: Quirin Gylstorff <quirin.gylstorff@...>
Adapt the initrd to open a dm-verity partition with a fixed
root hash.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
From: Quirin Gylstorff <quirin.gylstorff@...>
Adapt the initrd to open a dm-verity partition with a fixed
root hash.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
|
By
Quirin Gylstorff
·
#6973
·
|
|
[isar-cip-core][RFC v3 5/9] Create an read-only rootfs with dm-verity
From: Quirin Gylstorff <quirin.gylstorff@...>
This root file system supports SWUpdate and secure boot.
We need a writable /tmp and /var for a boot without error messages.
The mount point
From: Quirin Gylstorff <quirin.gylstorff@...>
This root file system supports SWUpdate and secure boot.
We need a writable /tmp and /var for a boot without error messages.
The mount point
|
By
Quirin Gylstorff
·
#6972
·
|
|
[isar-cip-core][RFC v3 2/9] Add verity-img.bbclass for dm-verity based rootfs
From: Quirin Gylstorff <quirin.gylstorff@...>
As we need the output of `veritysetup` to generate
the initrd. Therefore do_verity_image must be called before wic
generates the final disk
From: Quirin Gylstorff <quirin.gylstorff@...>
As we need the output of `veritysetup` to generate
the initrd. Therefore do_verity_image must be called before wic
generates the final disk
|
By
Quirin Gylstorff
·
#6971
·
|
|
[isar-cip-core][RFC v3 3/9] linux-cip-common: Add options necessary for dm-verity
From: Quirin Gylstorff <quirin.gylstorff@...>
CIP Kernel Config does not contain support for dm-verity
squashfs. Overlay_FS support is added for etc-overlay.
Signed-off-by: Quirin Gylstorff
From: Quirin Gylstorff <quirin.gylstorff@...>
CIP Kernel Config does not contain support for dm-verity
squashfs. Overlay_FS support is added for etc-overlay.
Signed-off-by: Quirin Gylstorff
|
By
Quirin Gylstorff
·
#6970
·
|
|
[isar-cip-core][RFC v3 1/9] Add new class to create a squashfs based root file system
From: Quirin Gylstorff <quirin.gylstorff@...>
This file system is read only and use a reduced image size.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
From: Quirin Gylstorff <quirin.gylstorff@...>
This file system is read only and use a reduced image size.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
|
By
Quirin Gylstorff
·
#6969
·
|
|
[isar-cip-core][RFC v3 0/9] Read-only root file system with dm-verity
From: Quirin Gylstorff <quirin.gylstorff@...>
This patch series adds support for a read-only squashfs based root filesystem
wit SWUpdate support and secureboot.
The build is somewhat complex
From: Quirin Gylstorff <quirin.gylstorff@...>
This patch series adds support for a read-only squashfs based root filesystem
wit SWUpdate support and secureboot.
The build is somewhat complex
|
By
Quirin Gylstorff
·
#6968
·
|
|
Re: [isar-cip-core]RFC v2 4/9] Create a initrd with support for dm-verity
The `verity.script` should executed as last script in the local-top init phase. if the cryptroot script exists `verity.script` is the second last script.
If the package `cryptsetup-initramfs` is
The `verity.script` should executed as last script in the local-top init phase. if the cryptroot script exists `verity.script` is the second last script.
If the package `cryptsetup-initramfs` is
|
By
Quirin Gylstorff
·
#6967
·
|
|
Re: [isar-cip-core][RFC PATCH] customizations: Add FW and tools required for wifi testing
Hi Jan,
By
Lad Prabhakar
·
#6966
·
|
|
Re: [isar-cip-core][RFC PATCH] customizations: Add FW and tools required for wifi testing
DEBIAN_DEPENDS is the wrong variable to touch at global configuration
level. As in the references example, you need to extend the
IMAGE_PREINSTALL (for Debian packages; IMAGE_INSTALL would be
DEBIAN_DEPENDS is the wrong variable to touch at global configuration
level. As in the references example, you need to extend the
IMAGE_PREINSTALL (for Debian packages; IMAGE_INSTALL would be
|
By
Jan Kiszka
·
#6965
·
|