Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 bobafetthotmaildocs:techref:bootloader:myloader [2019/08/30 23:28] (current) – broken links removed tmomas
Line 1: Line 1:
-===== MyLoader ===== +====== MyLoader ====== 
-[[oldwiki:myloader|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, [[oldwiki:myloader|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: http://midge.vlad.org.ua+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: [[http://midge.vlad.org.ua]]
  
 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; offset 0x100f8). After verifying update header, system image is saved to the first mtd partition (mtd1, memory address: 0x1fc00000). When booting, [[oldwiki:myloader|MyLoader]] verifies(crc) flash stored image, ungzips it and runs kernel....+Images used for updating firmware consist of update header(offset 0) and system image(size+crc32+gziped kernel+cramfs; offset 0x100f8). After verifying update header, system image is saved to the first mtd partition (mtd1, memory address: 0x1fc00000). When booting, MyLoader verifies(crc) flash stored image, ungzips it and runs kernel....
  
 firmware update image description: firmware update image description:
Line 27: Line 27:
  
 <code> <code>
-[[oldwiki:myloader|MyLoader]] version 2.32.0515+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 :</code> Please select :</code>
  
-As you can see I have pre-broken my image, [[oldwiki:myloader|MyLoader]] checks the whole image against a CRC before booting. At this point you can select 5, Update Flash which opens a new menu.+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.
  
 <code> <code>
  • Last modified: 2018/02/20 18:50
  • by bobafetthotmail