[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 2/7] hw/arm/aspeed: Fix location of firmware images in documentati
From: |
Cédric Le Goater |
Subject: |
[PULL 2/7] hw/arm/aspeed: Fix location of firmware images in documentation |
Date: |
Tue, 9 Mar 2021 14:16:36 +0100 |
Firmware images can be found on the OpenBMC jenkins site and on the
OpenBMC GitHub release page.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Message-Id: <20210303072743.1551329-1-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
docs/system/arm/aspeed.rst | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
index 690bada7842b..8972aa3f7bbe 100644
--- a/docs/system/arm/aspeed.rst
+++ b/docs/system/arm/aspeed.rst
@@ -72,18 +72,22 @@ Missing devices
Boot options
------------
-The Aspeed machines can be started using the -kernel option to load a
-Linux kernel or from a firmware image which can be downloaded from the
-OpenPOWER jenkins :
+The Aspeed machines can be started using the ``-kernel`` option to
+load a Linux kernel or from a firmware. Images can be downloaded from
+the OpenBMC jenkins :
- https://openpower.xyz/
+
https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/distro=ubuntu,label=docker-builder
+
+or directly from the OpenBMC GitHub release repository :
+
+ https://github.com/openbmc/openbmc/releases
The image should be attached as an MTD drive. Run :
.. code-block:: bash
$ qemu-system-arm -M romulus-bmc -nic user \
- -drive file=flash-romulus,format=raw,if=mtd -nographic
+ -drive file=obmc-phosphor-image-romulus.static.mtd,format=raw,if=mtd
-nographic
Options specific to Aspeed machines are :
--
2.26.2
- [PULL 0/7] aspeed queue, Cédric Le Goater, 2021/03/09
- [PULL 1/7] arm/ast2600: Fix SMP booting with -kernel, Cédric Le Goater, 2021/03/09
- [PULL 3/7] hw/arm: ast2600: Force a multiple of 32 of IRQs for the GIC, Cédric Le Goater, 2021/03/09
- [PULL 6/7] hw/misc: Add a basic Aspeed LPC controller model, Cédric Le Goater, 2021/03/09
- [PULL 7/7] hw/misc: Model KCS devices in the Aspeed LPC controller, Cédric Le Goater, 2021/03/09
- [PULL 2/7] hw/arm/aspeed: Fix location of firmware images in documentation,
Cédric Le Goater <=
- [PULL 5/7] hw/arm: ast2600: Correct the iBT interrupt ID, Cédric Le Goater, 2021/03/09
- [PULL 4/7] hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheet, Cédric Le Goater, 2021/03/09
- Re: [PULL 0/7] aspeed queue, Peter Maydell, 2021/03/11