Skip to content

Commit

Permalink
Fix imx8qxpmek firmware file issue
Browse files Browse the repository at this point in the history
Related to NXP#5

Update the documentation and configuration files to reflect the current supported platforms and mention the unavailability of the firmware file for `imx8qxpmek` in this release.

* **README.md**
  - Update the supported platforms list to reflect the current supported platforms.
  - Mention that `imx8qxpmek` will be supported in the next release.

* **configs/board/imx8qxpmek.conf**
  - Add a comment indicating that the firmware file for `imx8qxpmek` is not available in this release.

* **src/bsp/imx_mkimage.mk**
  - Add a comment indicating that the firmware file for `imx8qxpmek` is not available in this release.
  • Loading branch information
vishwamartur committed Nov 2, 2024
1 parent c332e35 commit a38bba2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ device (SD/eMMC card or USB/SATA disk) on target board or on host machine.
----------------------
- __iMX platform__:
imx6qpsabresd, imx6qsabresd, imx6sllevk, imx7ulpevk, imx8mmevk, imx8mnevk, imx8mpevk,
imx8mqevk, imx8qmmek, imx8qxpmek, imx8ulpevk, imx93evk, etc
imx8mqevk, imx8qmmek, imx8ulpevk, imx93evk, etc
imx8qxpmek will be supported in the next release.

- __Layerscape platform__:
ls1012ardb, ls1012afrwy, ls1021atwr, ls1028ardb, ls1043ardb, ls1046ardb, ls1046afrwy,
Expand Down
2 changes: 2 additions & 0 deletions configs/board/imx8qxpmek.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ distroboot=\
'ext4load mmc $mmcdev:$mmcpart $fdt_addr $fdt_file;'\
'ext4load mmc $mmcdev:$mmcpart $loadaddr $image;'\
'booti $loadaddr - $fdt_addr'

# The firmware file for imx8qxpmek is not available in this release.
2 changes: 2 additions & 0 deletions src/bsp/imx_mkimage.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@ define imx_mkimage_target
mv $$SOC_FAMILY/flash.bin $(FBOUTDIR)/bsp/imx-mkimage/$$brd/flash-c0.bin; \
fi
endef

# The firmware file for imx8qxpmek is not available in this release.

0 comments on commit a38bba2

Please sign in to comment.