Created
April 25, 2015 14:17
-
-
Save riptidewave93/da2df7969ba5002993e3 to your computer and use it in GitHub Desktop.
OpenOCD Board Cisco Air-OEAP602
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # http://www.cisco.com/c/en/us/support/wireless/aironet-602-officeextend-access-point/model.html | |
| # | |
| set partition_list { | |
| CFE { Bootloader 0xbc000000 0x00040000 } | |
| firmware { "Kernel+rootfs" 0xbc040000 0x00400000 } | |
| app1 { "app1" 0xbc440000 0x00400000 } | |
| app2 { "app2" 0xbc840000 0x00400000 } | |
| log { "log" 0xbcc40000 0x00340000 } | |
| catwap { "catwap" 0xbcf80000 0x00020000 } | |
| df { "df" 0xbcfa0000 0x00020000 } | |
| key { "key" 0xbcfc0000 0x00020000 } | |
| nvram { "nvram" 0xbcfe0000 0x00020000 } | |
| nand { "Full NAND" 0xbc000000 0x01000000 } | |
| } | |
| source [find target/bcm4718.cfg] | |
| # External 16MB NOR Flash (Macronix MX29GL128ELT2I-90G) | |
| set _FLASHNAME $_CHIPNAME.flash | |
| flash bank $_FLASHNAME cfi 0xbc000000 0x01000000 1 1 $_TARGETNAME x16_as_x8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment