summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx/nxp-imx8mq-evk.rst
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-01-30 16:48:48 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-01 07:46:14 +0100
commitce02232b666b20fb540f361d16defc7e41872732 (patch)
tree5074997ce80d7f1c4286ae3e11fe769764a3395d /Documentation/boards/imx/nxp-imx8mq-evk.rst
parentf7e74531645d7538e6f88aa44d8a821cf9589b4a (diff)
downloadbarebox-ce02232b666b20fb540f361d16defc7e41872732.tar.gz
barebox-ce02232b666b20fb540f361d16defc7e41872732.tar.xz
Documentation: imx8mq-evk: point to current version of the firmware
There were some updates to the i.MX8MQ DDR training firmware, so better point to the current version. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/imx/nxp-imx8mq-evk.rst')
-rw-r--r--Documentation/boards/imx/nxp-imx8mq-evk.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/boards/imx/nxp-imx8mq-evk.rst b/Documentation/boards/imx/nxp-imx8mq-evk.rst
index dfe004e0e4..ba8cf01452 100644
--- a/Documentation/boards/imx/nxp-imx8mq-evk.rst
+++ b/Documentation/boards/imx/nxp-imx8mq-evk.rst
@@ -16,9 +16,9 @@ uses several binary firmware blobs that are distributed under a
separate EULA and cannot be included in Barebox. In order to obtain
them do the following::
- wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.2.bin
- chmod +x firmware-imx-7.2.bin
- ./firmware-imx-7.2.bin
+ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin
+ chmod +x firmware-imx-8.0.bin
+ ./firmware-imx-8.0.bin
Executing that file should produce a EULA acceptance dialog as well as
result in the following files:
@@ -36,7 +36,7 @@ As a last step of this process those files need to be placed in
lpddr4_pmu_train_2d_dmem.bin \
lpddr4_pmu_train_2d_imem.bin; \
do \
- cp firmware-imx-7.2/firmware/ddr/synopsys/${f} \
+ cp firmware-imx-8.0/firmware/ddr/synopsys/${f} \
firmware/imx/${f}; \
done