Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/source/_static/images/rauc_status.jpg
Binary file not shown.
Binary file added docs/source/_static/images/rauc_status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/firmware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The internal eMMC storage of a chargebyte device is divided into several partiti
- 128 MB
- Logging file system B (/var/log)

.. image:: _static/images/mountpoints_tarragon.svg
.. image:: ../../includes/_static/images/mountpoints.svg
:alt: Filesystem-Mountpoints
:align: center

Expand Down
4 changes: 2 additions & 2 deletions includes/firmware_programming.inc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ In some situations, e.g., rescuing data of the other partition after a firmware

The chargebyte device uses the RAUC update framework for updating the device with a new firmware version and managing the boot partitions. Before using RAUC command line tool, it is necessary to establish a connection via SSH or Debug UART. After the connection is established, the status of the RAUC managed partitions can be retrieved by using the :code:`rauc status` console command. The following figure shows the console output of the RAUC status command. Here the board was booted from the first partition “rootfs.0” (A).

.. image:: _static/images/rauc_status.jpg
.. image:: _static/images/rauc_status.png
:alt: RAUC status
:align: center

Expand All @@ -160,7 +160,7 @@ The chargebyte device uses the RAUC update framework for updating the device wit

The rollback to the other partition can now be performed by using the command :code:`rauc status mark-active other`. The console output should now look like the following figure.

.. image:: _static/images/rauc_status_mark_other.jpg
.. image:: _static/images/rauc_status_mark_other.png
:alt: RAUC status mark-active
:align: center

Expand Down
Loading