Difference between revisions of "Upgrades Presentations"

From eLinux.org
Jump to: navigation, search
(Created page with "= '''OTA Upgrades''' = == Secure Boot and Over-the-Air Updates - That's Simple, No? [ELC 2020] == '''Presenter:''' Jan Kiszka, Siemens AG <br> '''Summary:''' This presentatio...")
 
Line 17: Line 17:
  
 
* [https://elinux.org/images/6/66/Xip-ota.pdf PDF] | [https://www.youtube.com/watch?v=pUfkhiK8m0g VIDEO]
 
* [https://elinux.org/images/6/66/Xip-ota.pdf PDF] | [https://www.youtube.com/watch?v=pUfkhiK8m0g VIDEO]
 +
 +
== Surviving in the Wilderness: Integrity Protection and System Update [ELC 2017] ==
 +
'''Presenter:''' Patrick Ohly, Intel GmbH <br>
 +
'''Summary:'''
 +
This talk compares the two mechanisms of s/w updates -- meta-integrity an meta-swupd <br>
 +
against several other alternatives (dm-verity, OSTree, ...) along with detailed descriptions <br>
 +
of these mechanisms. <br>
 +
 +
* [https://elinux.org/images/2/2e/2017_ELC_Integrity_System_Update.pdf PDF] | [https://www.youtube.com/watch?v=N8V0W0p3YBU VIDEO]
 +
 +
== Using SWUdate to Upgrade your System [ELC 2017] ==
 +
'''Presenter:''' Gabriel Huau, Witekio <br>
 +
'''Summary:'''
 +
This presentation will focus on SWUpdate which is an update framework here to ease your life. <br>
 +
The talk will cover the framework architecture as well as its possible customization and integration <br>
 +
into common build systems. A demonstration will be featured showing the different capabilities. <br>
 +
 +
* [https://elinux.org/images/0/0b/ELC2017_SWUpdate.pdf PDF] | [https://www.youtube.com/watch?v=ePRTTfGJUI4 VIDEO]
  
 
= '''Firmware Upgrades''' =
 
= '''Firmware Upgrades''' =
Line 38: Line 56:
  
 
* [https://www.youtube.com/watch?v=2p2i_hMDmgk VIDEO]
 
* [https://www.youtube.com/watch?v=2p2i_hMDmgk VIDEO]
 +
 +
== Bringing DevOps to Devices - Modern Update Approaches for Embedded Linux - Yocto Linux Containers and More [ELC 2016] ==
 +
'''Presenter:''' Petros Angelatos, Resin.io <br>
 +
'''Summary:'''
 +
This presentation contains an overview of several update approaches throughout the <br>
 +
stack: application and base OS updates performed while a device remains online, <br>
 +
host OS updates performed with scale and safety, and true zero downtime updates <br>
 +
that allow drones to update core software while in flight. <br>
 +
 +
* [https://youtu.be/5yTaqysYEvg VIDEO]

Revision as of 22:41, 6 October 2020

OTA Upgrades

Secure Boot and Over-the-Air Updates - That's Simple, No? [ELC 2020]

Presenter: Jan Kiszka, Siemens AG
Summary: This presentation talks about secure boot feature and
Over-The-Air updates on Embedded platforms.

Secure Updates for a Memory Constrained XIP System [ELC 2019]

Presenter: Vitaly Wool, Konsulko
Summary: This presentation talks about challenges faced for secure updates on XIP
(eXecute In Place) – a technology that allows code to be executed directly
from flash without copying the code to RAM first.

Surviving in the Wilderness: Integrity Protection and System Update [ELC 2017]

Presenter: Patrick Ohly, Intel GmbH
Summary: This talk compares the two mechanisms of s/w updates -- meta-integrity an meta-swupd
against several other alternatives (dm-verity, OSTree, ...) along with detailed descriptions
of these mechanisms.

Using SWUdate to Upgrade your System [ELC 2017]

Presenter: Gabriel Huau, Witekio
Summary: This presentation will focus on SWUpdate which is an update framework here to ease your life.
The talk will cover the framework architecture as well as its possible customization and integration
into common build systems. A demonstration will be featured showing the different capabilities.

Firmware Upgrades

Update My Board [ELC 2018]

Presenter: Mirza Krak, Endian Technologies AB
Summary: The presenter talks about how to integrate a number of open-source software
update solution to a custom board and goes through the steps necessary for each
project.

Apache Mynewt Bootloader for Reliable and Secure Firmware Upgrades [ELC 2017]

Presenter: James Pace, Runtime
Summary: The presentation focuses on the security features in Apache Mynewt Bootloader
to establish root of trust, check authenticity and integrity of the firmware images,
the threats they address, footprint and performance benchmarks and incorporation of
hardware protections available in any given chip.

Bringing DevOps to Devices - Modern Update Approaches for Embedded Linux - Yocto Linux Containers and More [ELC 2016]

Presenter: Petros Angelatos, Resin.io
Summary: This presentation contains an overview of several update approaches throughout the
stack: application and base OS updates performed while a device remains online,
host OS updates performed with scale and safety, and true zero downtime updates
that allow drones to update core software while in flight.