History log of /openbmc/docs/cheatsheet.md (Results 1 – 25 of 37)
Revision Date Author Comments
# f4febd00 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

Change-Id: I35ec9c19ae581e4dd00b515c1bba3a9c1862eeb1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# c1768568 09-Sep-2022 Patrick Williams <patrick@stwcx.xyz>

workflow: switch openbmc-env for setup

There are upstream changes in poky that are forcing TEMPLATECONF
to be used differently. Rather than try to track those changes,
I am switching the documentat

workflow: switch openbmc-env for setup

There are upstream changes in poky that are forcing TEMPLATECONF
to be used differently. Rather than try to track those changes,
I am switching the documentation to use `setup`, which has existed
for a number of years and is a simpler way to get started.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I258a38b455a14ebad7952e7480ece965e2b1edfd

show more ...


# 6d0fb8f8 09-May-2021 Andrew Jeffery <andrew@aj.id.au>

cheatsheet: Remove trailing '\' from qemu networking

Its presence has bugged me for a long time.

Change-Id: I4ee89d7da6c628cdf4a407ba4995fd5b1336c47b
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>


# 267a0d68 03-Apr-2020 Zev Weiss <zev@bewilderbeest.net>

cheatsheet: fix details of local kernel build instructions

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: I42f73db624241aa32759553de2fe7e5d2b3fe99a


# fc72bba5 03-Jul-2019 Patrick Venture <venture@google.com>

cheatsheet: MACHINE is available by default

The MACHINE environment variable is available by default and is the
typical way to specify what machine configuration you wish to build, or
with devtool,

cheatsheet: MACHINE is available by default

The MACHINE environment variable is available by default and is the
typical way to specify what machine configuration you wish to build, or
with devtool, modify.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I59c524846df88be6b25144ceef2fc76e477622bd

show more ...


# d5afde33 22-Mar-2019 Adriana Kobylak <anoo@us.ibm.com>

cheatsheet: Add instructions to build a machine configuration

The instructions include setting the MACHINE environment variable,
and making this value available to BitBake via BB_ENV_EXTRAWHITE.

Re

cheatsheet: Add instructions to build a machine configuration

The instructions include setting the MACHINE environment variable,
and making this value available to BitBake via BB_ENV_EXTRAWHITE.

Reference:
- https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#var-BB_ENV_EXTRAWHITE
- https://stackoverflow.com/questions/17366984/is-it-possible-to-pass-in-command-line-variables-to-a-bitbake-build

Change-Id: Iab16dfb7e6692e876efd6a23d4455d5aff3d6510
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# e94a168c 25-Jan-2019 Lei YU <mine260309@gmail.com>

cheatsheet: Add more develop tips

Add more tips about building, developing and testing OpenBMC.

Change-Id: I37ea9e8fc2072c6a15d767d8684d5cc6637e466e
Signed-off-by: Lei YU <mine260309@gmail.com>


# 48ec067c 11-Feb-2019 Lei YU <mine260309@gmail.com>

cheatsheet: Add ulimit for coredump

Add `ulimit -c unlimited` to generate coredump, otherwsie the default
coredump limit is 0 and it will not be generated.

Change-Id: I3ca8a4ebc3e9cf6fbf1e45e907731

cheatsheet: Add ulimit for coredump

Add `ulimit -c unlimited` to generate coredump, otherwsie the default
coredump limit is 0 and it will not be generated.

Change-Id: I3ca8a4ebc3e9cf6fbf1e45e9077315affb9adaa9
Signed-off-by: Lei YU <mine260309@gmail.com>

show more ...


# 873a0495 28-Aug-2018 Adriana Kobylak <anoo@us.ibm.com>

cheatsheet: Update TEMPLATECONF

With the introduction of subtrees (see subtree.md), the
TEMPLATECONF has changed. Update the cheatsheet examples.

Change-Id: Ice41dd1cb2f85fd426cc224852eead7e04dfc83

cheatsheet: Update TEMPLATECONF

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>

show more ...


# f14504e4 08-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

Remove trailing spaces

Change-Id: I602366f214e36ba475d5ce25fea54d09200cacf4
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>


# ba2abfa4 19-Mar-2018 Yong Li <yong.b.li@linux.intel.com>

Adjust the kernel version format

Change-Id: Ic429ba66875ecab25e5cbb5c5cb2607936a67139
Signed-off-by: Yong Li <yong.b.li@linux.intel.com>


# 67850dd8 19-Mar-2018 Gunnar Mills <gmills@us.ibm.com>

Remove references to Barreleye

Barreleye is no longer a supported machine. Removed references
to Barreleye and replaced them with Zaius as an example machine
to build.

Change-Id: I37356cd0720f57094

Remove references to Barreleye

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>

show more ...


# 03504a95 28-Nov-2017 Gunnar Mills <gmills@us.ibm.com>

Change //bmc/ to //${bmc}/ in LED and cheatsheet

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

Change //bmc/ to //${bmc}/ in LED and cheatsheet

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

show more ...


# b56bec0d 20-Nov-2017 Gunnar Mills <gmills@us.ibm.com>

Correct the "Booting the host" commands

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

Correct the "Booting the host" commands

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>

show more ...


# 924bc9c1 05-Jul-2017 Gunnar Mills <gmills@us.ibm.com>

Use correct "D-Bus" spelling in cheatsheet.md

Change "dbus" to the correct spelling "D-Bus".

Change-Id: Ib74c6838aec54847e1c7ba2cd56be4dbfa484e75
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>


# 4635bf2f 02-Jun-2017 Patrick Venture <venture@google.com>

Added rw overlay fs note to cheatsheet.

Change-Id: I2d5c9068775ff353af92e25d6fa8aa06a79b09aa
Signed-off-by: Patrick Venture <venture@google.com>


# 246fc994 10-Nov-2016 Lei YU <mine260309@gmail.com>

cheatsheet.md: Add GDB and coredump tips

Change-Id: I5d274525aa34f20606454b8f7f5ccfca99ba5640
Signed-off-by: Lei YU <mine260309@gmail.com>


# f6b9fe0e 01-Nov-2016 Adriana Kobylak <anoo@us.ibm.com>

cheatsheet.md: Replace oe-init-build-env with openbmc-env

Change-Id: I59f81279c4ac018c8543cd79dbaf447adbf35c6a
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>


# 155192f5 11-Aug-2016 causten <austenc@us.ibm.com>

Cheatsheet update for Yocto 2.1 SDK

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: I193131ecadaa4423c10df3c

Cheatsheet update for Yocto 2.1 SDK

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>

show more ...


# 5e080664 01-Aug-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #33 from causten/cheatsheet

Enhancing instructions on QEMU


# 81db7dba 13-Jul-2016 Chris Austen <austenc@us.ibm.com>

Enhancing instructions on QEMU

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

Enhancing instructions on QEMU

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>

show more ...


# 956a798a 17-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #28 from shenki/patch-4

cheatsheet: Explain how to boot the host with curl


# ae88254c 16-Jun-2016 Joel Stanley <joel@jms.id.au>

cheatsheet: Explain how to boot the host with curl


# 794e6985 14-Jun-2016 Andrew Jeffery <andrew@aj.id.au>

cheatsheet.md: Re-write QEMU invocation example

The commandline provided had several issues:

* The -dtb option was redundant as we boot with the cuImage, and caused
some kernel configuration to b

cheatsheet.md: Re-write QEMU invocation example

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>

show more ...


# aad6505c 14-Jun-2016 Andrew Jeffery <andrew@aj.id.au>

cheatsheet.md: Re-write QEMU invocation example

The commandline provided had several issues:

* The -dtb option was redundant as we boot with the cuImage, and caused
some kernel configuration to b

cheatsheet.md: Re-write QEMU invocation example

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>

show more ...


12