You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
638 B

  1. #
  2. # Netgear DG834v3 Router
  3. # Internal 4Kb RAM (@0x80000000)
  4. # Flash is located at 0x90000000 (CS0) and RAM is located at 0x94000000 (CS1)
  5. #
  6. set partition_list {
  7. loader { "Bootloader (ADAM2)" 0x90000000 0x00020000 }
  8. firmware { "Kernel+rootfs" 0x90020000 0x003d0000 }
  9. config { "Bootloader config space" 0x903f0000 0x00010000 }
  10. }
  11. source [find target/ti-ar7.cfg]
  12. # External 16MB SDRAM - disabled as we use internal sram
  13. #$_TARGETNAME configure -work-area-phys 0x80000000 -work-area-size 0x00001000
  14. # External 4MB NOR Flash
  15. set _FLASHNAME $_CHIPNAME.norflash
  16. flash bank $_FLASHNAME cfi 0x90000000 0x00400000 2 2 $_TARGETNAME