Lines Matching full:update
5 Update a device using Eclipse hawkBit DDI API.
10 The Eclipse hawkBit update server provides REST resources which are consumed by the
11 device to retrieve software update tasks. This API is based on HTTP standards
15 update mode.
22 an available update, it will install the update. You can access the sample
70 sudo docker run -p 8080:8080 hawkbit/hawkbit-update-server:latest \
116 upload a firmware binary to the server, and update it using this UI.
136 Step 7: Run the update
147 updates, and then download the update you've just created. If everything goes
148 fine the message ``Update installed`` will be printed on the terminal.
163 cd hawkbit/hawkbit-runtime/hawkbit-update-server/src/main/resources
254 java -jar ./hawkbit-runtime/hawkbit-update-server/target/ \
255 hawkbit-update-server-#version#-SNAPSHOT.jar
271 Repeat the steps from 5 to 7, to update the device over https.