#14146: F5D8235-4 v1 panics in trunk
---------------------------+-----------------------------------------
  Reporter:  openwrt-4u@…  |      Owner:  developers
      Type:  defect        |     Status:  new
  Priority:  normal        |  Milestone:  Attitude Adjustment 12.09.1
 Component:  packages      |    Version:  Trunk
Resolution:                |   Keywords:
---------------------------+-----------------------------------------

Comment (by openwrt-4u@…):

 Dear developers

 I found the actual problem why this happens: The DTS file for the router
 is broken.


 {{{
         cfi@1f000000 {
                 compatible = "cfi-flash";
                 reg = <0x1f000000 0x800000>;
 }}}


 with

 {{{
         cfi@1f000000 {
                 compatible = "cfi-flash";
                 reg = <0xbc400000 0x800000>;
 }}}

 Btw.


 {{{
         /* FIXME: no u-boot partition and 0x40000@uboot is out of
 boundaries */
 /*      wmac@480000 {
                 status = "okay";
                 ralink,mtd-eeprom = <&u-boot 0x40000>;
         };
 */
 }}}

 comes before  ethernet@400000 mtd-mac-address. It should be:

 {{{
         wmac@480000 {
                 status = "okay";
                 ralink,mtd-eeprom = <&factory 0x0>;
         };
 }}}


 Unfortunately issue #11138 still exists. Therefore OpenWrt is not an
 option for this board :(

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