Lines Matching refs:update
6 [code-update.md](code-update.md) for the new APIs to do code update.
9 The host code update can be found here:
10 [host-code-update.md](host-code-update.md)
66 monitored over the network. The `update` script can then be called to write the
71 To update from the OpenBMC shell, follow the steps in this section.
73 It is recommended that the BMC be prepared for update (note that the environment
85 (preserving the filename), then run the `update` script to apply the images:
87 /run/initramfs/update
93 During the reboot process, the `update` script will be invoked after the file
94 systems are unmounted to complete the update process.
98 /run/initramfs/update --help
102 An OpenBMC system can download an update image from a TFTP server, and apply
105 1. Prepare system for update
106 2. Configure update settings
107 3. Initiate update
109 5. Apply update
112 ### Prepare system for update
124 ### Configure update settings
126 There are a few settings available to control the update process:
130 - `restore_application_defaults`: update (clear) the read-write file system
131 - `update_kernel_and_apps`: update kernel and initramfs. If the partitioned
132 tarball will be used for update then this option must be set. Otherwise, if
139 To configure the update settings, perform a REST PUT to
146 ### Initiate update
176 ### Apply update