U-boot cmdline

From embeddedTS Manuals
Revision as of 16:09, 8 July 2014 by Mark (talk | contribs) (Created page with "The Linux kernel cmdline can be customized by modifying the cmdline_append variable. Keeping the default options here is recommended, but additional arguments can be appended...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Linux kernel cmdline can be customized by modifying the cmdline_append variable. Keeping the default options here is recommended, but additional arguments can be appended to this variable.

env set cmdline_append console=ttymxc0,115200 init=/sbin/init
env save