* [Buildroot] Firmware update for Buildroot
@ 2014-10-20 13:17 Angelo Compagnucci
2014-10-20 14:30 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Angelo Compagnucci @ 2014-10-20 13:17 UTC (permalink / raw)
To: buildroot
Hello List,
I'm looking for the best tool to prepare and apply firmware images
based on Buildroot. I know that is a complex matter, but what I'm
asking here is an advice.
After several hours of searching, I finally found what seems a good
piece of software:
https://github.com/fhunleth/fwup
It's maintained and it has a good integration with Buildroot.
I know that Thomas Petazzoni wrote this one:
https://www.gitorious.org/embedded-linux-firmware-upgrade-tool
But It seems not maintained anymore.
Any advice on this matter?
Thank you for your time!
--
Profile: http://it.linkedin.com/in/compagnucciangelo
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Firmware update for Buildroot
2014-10-20 13:17 [Buildroot] Firmware update for Buildroot Angelo Compagnucci
@ 2014-10-20 14:30 ` Thomas Petazzoni
2014-10-20 14:42 ` Angelo Compagnucci
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2014-10-20 14:30 UTC (permalink / raw)
To: buildroot
Dear Angelo Compagnucci,
On Mon, 20 Oct 2014 15:17:06 +0200, Angelo Compagnucci wrote:
> I'm looking for the best tool to prepare and apply firmware images
> based on Buildroot. I know that is a complex matter, but what I'm
> asking here is an advice.
>
> After several hours of searching, I finally found what seems a good
> piece of software:
>
> https://github.com/fhunleth/fwup
>
> It's maintained and it has a good integration with Buildroot.
> I know that Thomas Petazzoni wrote this one:
>
> https://www.gitorious.org/embedded-linux-firmware-upgrade-tool
>
> But It seems not maintained anymore.
>
> Any advice on this matter?
There is also https://github.com/sbabic/swupdate, which was presented
last week at ELCE, see
http://events.linuxfoundation.org/sites/events/files/slides/SoftwareUpdateForEmbedded.pdf.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Firmware update for Buildroot
2014-10-20 14:30 ` Thomas Petazzoni
@ 2014-10-20 14:42 ` Angelo Compagnucci
2014-10-20 14:48 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Angelo Compagnucci @ 2014-10-20 14:42 UTC (permalink / raw)
To: buildroot
Hi Thomas,
>
> There is also https://github.com/sbabic/swupdate, which was presented
> last week at ELCE, see
> http://events.linuxfoundation.org/sites/events/files/slides/SoftwareUpdateForEmbedded.pdf.
Really interesting! I'll try it as soon as possible! Any plan to
include it in buildroot?
Thank you for your time!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
--
Profile: http://it.linkedin.com/in/compagnucciangelo
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Firmware update for Buildroot
2014-10-20 14:42 ` Angelo Compagnucci
@ 2014-10-20 14:48 ` Thomas Petazzoni
2014-10-20 21:49 ` Romain Naour
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2014-10-20 14:48 UTC (permalink / raw)
To: buildroot
Dear Angelo Compagnucci,
On Mon, 20 Oct 2014 16:42:03 +0200, Angelo Compagnucci wrote:
> > There is also https://github.com/sbabic/swupdate, which was presented
> > last week at ELCE, see
> > http://events.linuxfoundation.org/sites/events/files/slides/SoftwareUpdateForEmbedded.pdf.
>
> Really interesting! I'll try it as soon as possible! Any plan to
> include it in buildroot?
I think Romain Naour said he had started to look into it. Not sure how
far his efforts have gone so far, though.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Firmware update for Buildroot
2014-10-20 14:48 ` Thomas Petazzoni
@ 2014-10-20 21:49 ` Romain Naour
2014-10-21 6:07 ` Angelo Compagnucci
0 siblings, 1 reply; 6+ messages in thread
From: Romain Naour @ 2014-10-20 21:49 UTC (permalink / raw)
To: buildroot
Hi Angelo, Thomas, All
Le 20/10/2014 16:48, Thomas Petazzoni a ?crit :
> Dear Angelo Compagnucci,
>
> On Mon, 20 Oct 2014 16:42:03 +0200, Angelo Compagnucci wrote:
>
>>> There is also https://github.com/sbabic/swupdate, which was presented
>>> last week at ELCE, see
>>> http://events.linuxfoundation.org/sites/events/files/slides/SoftwareUpdateForEmbedded.pdf.
>>
>> Really interesting! I'll try it as soon as possible! Any plan to
>> include it in buildroot?
>
> I think Romain Naour said he had started to look into it. Not sure how
> far his efforts have gone so far, though.
>
Yes indeed swupdate is very interesting but it need some work to be done before
being integrated to Buildroot.
I have sent to the list my work on swupdate packaging:
http://patchwork.ozlabs.org/patch/401270/
It's completely untested, so be free to resend a new version if you can test it :)
Best regards,
--
Romain Naour
OPEN WIDE Ing?nierie - Paris
23/25, rue Daviel| 75013 PARIS
http://ingenierie.openwide.fr
Le blog des technologies libres et embarqu?es :
http://www.linuxembedded.fr
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Firmware update for Buildroot
2014-10-20 21:49 ` Romain Naour
@ 2014-10-21 6:07 ` Angelo Compagnucci
0 siblings, 0 replies; 6+ messages in thread
From: Angelo Compagnucci @ 2014-10-21 6:07 UTC (permalink / raw)
To: buildroot
Hi Romain,
> Yes indeed swupdate is very interesting but it need some work to be done before
> being integrated to Buildroot.
>
> I have sent to the list my work on swupdate packaging:
> http://patchwork.ozlabs.org/patch/401270/
>
> It's completely untested, so be free to resend a new version if you can test it :)
Great, I'll test it as soon as possible! Really a big thank you!
>
> Best regards,
> --
> Romain Naour
>
> OPEN WIDE Ing?nierie - Paris
> 23/25, rue Daviel| 75013 PARIS
> http://ingenierie.openwide.fr
>
> Le blog des technologies libres et embarqu?es :
> http://www.linuxembedded.fr
--
Profile: http://it.linkedin.com/in/compagnucciangelo
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-10-21 6:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 13:17 [Buildroot] Firmware update for Buildroot Angelo Compagnucci
2014-10-20 14:30 ` Thomas Petazzoni
2014-10-20 14:42 ` Angelo Compagnucci
2014-10-20 14:48 ` Thomas Petazzoni
2014-10-20 21:49 ` Romain Naour
2014-10-21 6:07 ` Angelo Compagnucci
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox