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: doc/grisp2/bootloader-update.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
Use the following instructions to update the Barebox boot loader for GRiSP 2 to the latest version.
4
4
5
-
1. Copy barebox/barebox-phytec-phycore-imx6ul-emmc-512mb.img from this repository to a FAT32 formatted SD card (assuming the path `/Volumes/GRISP` to the SD card):
5
+
1. Copy `barebox/barebox-phytec-phycore-imx6ull-emmc-512mb.img` from this repository to a FAT32 formatted SD card (assuming the path `/Volumes/GRISP` to the SD card):
2.Boot the board and abort the standard boot sequence by pressing enter at the prompt:
13
+
2.Connect to the Erlang node running on your board ([over a Serial](https://github.com/grisp/grisp/wiki/Connecting-over-Serial) or [remotely via Ethernet](https://github.com/grisp/grisp/wiki/Connecting-over-Serial)), press the RESET button and abort the standard boot sequence by pressing `<Enter>` at the prompt:
14
14
15
15
```
16
16
barebox 2019.01.0-bsp-yocto-i.mx6ul-pd19.1.1 #5 Thu Aug 26 14:45:01 CEST 2021
@@ -47,7 +47,7 @@ Use the following instructions to update the Barebox boot loader for GRiSP 2 to
47
47
mmc0: registered mmc0
48
48
.
49
49
..
50
-
barebox-phytec-phycore-imx6ul-emmc-512mb.img
50
+
barebox-phytec-phycore-imx6ull-emmc-512mb.img
51
51
grisp.ini
52
52
loader
53
53
myrelease
@@ -56,9 +56,9 @@ Use the following instructions to update the Barebox boot loader for GRiSP 2 to
56
56
4. Boot from that boot loader to verify that it works:
0 commit comments