Re: [yocto] [rauc] create a rescue image

2019-03-28 Thread jairo
Thanks Mike, Patrick, I have been much clearer about the options to update the system and the cost involved. a greeting Jairo -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [rauc] create a rescue image

2019-03-28 Thread Mike Looijmans
On 26-03-19 11:02, jairo wrote: > El mar, 26-03-2019 a las 09:14 +0100, Patrick Boettcher escribió: >> On Tue, 26 Mar 2019 09:05:47 +0100 >> jairo wrote: ... > Yes, I know, it is somewhat risky, but I have only 512MB of nand > memory, and we are getting a lot of software. I think we have to > eval

Re: [yocto] [rauc] create a rescue image

2019-03-26 Thread Mike Looijmans
On 26-03-19 12:31, jairo wrote: > > Thank you very much Mike. > > > >> With NAND you'll probably have a filesystem (jffs2 or UBI) in place. >> With that, you could just use a package manager like opkg to update >> sofware. If the box has a network connection, just running "opkg >> update && opk

Re: [yocto] [rauc] create a rescue image

2019-03-26 Thread jairo
Thank you very much Mike. > With NAND you'll probably have a filesystem (jffs2 or UBI) in place. > With that, you could just use a package manager like opkg to update > sofware. If the box has a network connection, just running "opkg > update && opkg upgrade" will install the current releases

Re: [yocto] [rauc] create a rescue image

2019-03-26 Thread jairo
El mar, 26-03-2019 a las 09:14 +0100, Patrick Boettcher escribió: > On Tue, 26 Mar 2019 09:05:47 +0100 > jairo wrote: > > > Thanks Patrick: > > > > > > The idea is that when an update is going to be done, the system > > will > > restart in the rescue partition so that it updates the main > > pa

Re: [yocto] [rauc] create a rescue image

2019-03-26 Thread Patrick Boettcher
On Tue, 26 Mar 2019 09:05:47 +0100 jairo wrote: > Thanks Patrick: > > > The idea is that when an update is going to be done, the system will > restart in the rescue partition so that it updates the main partition > and when it is updated it will restart the main partition again. This is a good

Re: [yocto] [rauc] create a rescue image

2019-03-26 Thread jairo
Thanks Patrick: The idea is that when an update is going to be done, the system will restart in the rescue partition so that it updates the main partition and when it is updated it will restart the main partition again. I think the problem (among others) was having it because I was not applying

Re: [yocto] [rauc] create a rescue image

2019-03-25 Thread Patrick Boettcher
Hi, On Mon, 25 Mar 2019 16:01:37 +0100 jairo wrote: > Hi all, > > I want to make a system with a rescue partition. > > What is the minimum to make a rescue image? Or how can it be done? > > I use a board with a imx6 micro from phytec, and in the meta-yogurt > layer there is a recipe called ph

[yocto] [rauc] create a rescue image

2019-03-25 Thread jairo
Hi all, I want to make a system with a rescue partition. What is the minimum to make a rescue image? Or how can it be done? I use a board with a imx6 micro from phytec, and in the meta-yogurt layer there is a recipe called phytec-initramfs-image.bb that creates an image or partition with cpio.gz