From detlev.casanova at collabora.com Tue Aug 2 16:24:23 2022 From: detlev.casanova at collabora.com (Detlev Casanova) Date: Tue, 02 Aug 2022 10:24:23 -0400 Subject: [Devel] Introducing the new Apertis IoT image type Message-ID: <12026431.O9o76ZdvQC@falcon9> Hello, In the effort to integrate Eclipse Kanto in Apertis, a new IoT image type [1] has been created. It is based on the Fixedfunction image type but also provides the suite-connector tool [2] to be able to interact with a given MQTT server. Instructions to connect to the Eclipse Hono sandbox are provided on the Apertis website [3]. These are to be used for demonstration at this stage. Regards, Detlev. [1] https://www.apertis.org/policies/images/#iot [2] https://github.com/eclipse-kanto/suite-connector [3] https://www.apertis.org/guides/configure_hono_on_iot/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From walter.lozano at collabora.com Wed Aug 10 17:53:57 2022 From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 10 Aug 2022 12:53:57 -0300 Subject: [Devel] Feature freeze for v2021.6 Message-ID: Hi all, I'm glad to announce that we have entered Feature Freeze for v2021.6 [1]. From this moment no additional features will be accepted for this release cycle. New features will be postponed to v2021.7. Thanks to everyone who contributed! Walter [1] https://www.apertis.org/release/v2021.6/release_schedule/ -- Walter Lozano Collabora Ltd. From Tim.Bird at sony.com Tue Aug 16 22:51:54 2022 From: Tim.Bird at sony.com (Bird, Tim) Date: Tue, 16 Aug 2022 20:51:54 +0000 Subject: [Devel] Status of rpi-imager images of Apertis Message-ID: Hello Apertis developers, I would like to experiment with Apertis on a raspberry PI board, and I was interested to see that there are Apertis entries that show up in the rpi-imager tool, to create an sdcard for OS installation on a raspberry pi. However, when I choose one of the Apertis images with rpi-imager, I get an error: "Error downloading: The requested URL returned error: 404 - Server IP: 46.235.227.188" I got the same error for other images (I tried Apertis Headless image and Apertis Graphics image). The Image URL reported by rpi-imager is: https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-hmi-arm64-rpi64_v2022.1.img Note that I can ping images.apertis.org. Looking at the images site manually, I see that there is a file: https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-hmi-arm64-rpi64_v2022.1.img.gz (that is, the image filename but with the .gz extension), but indeed there is no file ending in just .img. Are Apertis images still being created and supported for the rpi-imager tool? Is this just a bad URL path issue? Should the rpi-image database refer to the img.gz file, or should the .img file be on the images.apertis.org site? Are the raspberry pi images meant to be up-to-date? My purpose to use these images is to test some automated testing tools (Fuego) with Apertis. Thanks, -- Tim Bird, Principal Software Engineer, Sony Electronics From andrew.shadura at collabora.co.uk Tue Aug 16 23:10:53 2022 From: andrew.shadura at collabora.co.uk (Andrej Shadura) Date: Tue, 16 Aug 2022 23:10:53 +0200 Subject: [Devel] Status of rpi-imager images of Apertis In-Reply-To: References: Message-ID: Hello Tim, First of all, thanks for your message, it?s great to see interest in Apertis on Raspberry Pi. On 16/08/2022 22:51, Bird, Tim wrote: > Hello Apertis developers, > > I would like to experiment with Apertis on a raspberry PI board, and I was interested to > see that there are Apertis entries that show up in the rpi-imager tool, to create an sdcard > for OS installation on a raspberry pi. > > However, when I choose one of the Apertis images with rpi-imager, I get an error: > "Error downloading: The requested URL returned error: 404 - Server IP: 46.235.227.188" > I got the same error for other images (I tried Apertis Headless image and Apertis Graphics image). > > The Image URL reported by rpi-imager is: > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-hmi-arm64-rpi64_v2022.1.img > > Note that I can ping images.apertis.org. > > Looking at the images site manually, I see that there is a file: > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-hmi-arm64-rpi64_v2022.1.img.gz > (that is, the image filename but with the .gz extension), but indeed there is no file ending in just .img. I have verified the file https://images.apertis.org/rpi/apertis-oslist-stable.json that the rpi-image tool uses, and indeed, it links to the non-compressed image, whereas we only publish compressed images. I believe this should mean the scripts we use to generate this file may be buggy. I?ll file an issue to have this looked at. > Are Apertis images still being created and supported for the rpi-imager tool? > Is this just a bad URL path issue? > Should the rpi-image database refer to the img.gz file, or should the .img file be on the images.apertis.org site? > Are the raspberry pi images meant to be up-to-date? > > My purpose to use these images is to test some automated testing tools (Fuego) with Apertis. From what I can see, the daily builds should be downloadable with rpi-imager, as the image list file for them has the correct URLs. Meanwhile, I can recommend you use bmaptool to write the image directly to the SD card like this: bmaptool copy https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-hmi-arm64-rpi64_v2022.1.img.gz /dev/mmcblk0 While a command-line tool, bmaptool is very robust, can automatically download and verify images, decompress them on the fly, and skip unallocated parts of the image, speeding up the process. -- Cheers, Andrej From Tim.Bird at sony.com Wed Aug 17 00:39:21 2022 From: Tim.Bird at sony.com (Bird, Tim) Date: Tue, 16 Aug 2022 22:39:21 +0000 Subject: [Devel] Status of rpi-imager images of Apertis In-Reply-To: References: Message-ID: Andrej, Thanks for the quick response! I'll check out bmaptool. I think a command line tool might work best to the automated testing I would like to do anyway, so that's a very useful bit of information. -- Tim > -----Original Message----- > From: devel On Behalf Of Andrej Shadura > Sent: Tuesday, August 16, 2022 3:11 PM > To: devel at lists.apertis.org > Subject: Re: [Devel] Status of rpi-imager images of Apertis > > Hello Tim, > > First of all, thanks for your message, it?s great to see interest in > Apertis on Raspberry Pi. > > On 16/08/2022 22:51, Bird, Tim wrote: > > Hello Apertis developers, > > > > I would like to experiment with Apertis on a raspberry PI board, and I was interested to > > see that there are Apertis entries that show up in the rpi-imager tool, to create an sdcard > > for OS installation on a raspberry pi. > > > > However, when I choose one of the Apertis images with rpi-imager, I get an error: > > "Error downloading: The requested URL returned error: 404 - Server IP: 46.235.227.188" > > I got the same error for other images (I tried Apertis Headless image and Apertis Graphics image). > > > > The Image URL reported by rpi-imager is: > > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-hmi-arm64-rpi64_v2022.1.img > > > > Note that I can ping images.apertis.org. > > > > Looking at the images site manually, I see that there is a file: > > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-hmi-arm64-rpi64_v2022.1.img.gz > > (that is, the image filename but with the .gz extension), but indeed there is no file ending in just .img. > > I have verified the file > https://images.apertis.org/rpi/apertis-oslist-stable.json that the > rpi-image tool uses, and indeed, it links to the non-compressed image, > whereas we only publish compressed images. > > I believe this should mean the scripts we use to generate this file may > be buggy. I?ll file an issue to have this looked at. > > > Are Apertis images still being created and supported for the rpi-imager tool? > > Is this just a bad URL path issue? > > Should the rpi-image database refer to the img.gz file, or should the .img file be on the images.apertis.org site? > > Are the raspberry pi images meant to be up-to-date? > > > > My purpose to use these images is to test some automated testing tools (Fuego) with Apertis. > > From what I can see, the daily builds should be downloadable with > rpi-imager, as the image list file for them has the correct URLs. > > Meanwhile, I can recommend you use bmaptool to write the image directly > to the SD card like this: > > bmaptool copy > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-hmi-arm64-rpi64_v2022.1.img.gz > /dev/mmcblk0 > > While a command-line tool, bmaptool is very robust, can automatically > download and verify images, decompress them on the fly, and skip > unallocated parts of the image, speeding up the process. > > -- > Cheers, > Andrej > > _______________________________________________ > devel mailing list > devel at lists.apertis.org > https://lists.apertis.org/listinfo/devel - unsubscribe, archives, subscription options From walter.lozano at collabora.com Wed Aug 17 14:34:38 2022 From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 17 Aug 2022 09:34:38 -0300 Subject: [Devel] Soft code freeze/hard feature freeze for v2021.6 Message-ID: <7bf7abee-fbc6-bec2-71c2-4f9039c71169@collabora.com> Hi all, I'm glad to announce that we have entered Soft Code Freeze / Hard Feature Freeze for v2021.6 [1]. From this moment only bug fixes will be accepted for this release cycle. Other type of changes will be postponed to v2021.7. Thanks to everyone who contributed! Walter [1] https://www.apertis.org/release/v2021.6/release_schedule/ -- Walter Lozano Collabora Ltd. From walter.lozano at collabora.com Wed Aug 17 14:35:44 2022 From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 17 Aug 2022 09:35:44 -0300 Subject: [Devel] Soft feature freeze for v2022.2 Message-ID: Hi all, I'm glad to announce that we have entered Soft Feature Freeze for v2022.2 [1]. From this moment no additional features will be accepted for this release cycle. New features will be postponed to v2022.3. Thanks to everyone who contributed! Walter [1] https://www.apertis.org/release/v2022.2/release_schedule/ -- Walter Lozano Collabora Ltd. From detlev.casanova at collabora.com Fri Aug 19 15:09:20 2022 From: detlev.casanova at collabora.com (Detlev Casanova) Date: Fri, 19 Aug 2022 09:09:20 -0400 Subject: [Devel] Status of rpi-imager images of Apertis In-Reply-To: References: Message-ID: <12037036.O9o76ZdvQC@falcon9> Hi Tim, We have now fixed the URLs for the rpi-imager. Thank you for reporting the issue. Regards, Detlev. On Tuesday, August 16, 2022 6:39:21 P.M. EDT Bird, Tim wrote: > Andrej, > > Thanks for the quick response! I'll check out bmaptool. > > I think a command line tool might work best to the automated testing I would > like to do anyway, so that's a very useful bit of information. > -- Tim > > > > > > -----Original Message----- > > From: devel On Behalf Of Andrej Shadura > > Sent: Tuesday, August 16, 2022 3:11 PM > > To: devel at lists.apertis.org > > Subject: Re: [Devel] Status of rpi-imager images of Apertis > > > > Hello Tim, > > > > First of all, thanks for your message, it?s great to see interest in > > Apertis on Raspberry Pi. > > > > On 16/08/2022 22:51, Bird, Tim wrote: > > > > > Hello Apertis developers, > > > > > > > > > > > > I would like to experiment with Apertis on a raspberry PI board, and I > > > was interested to see that there are Apertis entries that show up in > > > the rpi-imager tool, to create an sdcard for OS installation on a > > > raspberry pi. > > > > > > > > > > > > However, when I choose one of the Apertis images with rpi-imager, I get > > > an error: "Error downloading: The requested URL returned error: 404 - > > > Server IP: 46.235.227.188" I got the same error for other images (I > > > tried Apertis Headless image and Apertis Graphics image).> > > > > > > > > > > The Image URL reported by rpi-imager is: > > > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022 > > > -hmi-arm64-rpi64_v2022.1.img > > > > > > > > > > > Note that I can ping images.apertis.org. > > > > > > > > > > > > Looking at the images site manually, I see that there is a file: > > > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022 > > > -hmi-arm64-rpi64_v2022.1.img.gz (that is, the image filename but with > > > the .gz extension), but indeed there is no file ending in just .img.> > > > > I have verified the file > > https://images.apertis.org/rpi/apertis-oslist-stable.json that the > > rpi-image tool uses, and indeed, it links to the non-compressed image, > > whereas we only publish compressed images. > > > > I believe this should mean the scripts we use to generate this file may > > be buggy. I?ll file an issue to have this looked at. > > > > > > > Are Apertis images still being created and supported for the rpi-imager > > > tool? Is this just a bad URL path issue? > > > Should the rpi-image database refer to the img.gz file, or should the > > > .img file be on the images.apertis.org site? Are the raspberry pi > > > images meant to be up-to-date? > > > > > > > > > > > > My purpose to use these images is to test some automated testing tools > > > (Fuego) with Apertis. > > > > > > > From what I can see, the daily builds should be downloadable with > > > > rpi-imager, as the image list file for them has the correct URLs. > > > > Meanwhile, I can recommend you use bmaptool to write the image directly > > to the SD card like this: > > > > > > bmaptool copy > > > > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-h > > mi-arm64-rpi64_v2022.1.img.gz /dev/mmcblk0 > > > > While a command-line tool, bmaptool is very robust, can automatically > > download and verify images, decompress them on the fly, and skip > > unallocated parts of the image, speeding up the process. > > > > -- > > Cheers, > > > > Andrej > > > > > > _______________________________________________ > > devel mailing list > > devel at lists.apertis.org > > https://lists.apertis.org/listinfo/devel - unsubscribe, archives, > > subscription options > _______________________________________________ > devel mailing list > devel at lists.apertis.org > https://lists.apertis.org/listinfo/devel - unsubscribe, archives, > subscription options From Tim.Bird at sony.com Fri Aug 19 18:14:03 2022 From: Tim.Bird at sony.com (Bird, Tim) Date: Fri, 19 Aug 2022 16:14:03 +0000 Subject: [Devel] Status of rpi-imager images of Apertis In-Reply-To: <12037036.O9o76ZdvQC@falcon9> References: <12037036.O9o76ZdvQC@falcon9> Message-ID: Great! I'll try making a stable image today with rpi-imager. Note, I was able to make a daily image earlier this week, and have been tinkering with Apertis the last few days. Thanks for the quick fix! -- Tim > -----Original Message----- > From: Detlev Casanova > > Hi Tim, > > We have now fixed the URLs for the rpi-imager. > Thank you for reporting the issue. > > Regards, > > Detlev. > > On Tuesday, August 16, 2022 6:39:21 P.M. EDT Bird, Tim wrote: > > Andrej, > > > > Thanks for the quick response! I'll check out bmaptool. > > > > I think a command line tool might work best to the automated testing I would > > like > to do anyway, so that's a very useful bit of information. > > -- Tim > > > > > > > > > > > -----Original Message----- > > > From: devel On Behalf Of Andrej Shadura > > > Sent: Tuesday, August 16, 2022 3:11 PM > > > To: devel at lists.apertis.org > > > Subject: Re: [Devel] Status of rpi-imager images of Apertis > > > > > > Hello Tim, > > > > > > First of all, thanks for your message, it?s great to see interest in > > > Apertis on Raspberry Pi. > > > > > > On 16/08/2022 22:51, Bird, Tim wrote: > > > > > > > Hello Apertis developers, > > > > > > > > > > > > > > > > I would like to experiment with Apertis on a raspberry PI board, and I > > > > was interested to > see that there are Apertis entries that show up in > > > > the rpi-imager tool, to create an sdcard for OS installation on a > > > > raspberry pi. > > > > > > > > > > > > > > > > However, when I choose one of the Apertis images with rpi-imager, I get > > > > an error: > "Error downloading: The requested URL returned error: 404 - > > > > Server IP: 46.235.227.188" I got the same error for other images (I > > > > tried Apertis Headless image and Apertis Graphics image).> > > > > > > > > > > > > > The Image URL reported by rpi-imager is: > > > > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022 > > > > -hmi-arm64-rpi64_v2022.1.img > > > > > > > > > > > > > > > Note that I can ping images.apertis.org. > > > > > > > > > > > > > > > > Looking at the images site manually, I see that there is a file: > > > > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022 > > > > -hmi-arm64-rpi64_v2022.1.img.gz > (that is, the image filename but with > > > > the .gz extension), but indeed there is no file ending in just .img.> > > > > > > I have verified the file > > > https://images.apertis.org/rpi/apertis-oslist-stable.json that the > > > rpi-image tool uses, and indeed, it links to the non-compressed image, > > > whereas we only publish compressed images. > > > > > > I believe this should mean the scripts we use to generate this file may > > > be buggy. I?ll file an issue to have this looked at. > > > > > > > > > > Are Apertis images still being created and supported for the rpi-imager > > > > tool? > Is this just a bad URL path issue? > > > > Should the rpi-image database refer to the img.gz file, or should the > > > > .img file be on the images.apertis.org site? > Are the raspberry pi > > > > images meant to be up-to-date? > > > > > > > > > > > > > > > > My purpose to use these images is to test some automated testing tools > > > > (Fuego) with Apertis. > > > > > > > > > > > From what I can see, the daily builds should be downloadable with > > > > > > rpi-imager, as the image list file for them has the correct URLs. > > > > > > Meanwhile, I can recommend you use bmaptool to write the image directly > > > to the SD card like this: > > > > > > > > > bmaptool copy > > > > > > https://images.apertis.org/release/v2022/v2022.1/arm64/hmi/apertis_v2022-h > > > mi-arm64-rpi64_v2022.1.img.gz > /dev/mmcblk0 > > > > > > While a command-line tool, bmaptool is very robust, can automatically > > > download and verify images, decompress them on the fly, and skip > > > unallocated parts of the image, speeding up the process. > > > > > > -- > > > Cheers, > > > > > > Andrej > > > > > > > > > _______________________________________________ > > > devel mailing list > > > devel at lists.apertis.org > > > https://lists.apertis.org/listinfo/devel - unsubscribe, archives, > > > subscription options > > _______________________________________________ > > devel mailing list > > devel at lists.apertis.org > > https://lists.apertis.org/listinfo/devel - unsubscribe, archives, > > subscription options > > From ariel.dalessandro at collabora.com Wed Aug 24 16:49:52 2022 From: ariel.dalessandro at collabora.com (Ariel D'Alessandro) Date: Wed, 24 Aug 2022 11:49:52 -0300 Subject: [Devel] New amd64 reference platform: UP Squared 6000 Message-ID: <0b7b2340-b4a7-5a86-cd72-1e4ec414ddd6@collabora.com> Hello, For a very long time the Apertis amd64 reference platform [0] has been the MinnowBoard Turbot [1] given its openness. Unfortunately, Minnowboards went out of production a while ago and are no longer available. In replacement, the UP Squared 6000 [2] has been selected as the new reference board for Apertis. All LAVA [3] amd64 tests have been switched as well to run on the new platform. The MinnowBoard DUTs will be retired and no longer available for testing on the LAVA instance. Regards, Ariel [0] https://www.apertis.org/reference_hardware/amd64/ [1] https://www.apertis.org/reference_hardware/minnowboard_setup/ [2] https://www.apertis.org/reference_hardware/upsquared6000_setup/ [3] https://lava.collabora.dev/ -- Ariel D'Alessandro Collabora Ltd. From walter.lozano at collabora.com Wed Aug 24 17:26:42 2022 From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 24 Aug 2022 12:26:42 -0300 Subject: [Devel] Soft code freeze/hard feature freeze for v2022.2 Message-ID: <7ef95dcf-6027-c8e4-caf2-ed628254a45b@collabora.com> Hi all, I'm glad to announce that we have entered Soft Code Freeze / Hard Feature Freeze for v2022.2 [1]. From this moment only bug fixes will be accepted for this release cycle. Other type of changes will be postponed to v2022.3. Thanks to everyone who contributed! Walter [1] https://www.apertis.org/release/v2022.2/release_schedule/ -- Walter Lozano Collabora Ltd. From walter.lozano at collabora.com Wed Aug 24 17:27:24 2022 From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 24 Aug 2022 12:27:24 -0300 Subject: [Devel] Soft feature freeze for v2023dev3 Message-ID: <7795dcf4-b190-dd13-d234-a5cf11778297@collabora.com> Hi all, I'm glad to announce that we have entered Soft Feature Freeze for v2023dev3 [1]. From this moment no additional features will be accepted for this release cycle. New features will be postponed to v2023pre. Thanks to everyone who contributed! Walter [1] https://www.apertis.org/release/v2023dev3/release_schedule/ -- Walter Lozano Collabora Ltd. From walter.lozano at collabora.com Wed Aug 24 21:40:50 2022 From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 24 Aug 2022 16:40:50 -0300 Subject: [Devel] Apertis release candidate v2021.6rc1 available for testing Message-ID: <5a225039-7d26-3954-a3e0-7f0fd083d942@collabora.com> Hello everyone, I'm glad to announce that Apertis v2021.6rc1 images for all the supported platforms have been published: AMD64 https://images.apertis.org/release/v2021/v2021.6rc1/amd64/ Arm32 public https://images.apertis.org/release/v2021/v2021.6rc1/armhf/ Arm32 internal https://images.apertis.org/internal/release/v2021/v2021.6rc1/armhf/ Arm64 https://images.apertis.org/release/v2021/v2021.6rc1/arm64/ Compared to v2021.5 this release contains security updates from Debian Buster. The test reports are below: * https://qa.apertis.org/report/v2021/20220824.0219/apt * https://qa.apertis.org/report/v2021/20220824.0219/ostree * https://qa.apertis.org/report/v2021/20220824.0219/lxc * https://qa.apertis.org/report/v2021/20220824.0219/nfs The full release schedule is described at https://www.apertis.org/release/v2021.6/release_schedule/ Thanks, Walter -- Walter Lozano Collabora Ltd. From walter.lozano at collabora.com Wed Aug 31 14:51:44 2022 From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 31 Aug 2022 09:51:44 -0300 Subject: [Devel] Soft code freeze/hard feature freeze for v2023dev3 Message-ID: <80046221-595f-7840-64c7-aaa19c51cf86@collabora.com> Hi all, I'm glad to announce that we have entered Soft Code Freeze / Hard Feature Freeze for v2023dev3 [1]. From this moment only bug fixes will be accepted for this release cycle. Other type of changes will be postponed to v2023pre. Thanks to everyone who contributed! Walter [1] https://www.apertis.org/release/v2023dev3/release_schedule/ -- Walter Lozano Collabora Ltd. From walter.lozano at collabora.com Wed Aug 31 18:51:36 2022 From: walter.lozano at collabora.com (Walter Lozano) Date: Wed, 31 Aug 2022 13:51:36 -0300 Subject: [Devel] Apertis release candidate v2022.2rc1 available for testing Message-ID: <707c1065-7178-90c7-7d94-62f44e2f2718@collabora.com> Hello everyone, I'm glad to announce that Apertis v2022.2rc1 images for all the supported platforms have been published: AMD64 https://images.apertis.org/release/v2022/v2022.2rc1/amd64/ Arm32 https://images.apertis.org/release/v2022/v2022.2rc1/armhf/ Arm64 https://images.apertis.org/release/v2022/v2022.2rc1/arm64/ Compared to v2022.1 this release contains updates from Debian Bullseye and the latest LTS Linux kernel on the 5.15.x series. The test reports are below: * https://qa.apertis.org/report/v2022/20220831.0116/apt * https://qa.apertis.org/report/v2022/20220831.0116/ostree * https://qa.apertis.org/report/v2022/20220831.0116/lxc * https://qa.apertis.org/report/v2022/20220831.0116/nfs The full release schedule is described at https://www.apertis.org/release/v2022.2/release_schedule/ Thanks, Walter -- Walter Lozano Collabora Ltd.