Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:techref:bootloader:myloader [2018/02/20 18:50] – ↷ Page moved from doc:techref:bootloader:myloader to docs:techref:bootloader:myloader bobafetthotmail | docs:techref:bootloader:myloader [2019/08/30 23:28] (current) – broken links removed tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== MyLoader ===== | + | ====== MyLoader |
| - | [[oldwiki: | + | MyLoader is the bootloader only seen so far on Compex wireless routers. If you have seen this bootloader on other devices that you own please add them to the bottom of the page. Unlike CFE or Redboot, MyLoader is a menu driven bootloader like the standard one on all adm5120 platforms by Edimax, Sweex and others. There are more details on the standard bootloader available on the midge website: |
| The following data is for COMPEX WP54AG (non WRT version) and is probably valid also for COMPEX NP27G: | The following data is for COMPEX WP54AG (non WRT version) and is probably valid also for COMPEX NP27G: | ||
| - | Images used for updating firmware consist of update header(offset 0) and system image(size+crc32+gziped kernel+cramfs; | + | Images used for updating firmware consist of update header(offset 0) and system image(size+crc32+gziped kernel+cramfs; |
| firmware update image description: | firmware update image description: | ||
| Line 27: | Line 27: | ||
| < | < | ||
| - | [[oldwiki: | + | MyLoader version 2.32.0515 |
| System memory: 16MB ram, 4MB flash | System memory: 16MB ram, 4MB flash | ||
| Probe Flash Device: 00400000 at bfc00000 | Probe Flash Device: 00400000 at bfc00000 | ||
| Line 49: | Line 49: | ||
| Please select :</ | Please select :</ | ||
| - | As you can see I have pre-broken my image, | + | As you can see I have pre-broken my image, MyLoader checks the whole image against a CRC before booting. At this point you can select 5, Update Flash which opens a new menu. |
| < | < | ||