Skip to content
Snippets Groups Projects
Commit 25ddcd4f authored by schneider's avatar schneider
Browse files

update remove obsolete bootloader info

parent 7a77b6dc
No related branches found
No related tags found
No related merge requests found
Pipeline #4804 passed
......@@ -19,10 +19,6 @@ Afterwards your operating system will show a new device attached via USB. You ca
IMPORTANT: Make sure to use your operating "Eject Drive" feature before unplugging or turning off your `card10` (no, `umount` and `sync` are not enough!). This is a know limitation at the moment.
## Updating the Bootloadder
The bootloader can be updated without a debugger. To be documented.
## Inner Workings
The bootloader tries to mount the external flash chip (8 MB) as a FAT file system and then read the `card10.bin` file from it. If the file can be read and is not corrupted, the bootloader checks if the internal flash already contains this file and writes it to the internal flash if needed. Afterwards the bootloader tries to execute the file inside the internal flash.
......@@ -36,7 +32,6 @@ If operating does not show a file system after activating the bootloader and att
- The file system might be corrupted. Please try to create a new FAT file system and copy over the data from a working firmware release.
- The USB cable might be broken. Check if your computer recognized a new device
- The `card10` might still be off. Make sure it is actually on. This can be quite hard as the bootloader does not show anything at the moment.
## Inner Inner Workings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment