Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:devolo:dlan-pro-wireless-500-plus [2016/12/07 18:56] – [Device] GNUtoo | toh:devolo:dlan-pro-wireless-500-plus [2019/08/25 08:17] – double content removed tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Devolo dlan pro wireless 500 plus ====== | ||
| + | |||
| + | <WRAP center centeralign round box 50%> | ||
| + | Please transfer the content of this page over to [[toh/ | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== More advanced information ===== | ||
| + | ==== Storage and installation procedure ==== | ||
| + | The system is stored on an SPI flash which is mapped in memory and starts at 0x9f000000. | ||
| + | Here is the partitioning: | ||
| + | > mtdparts=ath-nor0: | ||
| + | |||
| + | Related source code: | ||
| + | * The machine configuration is in include/ | ||
| + | * The tftp update logic is in common/ | ||
| + | |||
| + | ===== Hardware ===== | ||
| + | The device has 8 MB of flash, provided by a " | ||
| + | |||
| + | Here is the flash configuration with the " | ||
| + | > root@OpenWrt: | ||
| + | > dev: size | ||
| + | > mtd0: 00040000 00010000 " | ||
| + | > mtd1: 00010000 00010000 " | ||
| + | > mtd2: 00010000 00010000 " | ||
| + | > mtd3: 00010000 00010000 " | ||
| + | > mtd4: 00780000 00010000 " | ||
| + | > mtd5: 00120000 00010000 " | ||
| + | > mtd6: 00660000 00010000 " | ||
| + | > mtd7: 004d0000 00010000 " | ||
| + | > mtd8: 00010000 00010000 " | ||
| + | |||
| + | Note that the RAM size is automatically detected by u-boot (by looking when the address space wraps around). | ||