#14571: AP121 Reference Board image not being made
-------------------------+------------------------
  Reporter:  gonzo.ja@…  |      Owner:  developers
      Type:  defect      |     Status:  new
  Priority:  normal      |  Milestone:
 Component:  packages    |    Version:  Trunk
Resolution:              |   Keywords:
-------------------------+------------------------

Comment (by attila.lendvai@…):

 0xf90000 is 15936 kb. IIUC you have overwritten {{{nvram}}} and {{{art}}}
 in the flash that you shouldn't have.

 this is how i flashed mine (8M flash version):

 {{{
 setenv serverip 192.168.1.101
 tftpboot 0x80000000 openwrt-ar71xx-generic-ap121-8M-squashfs-
 sysupgrade.bin
 [...]
 ar7240> erase 0x9f050000 +0x790000
 Erase Flash from 0x9f050000 to 0x9f7dffff in Bank # 1
 First 0x5 last 0x7d sector size 0x10000
 125
 Erased 121 sectors
 ar7240> cp.b 0x80000000 0x9f050000 0x790000
 Copy to Flash... write addr: 9f050000
 done
 }}}

 the 0x790000 is 7744 kb as seen in the makefile for the 8M target: ...
 ,7744k@0x50000(firmware)

 and that creation date is fishy. maybe your clock was off at build? i'd
 definitely investigate that before proceeding.

--
Ticket URL: <https://dev.openwrt.org/ticket/14571#comment:11>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to