Skip to content

Instantly share code, notes, and snippets.

@hngouveia01
Created October 3, 2016 17:14
Show Gist options
  • Select an option

  • Save hngouveia01/c7dbe29a021fb86545c690a93be5270a to your computer and use it in GitHub Desktop.

Select an option

Save hngouveia01/c7dbe29a021fb86545c690a93be5270a to your computer and use it in GitHub Desktop.

Revisions

  1. hngouveia01 created this gist Oct 3, 2016.
    7 changes: 7 additions & 0 deletions Yocto Linux Kernel Parameters
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    How do I change the Linux kernel command line?
    The linux kernel command line is typically specified in the machine config using the APPEND variable. For example, you can add some
    helpful debug information doing the following:
    APPEND += "printk.time=y initcall_debug debug"

    examples:
    panic=N (if kernel panic happen, reboot after N seconds.)