Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/subsys/shell/modules/kernel_service/
DKconfig20 int "Delay between reception of shell reboot command and reboot (ms)"
24 This delay allows time for the shell to successfully echo the reboot
25 command input before the reboot abruptly terminates it. This can help
26 external systems that interact with the shell and require the reboot
DCMakeLists.txt19 zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
Dreboot.c42 KERNEL_CMD_ADD(reboot, &sub_kernel_reboot, "Reboot.", cmd_kernel_reboot_cold);
/Zephyr-latest/samples/subsys/nvs/
DREADME.rst12 a counter is incremented on every reboot and stored in flash,
13 the application reboots, and the reboot counter data is retrieved.
35 reboot counter and the boards reboots several times to show the reboot counter
55 Oldest reboot counter: 0
67 Oldest reboot counter: 0
/Zephyr-latest/soc/ti/lm3s6965/
DCMakeLists.txt7 reboot.S
/Zephyr-latest/soc/litex/litex_vexriscv/
DCMakeLists.txt12 zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
/Zephyr-latest/arch/arm/core/cortex_a_r/
DCMakeLists.txt9 reboot.c
/Zephyr-latest/drivers/watchdog/
DKconfig.rpi_pico18 reboot of the module. The default is just over 8 seconds, which is the
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig169 bool "Warm reboot after update"
171 Do a warm reboot after the update.
174 bool "Cold reboot after update"
176 Do a cold reboot after the update.
/Zephyr-latest/lib/os/
DCMakeLists.txt38 zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
/Zephyr-latest/arch/riscv/core/
DCMakeLists.txt10 reboot.c
/Zephyr-latest/boards/qemu/arc/
Dboard.cmake31 -no-reboot
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig35 attacks and keeps entries across system reboot.
/Zephyr-latest/samples/subsys/lorawan/fuota/
DREADME.rst20 via a callback and can reboot the device into MCUboot to apply the upgrade.
/Zephyr-latest/arch/arm64/core/
DCMakeLists.txt12 reboot.c
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig54 When enabled the device will automatically reboot after a download
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst79 The state of the BLOB transfer is stored persistently. If a reboot occurs, the BLOB Transfer Server
85 If no recover callback is implemented, transfers are always abandoned after a reboot.
/Zephyr-latest/boards/qemu/x86/
Dboard.cmake7 set(REBOOT_FLAG -no-reboot)
/Zephyr-latest/boards/intel/ish/doc/
Dindex.rst68 $ reboot
/Zephyr-latest/boards/nxp/imx93_evk/doc/
Dindex.rst217 Currently i.MX93 only support cold reboot and doesn't support warm reboot.
218 Use this configuratiuon to verify cold reboot with :zephyr:code-sample:`shell-module`
228 kernel reboot command in shell command line:
232 uart:~$ kernel reboot cold
/Zephyr-latest/samples/subsys/usb/dfu/
DREADME.rst111 Permanent download and automatic reboot
119 To automatically reboot after the download completes,
/Zephyr-latest/subsys/dfu/
DKconfig85 a new firmware. This is useful to avoid firmware reboot and test.
/Zephyr-latest/soc/nordic/nrf52/
DKconfig86 to start at reboot. A delay is added before starting LF clock to ensure
/Zephyr-latest/boards/beagle/beagleplay/doc/
Dbeagleplay_cc1352p7.rst150 2. Now reboot the board.
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst405 everything goes fine the message ``Image flashed successfully, you can reboot
407 the board will reboot automatically and Step 13 can be skipped.
417 kernel reboot cold
419 Your board will reboot and then start with the new image. After rebooting,

123