Lines Matching +full:sample +full:- +full:point +full:- +full:data
1 .. zephyr:code-sample:: bootargs
9 This sample demonstrates use of bootargs passed to Zephyr by printing each main argument to the con…
26 .. zephyr-app-commands::
27 :zephyr-app: samples/kernel/bootargs
35 .. code-block:: console
37 *** Booting Zephyr OS build v3.7.0-514-gd4490bc739d1 ***
47 .. zephyr-app-commands::
48 :zephyr-app: samples/kernel/bootargs
56 .. code-block:: console
58 *** Booting Zephyr OS build v3.7.0-rc2-421-g3cf718e6dabc ***
61 To pass your own arguments you can manually invoke qemu with ``-append "your args"``, for example:
63 .. code-block:: console
65 …qemu-system-x86_64 -kernel ./build/zephyr/zephyr.elf -nographic -append "This is 'a list of' argum…
69 .. code-block:: console
71 *** Booting Zephyr OS build v3.7.0-rc2-421-g3cf718e6dabc ***
81 .. zephyr-app-commands::
82 :zephyr-app: samples/kernel/bootargs
90 .. code-block:: console
95 Copying 16384 data bytes to 0x1000 from image offset
96 Copying 405504 data bytes to 0x100000 from image offset 16384
97 Copying 30688 data bytes to 0x1dd820 from image offset 421888
98 Jumping to Entry Point: 0x1137 (48 31 c0 48 31 d2 48)
100 *** Booting Zephyr OS build v3.7.0-rc2-421-g3cf718e6dabc ***
105 .. code-block:: console
112 Copying 16384 data bytes to 0x1000 from image offset
113 Copying 405504 data bytes to 0x100000 from image offset 16384
114 Copying 30688 data bytes to 0x1dd820 from image offset 421888
115 Jumping to Entry Point: 0x1137 (48 31 c0 48 31 d2 48)
117 *** Booting Zephyr OS build v3.7.0-rc2-421-g3cf718e6dabc ***