Skip to content

Commit

Permalink
rm: boards: Use compressed image with mfgtool files
Browse files Browse the repository at this point in the history
Since foundriesio/meta-lmp#1279 we are using
compressed image in the uuu script for full image flashing.

Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
  • Loading branch information
angolini authored and kprosise committed Sep 28, 2023
1 parent 8e49333 commit 288bd30
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 13 deletions.
9 changes: 4 additions & 5 deletions source/reference-manual/boards/imx-common-board.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ Factory.
| ``u-boot-<machine_name>.itb``
| ``imx-boot-<machine_name>``

.. note::
The compressed image (``.wic.gz``) is used since LmP **v92**. Before it the scripts
require a compressed file image (``.wic``).

.. figure:: /_static/boards/generic-steps-2.png
:width: 769
:align: center

#. Extract the file ``lmp-factory-image-<machine_name>.wic.gz``:

.. parsed-literal::

gunzip lmp-factory-image-|machine_name|.wic.gz

#. Download and extract the file ``mfgtool-files-<machine_name>.tar.gz``:

Expand Down
2 changes: 1 addition & 1 deletion source/reference-manual/boards/imx6ul.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ i.MX 6UL Evaluation Kit

.. |imx_file_list| prompt:: text

├── lmp-factory-image-imx6ulevk.wic
├── lmp-factory-image-imx6ulevk.wic.gz
├── u-boot-imx6ulevk.itb
├── sit-imx6ulevk.bin
├── SPL-imx6ulevk
Expand Down
2 changes: 1 addition & 1 deletion source/reference-manual/boards/imx6ull.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ i.MX 6ULL Evaluation Kit

.. |imx_file_list| prompt:: text

├── lmp-factory-image-imx6ullevk.wic
├── lmp-factory-image-imx6ullevk.wic.gz
├── u-boot-imx6ullevk.itb
├── sit-imx6ullevk.bin
├── SPL-imx6ullevk
Expand Down
2 changes: 1 addition & 1 deletion source/reference-manual/boards/imx8mm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ i.MX 8M Mini Evaluation Kit

.. |imx_file_list| prompt:: text

├── lmp-factory-image-imx8mm-lpddr4-evk.wic
├── lmp-factory-image-imx8mm-lpddr4-evk.wic.gz
├── u-boot-imx8mm-lpddr4-evk.itb
├── sit-imx8mm-lpddr4-evk.bin
├── imx-boot-imx8mm-lpddr4-evk
Expand Down
2 changes: 1 addition & 1 deletion source/reference-manual/boards/imx8mn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ i.MX 8M Nano Evaluation Kit

.. |imx_file_list| prompt:: text

├── lmp-factory-image-imx8mn-ddr4-evk.wic
├── lmp-factory-image-imx8mn-ddr4-evk.wic.gz
├── u-boot-imx8mn-ddr4-evk.itb
├── sit-imx8mn-ddr4-evk.bin
├── imx-boot-imx8mn-ddr4-evk
Expand Down
2 changes: 1 addition & 1 deletion source/reference-manual/boards/imx8mp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ i.MX 8M Plus Evaluation Kit

.. |imx_file_list| prompt:: text

├── lmp-factory-image-imx8mp-lpddr4-evk.wic
├── lmp-factory-image-imx8mp-lpddr4-evk.wic.gz
├── u-boot-imx8mp-lpddr4-evk.itb
├── sit-imx8mp-lpddr4-evk.bin
├── imx-boot-imx8mp-lpddr4-evk
Expand Down
2 changes: 1 addition & 1 deletion source/reference-manual/boards/imx8mq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ i.MX 8M Quad Evaluation Kit

.. |imx_file_list| prompt:: text

├── lmp-factory-image-imx8mq-evk.wic
├── lmp-factory-image-imx8mq-evk.wic.gz
├── u-boot-imx8mq-evk.itb
├── sit-imx8mq-evk.bin
├── imx-boot-imx8mq-evk or imx-boot-imx8mq-evk-nohdmi
Expand Down
2 changes: 1 addition & 1 deletion source/reference-manual/boards/imx8ulpevk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ i.MX 8 ULP Evaluation Kit

.. |imx_file_list| prompt:: text

├── lmp-factory-image-imx8ulp-lpddr4-evk.wic
├── lmp-factory-image-imx8ulp-lpddr4-evk.wic.gz
├── u-boot-imx8ulp-lpddr4-evk.itb
├── imx-boot-imx8ulp-lpddr4-evk
└── mfgtool-files-imx8ulp-lpddr4-evk
Expand Down
2 changes: 1 addition & 1 deletion source/reference-manual/boards/imx93evk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ i.MX 93 Evaluation Kit

.. |imx_file_list| prompt:: text

├── lmp-factory-image-imx93-11x11-lpddr4x-evk.wic
├── lmp-factory-image-imx93-11x11-lpddr4x-evk.wic.gz
├── u-boot-imx93-11x11-lpddr4x-evk.itb
├── imx-boot-imx93-11x11-lpddr4x-evk
└── mfgtool-files-imx93-11x11-lpddr4x-evk
Expand Down

0 comments on commit 288bd30

Please sign in to comment.