@@ -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.