Lines Matching full:bootargs
1 .. zephyr:code-sample:: bootargs
2 :name: Bootargs
4 Print received bootargs to the console.
9 This sample demonstrates use of bootargs passed to Zephyr by printing each main argument to the con…
10 Zephyr support both dynamic bootargs, received from supported bootloader, and static bootargs embed…
15 Static bootargs don't have special requirements.
16 Dynamic bootargs work on platforms where Zephyr is booted by multiboot or efi.
21 Static bootargs
24 Static bootargs can be configured using ``CONFIG_BOOTARGS_STRING``.
27 :zephyr-app: samples/kernel/bootargs
48 :zephyr-app: samples/kernel/bootargs
59 argv[0] = /home/user/zephyr/samples/kernel/bootargs/build/zephyr/zephyr.elf
82 :zephyr-app: samples/kernel/bootargs