#9532: Add bin image for WRT600N v1.1 (WRT600NV11)
--------------------------+----------------------------------
  Reporter:  anonymous    |      Owner:  hauke
      Type:  enhancement  |     Status:  reopened
  Priority:  normal       |  Milestone:
 Component:  other        |    Version:  Backfire 10.03.1 RC4
Resolution:               |   Keywords:
--------------------------+----------------------------------
Changes (by anonymous):

 * status:  closed => reopened
 * resolution:  no_response =>


Comment:

 Barrier Breaker image works for WRT600NV11. I used sysupgrade to flash.
 http://downloads.openwrt.org/barrier_breaker/14.07-rc3/brcm47xx/generic
 /openwrt-brcm47xx-generic-squashfs.trx

 Bcm4705-wl profile (tg3 + broadcom-wl) also works.

 {{{make image PROFILE=Bcm4705-wl}}}
 [[BR]]

 It'd be good to include the USB driver (ohci) in the profile, so that
 people don't have to check which USB interface it uses. (e.g.
 
https://dev.openwrt.org/browser/branches/backfire/target/linux/brcm-2.4/profiles/WRT610Nv1.mk)
 [[BR]]

 What's the gz (openwrt-brcm47xx-generic-squashfs-gz.trx) image? How is it
 different from the non-gz version?
 [[BR]]

 If you need to analyse the vendor image format, it's easy to generate one
 yourself by using the attached file mkimage.base64. You can use base64 or
 the aforementioned decoder web page to decode.

 {{{
 base64 -d -i mkimage.base64 > mkimage
 chmod u+x mkimage
 ./mkimage openwrt-brcm47xx-generic-squashfs.trx
 }}}
 [[BR]]

 I get quite a few kernel warnings like below (also had this with
 Backfire), is it possible to fix?
 {{{
 br-lan: received packet on wl0 with own address as source address
 br-lan: received packet on wl1 with own address as source address
 }}}

 STP doesn't help
 {{{
 brctl stp br-lan 1
 }}}
 [[BR]]

 Are the messages below something to worry about?
 {{{
 [    0.000000] can not parse nvram name (null)boardnum(null) with value
 20070615 got -34
 [    0.000000] Unsupported SPROM revision 0 detected. Will extract v1
 [    0.000000] ssb: Sonics Silicon Backplane found at address 0x18000000
 [    0.000000] MIPS: machine is Unknown Board
 }}}

 More context

 {{{
 [    0.000000] ssb: Found chip with id 0x4785, rev 0x02 and package 0x0C
 [    0.000000] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0F, vendor
 0x4243)
 [    0.000000] ssb: Core 1 found: GBit Ethernet (cc 0x81F, rev 0x00,
 vendor 0x4243)
 [    0.000000] ssb: Core 2 found: USB 2.0 Host (cc 0x819, rev 0x00, vendor
 0x4243)
 [    0.000000] ssb: Core 3 found: USB 2.0 Device (cc 0x81A, rev 0x02,
 vendor 0x4243)
 [    0.000000] ssb: Core 4 found: PCI (cc 0x804, rev 0x0B, vendor 0x4243)
 [    0.000000] ssb: Core 5 found: MIPS 3302 (cc 0x816, rev 0x07, vendor
 0x4243)
 [    0.000000] ssb: Core 6 found: PATA (cc 0x81D, rev 0x00, vendor 0x4243)
 [    0.000000] ssb: Core 7 found: IPSEC (cc 0x80B, rev 0x03, vendor
 0x4243)
 [    0.000000] ssb: Core 8 found: MEMC SDRAM (cc 0x80F, rev 0x03, vendor
 0x4243)
 [    0.000000] ssb: Core 9 found: SATA XOR-DMA (cc 0x81E, rev 0x00, vendor
 0x4243)
 [    0.000000] ssb: chipcommon status is 0x0
 [    0.000000] ssb: Initializing MIPS core...
 [    0.000000] ssb: set_irq: core 0x080b, irq 4 => 2
 [    0.000000] ssb: set_irq: core 0x081f, irq 5 => 4
 [    0.000000] ssb: set_irq: core 0x0819, irq 3 => 5
 [    0.000000] ssb: after irq reconfiguration
 [    0.000000] ssb: core 0x0800, irq : 2(S)* 3  4  5  6  D  I
 [    0.000000] ssb: core 0x081f, irq : 2(S)  3  4* 5  6  D  I
 [    0.000000] ssb: core 0x0819, irq : 2(S)  3  4  5* 6  D  I
 [    0.000000] ssb: core 0x081a, irq : 2(S)* 3  4  5  6  D  I
 [    0.000000] ssb: core 0x0804, irq : 2(S)  3  4  5  6* D  I
 [    0.000000] ssb: core 0x0816, irq : 2(S)* 3  4  5  6  D  I
 [    0.000000] ssb: core 0x081d, irq : 2(S)  3  4  5  6  D* I
 [    0.000000] ssb: core 0x080b, irq : 2(S)* 3  4  5  6  D  I
 [    0.000000] ssb: core 0x080f, irq : 2(S)  3  4  5  6  D  I*
 [    0.000000] ssb: core 0x081e, irq : 2(S)* 3  4  5  6  D  I
 [    0.000000] can not parse nvram name (null)boardnum(null) with value
 20070615 got -34
 [    0.000000] Unsupported SPROM revision 0 detected. Will extract v1
 [    0.000000] ssb: Sonics Silicon Backplane found at address 0x18000000
 [    0.000000] MIPS: machine is Unknown Board
 [    0.000000] Determined physical RAM map:
 [    0.000000]  memory: 02000000 @ 00000000 (usable)
 [    0.000000] Initrd not found or empty - disabling initrd
 [    0.000000] Zone ranges:
 [    0.000000]   Normal   [mem 0x00000000-0x01ffffff]
 [    0.000000] Movable zone start for each node
 [    0.000000] Early memory node ranges
 [    0.000000]   node   0: [mem 0x00000000-0x01ffffff]
 [    0.000000] On node 0 totalpages: 8192
 [    0.000000] free_area_init_node: node 0, pgdat 802e6b80, node_mem_map
 81000000
 [    0.000000]   Normal zone: 64 pages used for memmap
 [    0.000000]   Normal zone: 0 pages reserved
 [    0.000000]   Normal zone: 8192 pages, LIFO batch:0
 [    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 16
 bytes.
 [    0.000000] Primary data cache 32kB, 2-way, VIPT, cache aliases,
 linesize 16 bytes
 [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
 [    0.000000] pcpu-alloc: [0] 0
 [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
 Total pages: 8128
 [    0.000000] Kernel command line:  noinitrd console=ttyS0,115200
 [    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
 [    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384
 bytes)
 [    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
 [    0.000000] Memory: 28936k/32768k available (2453k kernel code, 3832k
 reserved, 597k data, 208k init, 0k highmem)
 [    0.000000] NR_IRQS:128
 }}}

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