Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cheatsheet.md: Re-write QEMU invocation example #27

Merged
merged 1 commit into from
Jun 15, 2016

Conversation

amboar
Copy link
Member

@amboar amboar commented Jun 15, 2016

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


This change is Reviewable

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>
@williamspatrick williamspatrick merged commit e49ee8d into openbmc:master Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants