#18084: Support for Meraki MR12 AP
---------------------------+----------------------------------
  Reporter:  riptide_wave  |      Owner:  developers
      Type:  enhancement   |     Status:  new
  Priority:  normal        |  Milestone:  Chaos Calmer (trunk)
 Component:  base system   |    Version:  Trunk
Resolution:                |   Keywords:
---------------------------+----------------------------------

Comment (by riptide_wave):

 Updated the attached patch file to do a few things:

 1. Disable 2nd NIC as it does not function at this point.
 2. Fix SPI layout so Flashable System Images now work.

 The u-boot commands to flash this device are as follows:
 {{{
 tftpboot 0x80010000 openwrt-ar71xx-generic-mr12-kernel.bin;erase
 0x9f680000 +0x200000;cp.b 0x80010000 0x9f680000 0x200000
 tftpboot 0x80010000 openwrt-ar71xx-generic-mr12-rootfs-squashfs.bin;erase
 0x9f080000 +0x600000;cp.b 0x80010000 0x9f080000 0x600000
 setenv bootcmd bootm 0x9f680000; saveenv; boot
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/18084#comment:1>
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