Document booting over serial for Omnia
5 unresolved threads
5 unresolved threads
Could use some testing as well
Edited by Michal Hrusecky
Merge request reports
Activity
Filter activity
assigned to @mlenartowicz
- docs/hw-spec/omnia-serial-boot.md 0 → 100644
1 # Booting Turris Omnia over serial 2 3 !!! warning 4 This howto is targeting really advanced users. Under normal circumstance changed this line in version 2 of the diff
- docs/hw-spec/omnia-serial-boot.md 0 → 100644
1 # Booting Turris Omnia over serial 2 3 !!! warning 4 This howto is targeting really advanced users. Under normal circumstance 5 you would never ever need this. Only time you would need this is if you changed this line in version 2 of the diff
Thanks for the suggestion, used it.
Edited by Michal Hrusecky
- docs/hw-spec/omnia-serial-boot.md 0 → 100644
1 # Booting Turris Omnia over serial 2 3 !!! warning 4 This howto is targeting really advanced users. Under normal circumstance 5 you would never ever need this. Only time you would need this is if you 6 reflashed your NOR (not easily accessible) with something that is not 7 working. 8 9 Turris Omnia is using U-Boot to boot. That U-Boot is typically loaded from the 10 beginning of NOR memory and takes care of the rest of booting process. If you 11 try to flash there different U-Boot and your new U-Boot is corrupted, you'll changed this line in version 2 of the diff
- docs/hw-spec/omnia-serial-boot.md 0 → 100644
13 into a mode in which it will download U-Boot over serial line and boot it. 14 15 ## Requirements 16 17 You'll need a computer running Linux and working serial cable connected to your 18 Omnia. How to connect serial cable is documented in [other part](/hw/serial.md) 19 of this documentation. 20 21 You will also need some binaries from our repository. They can be all found in 22 <https://repo.turris.cz/omnia/nor_fw/>. 23 24 * **uboot-turris-omnia-uart-spl.kwb** - U-Boot to be send over serial line 25 * **x86-64/kwboot** - utility that will send the image 26 * **x86-64/sendbeacon** - utility that will switch Omnia into _boot over serial_ mode 27 28 After downloading those, you also need to make `kwboot` and `sendbeacon` - docs/hw-spec/omnia-serial-boot.md 0 → 100644
18 Omnia. How to connect serial cable is documented in [other part](/hw/serial.md) 19 of this documentation. 20 21 You will also need some binaries from our repository. They can be all found in 22 <https://repo.turris.cz/omnia/nor_fw/>. 23 24 * **uboot-turris-omnia-uart-spl.kwb** - U-Boot to be send over serial line 25 * **x86-64/kwboot** - utility that will send the image 26 * **x86-64/sendbeacon** - utility that will switch Omnia into _boot over serial_ mode 27 28 After downloading those, you also need to make `kwboot` and `sendbeacon` 29 executable. 30 31 ## Booting 32 33 For the purpose of this tutorial, I'll expect that you have all the binaries in I would change "I'll" to "we will" - I believe that this form is more common in documentation. Or maybe remove the subject at all, i.e. "For the purpose of this tutorial it is assumed that...."
Edited by Maciej Lenartowiczchanged this line in version 2 of the diff
added 1 commit
- 15227955 - fixup! Document booting over serial for Omnia
marked as a Work In Progress from 15227955
added 11 commits
-
15227955...0297db3d - 10 commits from branch
master
- 587445f0 - Document booting over serial for Omnia
-
15227955...0297db3d - 10 commits from branch