You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,9 +299,11 @@ chmod +x 399-install-update
299
299
```
300
300
301
301
```arduino
302
-
./399-install-update
302
+
sudo ./399-install-update
303
303
```
304
304
305
+
Remember that the default password for admin access is `fio`.
306
+
305
307
Now you need to reboot the board by pressing its pushbutton for around 10 seconds. After that, connect again to your Portenta X8 through the Command Line and type the following commands:
306
308
307
309
```arduino
@@ -313,7 +315,7 @@ chmod +x 399-finalize-update
313
315
```
314
316
315
317
```arduino
316
-
./399-finalize-update
318
+
sudo ./399-finalize-update
317
319
```
318
320
319
321
These commands will make your V.399 compatible with [aklite-offline](https://docs.foundries.io/latest/user-guide/offline-update/offline-update.html) tool and will allow you to update your Portenta X8 to the latest image version Arduino released at that point in time. Arduino provides this tool for free for any Portenta X8 user to enable offline secure updates to all devices, even if those devices are not connected to any FoundriesFactory.
0 commit comments