Re: [RAUC] Stumped, have a appfs partition that is encrypted, how to get RAUC to update it

2021-08-02 Thread Brian Hutchinson
On Fri, Jul 30, 2021 at 12:29 PM Jan Lübbe wrote: > Hi Brian, > > On Fri, 2021-07-30 at 10:20 -0400, Brian Hutchinson wrote: > > > 100% Installing failed. > > > LastError: Installation error: Failed updating slot appfs.1: failed to > run > > > mkfs

Re: [RAUC] Stumped, have a appfs partition that is encrypted, how to get RAUC to update it

2021-07-30 Thread Brian Hutchinson
Hi all, update On Fri, Jul 30, 2021 at 9:33 AM Brian Hutchinson wrote: > Hi Jan, > > > On Fri, Jul 23, 2021 at 9:40 AM Jan Lübbe wrote: > >> Hi Brian, >> >> On Thu, 2021-07-22 at 08:55 -0400, Brian Hutchinson wrote: >> > Hi Jan, >> > &g

Re: [RAUC] Stumped, have a appfs partition that is encrypted, how to get RAUC to update it

2021-07-30 Thread Brian Hutchinson
Hi Jan, On Fri, Jul 23, 2021 at 9:40 AM Jan Lübbe wrote: > Hi Brian, > > On Thu, 2021-07-22 at 08:55 -0400, Brian Hutchinson wrote: > > Hi Jan, > > > > On Thu, Jul 22, 2021 at 8:16 AM Jan Lübbe wrote: > > > On Thu, 2021-07-22 at 08:11 -0400, Brian Hutchinso

Re: [RAUC] Stumped, have a appfs partition that is encrypted, how to get RAUC to update it

2021-07-23 Thread Brian Hutchinson
On Thu, Jul 22, 2021 at 8:55 AM Brian Hutchinson wrote: > > Hi Jan, > D > On Thu, Jul 22, 2021 at 8:16 AM Jan Lübbe wrote: > >> On Thu, 2021-07-22 at 08:11 -0400, Brian Hutchinson wrote: >> > Hello again, >> >> Hi! >> >> > I'm wantin

[RAUC] Stumped, have a appfs partition that is encrypted, how to get RAUC to update it

2021-07-22 Thread Brian Hutchinson
Hello again, I'm wanting to have a rootfs that is read-only SquashFS and a appfs that is encrypted. And I'm kind of stumped. I've searched the Documentation and archives and it doesn't look like RAUC has native support for encrypted partitions but in the archives I saw where one gentleman

Re: [RAUC] Create bundles from command line outside of yocto?

2021-06-17 Thread Brian Hutchinson
Hi Enrico, On Thu, Jun 17, 2021 at 6:20 AM Enrico Jörns wrote: > Hi Brian, > > Am Mittwoch, dem 16.06.2021 um 08:45 -0400 schrieb Brian Hutchinson: > > > If you have a separate shared data partition, then I would recommend to > > > configure RAUC to use this for it

Re: [RAUC] Create bundles from command line outside of yocto?

2021-06-16 Thread Brian Hutchinson
On Wed, Jun 16, 2021 at 1:06 AM Enrico Jörns wrote: > Hi Brian, > > Am Dienstag, dem 15.06.2021 um 17:32 -0400 schrieb Brian Hutchinson: > > Ok, I think I figured out my problems. Appears that I was using busybox > > version of tar so I switched to the real thing (GNU Tar)

Re: [RAUC] Create bundles from command line outside of yocto?

2021-06-15 Thread Brian Hutchinson
On Tue, Jun 15, 2021 at 3:07 PM Brian Hutchinson wrote: > > > On Tue, Jun 15, 2021 at 12:17 AM Brian Hutchinson > wrote: > >> Hi Jan, >> >> So using your manifest example and my partition scheme from earlier ... >> >> RAUC A slots: >> /dev/mmc

Re: [RAUC] Create bundles from command line outside of yocto?

2021-06-15 Thread Brian Hutchinson
On Tue, Jun 15, 2021 at 12:17 AM Brian Hutchinson wrote: > Hi Jan, > > So using your manifest example and my partition scheme from earlier ... > > RAUC A slots: > /dev/mmcblk2gp0p1 (kernel/dtb) > /dev/mmcblk2gp0p2 (rootfs) > /dev/mmcblk2p1 (appfs) > > RAUC B slot

Re: [RAUC] Create bundles from command line outside of yocto?

2021-06-14 Thread Brian Hutchinson
Hi Jan, So using your manifest example and my partition scheme from earlier ... RAUC A slots: /dev/mmcblk2gp0p1 (kernel/dtb) /dev/mmcblk2gp0p2 (rootfs) /dev/mmcblk2p1 (appfs) RAUC B slots: /dev/mmcblk2gp1p1 (kernel/dtb) /dev/mmcblk2gp1p2 (rootfs) /dev/mmcblk2p2 (appfs) On Tue, May 25, 2021 at

[RAUC] Create bundles from command line outside of yocto?

2021-05-24 Thread Brian Hutchinson
Hi, I've been looking at Leon Anavi's RAUC Rpi4 example. He's got his own meta-rauc layer where bundles are created in Yocto recipe ... but I need to create bundles with command line outside of Yocto system. I've basically got tar files for kernel image/dtb, rootfs and appfs. Want to make a