summaryrefslogtreecommitdiffstats
path: root/cheatsheet.md
Commit message (Collapse)AuthorAgeFilesLines
* cheatsheet: Update TEMPLATECONFAdriana Kobylak2018-08-281-2/+2
| | | | | | | | With the introduction of subtrees (see subtree.md), the TEMPLATECONF has changed. Update the cheatsheet examples. Change-Id: Ice41dd1cb2f85fd426cc224852eead7e04dfc839 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Remove trailing spacesGunnar Mills2018-04-081-1/+1
| | | | | Change-Id: I602366f214e36ba475d5ce25fea54d09200cacf4 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Adjust the kernel version formatYong Li2018-04-021-1/+1
| | | | | Change-Id: Ic429ba66875ecab25e5cbb5c5cb2607936a67139 Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
* Remove references to BarreleyeGunnar Mills2018-03-191-3/+3
| | | | | | | | | Barreleye is no longer a supported machine. Removed references to Barreleye and replaced them with Zaius as an example machine to build. Change-Id: I37356cd0720f570941b24dd7c0be3e61d67323d6 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Change //bmc/ to //${bmc}/ in LED and cheatsheetGunnar Mills2017-12-051-2/+2
| | | | | | | | | | Changed the example calls from //bmc/ to //${bmc}/ in LED-architecture.md and cheatsheet.md. This is more obvious and users can set bmc to their bmc ip and just copy/paste these example calls. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I9efcc802367b01535ceada71f143972cadf1ca48
* Correct the "Booting the host" commandsGunnar Mills2017-11-271-2/+4
| | | | | | | | | | | Corrected the curl command to power on the host. The state code is now xyz/openbmc_project/state, not org/openbmc/control. Also, changed the host in the curl commands from "palm5-bmc" to "bmc", "bmc" is found in the rest of the docs. Change-Id: I7b0a808f9697994d44bc552d7fd02b07707b9d9c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Use correct "D-Bus" spelling in cheatsheet.mdGunnar Mills2017-07-051-2/+2
| | | | | | | Change "dbus" to the correct spelling "D-Bus". Change-Id: Ib74c6838aec54847e1c7ba2cd56be4dbfa484e75 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Added rw overlay fs note to cheatsheet.Patrick Venture2017-06-021-0/+9
| | | | | Change-Id: I2d5c9068775ff353af92e25d6fa8aa06a79b09aa Signed-off-by: Patrick Venture <venture@google.com>
* cheatsheet.md: Add GDB and coredump tipsLei YU2016-11-111-0/+24
| | | | | Change-Id: I5d274525aa34f20606454b8f7f5ccfca99ba5640 Signed-off-by: Lei YU <mine260309@gmail.com>
* cheatsheet.md: Replace oe-init-build-env with openbmc-envAdriana Kobylak2016-11-011-3/+3
| | | | | Change-Id: I59f81279c4ac018c8543cd79dbaf447adbf35c6a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Cheatsheet update for Yocto 2.1 SDKcausten2016-08-111-2/+2
| | | | | | | | The how to create an SDK section describes how to do it for Yocto 1.8 There was a simple version change needed to make it 2.1 Change-Id: I193131ecadaa4423c10df3cd418f2e143d17e2f9 Signed-off-by: Chris Austen <austenc@us.ibm.com>
* Enhancing instructions on QEMUChris Austen2016-07-271-10/+45
| | | | | | | | | | Added step by step details on using QEMU in both a virtual bridge and tap environment. Latest features of QEMU palmetto integration now allow for uboot flash support and ftgmac100 device support. That means you can start the qemu session from uboot and run the real ftgmac ethernet device. Signed-off-by: Chris Austen <austenc@us.ibm.com>
* cheatsheet: Explain how to boot the host with curlJoel Stanley2016-06-171-0/+17
|
* cheatsheet.md: Re-write QEMU invocation exampleAndrew Jeffery2016-06-151-6/+4
| | | | | | | | | | | | | | | | The commandline provided had several issues: * The -dtb option was redundant as we boot with the cuImage, and caused some kernel configuration to be skipped which in turn ended in a kernel panic * -append argument was redundant with respect to the devicetree * The file paths used typically required the user to change up out of the build directory after bitbaking obmc-phosphor-image The patch addresses all of the above. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* cheatsheet: QEMU commandline for palmetto-bmcAndrew Jeffery2016-05-251-0/+26
| | | | | Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Added steps to build barreleye imageAdi Gangidi2016-05-121-0/+11
|
* cheatsheet: Fix misspelling of TEMPLATECONFJoel Stanley2016-01-181-1/+1
| | | | | | | The existing hint would not work, as the tool expects the variable to be called TEMPLATECONF not TEMPLATE_CONF. Signed-off-by: Joel Stanley <joel@jms.id.au>
* Fix description of busctlBrad Bishop2015-10-291-1/+1
| | | | It doesn't have much to do with REST.
* cheatsheet: Add SDK build instructionsChris Austen2015-10-261-0/+11
|
* dbus-interfaces: Move busctl doc to cheatsheetJeremy Kerr2015-10-261-0/+18
| | | | | | I'd like to keep the dbus-interfaces doc as a more formal specification. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* cheatsheet: fix build commandJeremy Kerr2015-10-221-1/+1
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Add building hintsJoel Stanley2015-10-221-0/+17
|
* Add cheatsheetJeremy Kerr2015-10-221-0/+25
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
OpenPOWER on IntegriCloud