OpenWrt Forum Archive

Topic: Meraki MR24.bin file

The content of this topic has been archived on 30 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Let me start by saying I have no idea what I'm doing so go easy on me. I have a couple of MR24 APs that I'd like to resurrect and I've followed the flashing instructions and dowloaded lede-17.01.4-apm821xx-nand-mr24-initramfs-kernel.bin. When I run

setenv netloadmethod tftpboot; setenv bootargs console=ttyS0,$115200 rootfstype=squashfs mtdoops.mtddev=oops; run meraki_load_net meraki_checkpart meraki_bootlinux

the last lines of output are
"Wrong Ramdisk Image Format
Ramdisk image is corrupt or invalid
"
I looked this up and found a post by riptidewave93 that says the problem has something to do with a line of code "Hmm, well good news is I have a proper fix. If you want to apply it, it's on line 78 of ./source/target/linux/apm821xx/image/Makefile. Just change the line to use lzma instead of gzip." is there a compiled .bin that has this fix incorporated, or is my problem unrelated?

Here is the output from the console:

=>      setenv ipaddr 192.168.1.101; setenv serverip 192.168.1.1
=> setenv meraki_bootfile 17.0.1.4.mr24.bin
=> setenv netloadmethod tftpboot; setenv bootargs console=ttyS0,$115200 rootfstype=squashfs mtdoops.mtddev=oops; run meraki_load_net meraki_checkpart meraki_bootlinux
Waiting for PHY auto negotiation to complete... done
ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 192.168.1.1; our IP address is 192.168.1.101
Filename '17.0.1.4.mr24.bin'.
Load address: 0xc00000
Loading: T T #################################################################
         #################################################################
         #############
done
Bytes transferred = 2097152 (200000 hex)
## Booting kernel from Legacy Image at 00c10000 ...
   Image Name:   POWERPC LEDE Linux-4.4.92
   Created:      2017-10-17  17:46:20 UTC
   Image Type:   PowerPC Linux Kernel Image (lzma compressed)
   Data Size:    1487506 Bytes = 1.4 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
Wrong Ramdisk Image Format
Ramdisk image is corrupt or invalid

and this

Waiting for PHY auto negotiation to complete.... done
ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 192.168.1.1; our IP address is 192.168.1.101
Filename 'openwrt-apm821xx-nand-meraki_mr24-initramfs-kernel.bin'.
Load address: 0xc00000
Loading: T T #################################################################
         #################################################################
         #################################################################
         #################################################################
         ################
done
Bytes transferred = 4044656 (3db770 hex)
Unexpected magic number 27051956

and this

Waiting for PHY auto negotiation to complete.... done
ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 192.168.1.1; our IP address is 192.168.1.101
Filename 'lede-17.01.3-apm821xx-nand-mr24-initramfs-kernel.bin'.
Load address: 0xc00000
Loading: T T #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################
done
Bytes transferred = 4290560 (417800 hex)
## Booting kernel from Legacy Image at 00c10000 ...
   Image Name:   POWERPC LEDE Linux-4.4.89
   Created:      2017-10-03  11:03:27 UTC
   Image Type:   PowerPC Linux Kernel Image (lzma compressed)
   Data Size:    1487276 Bytes = 1.4 MiB
   Load Address: 00000000
   Entry Point:  00000000   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 00e00000 ...
   Image Name:    rootfs
   Created:      2017-10-03  11:03:27 UTC
   Image Type:   PowerPC Linux RAMDisk Image (gzip compressed)
   Data Size:    2183171 Bytes = 2.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 00c00400
   Booting using the fdt blob at 0xc00400
   Uncompressing Kernel Image ...

eventually goes on to reboot into the Meraki firmware

and this when I try to load lede-17.01.0-r3205-59508e3-apm821xx-nand-mr24-initramfs-kernel.bin

TFTP from server 192.168.1.1; our IP address is 192.168.1.101
Filename 'lede-17.01.1-apm821xx-nand-mr24-initramfs-kernel.bin'.
Load address: 0xc00000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################
done
Bytes transferred = 4290560 (417800 hex)
## Booting kernel from Legacy Image at 00c10000 ...
   Image Name:   POWERPC LEDE Linux-4.4.61
   Created:      2017-04-17  16:15:53 UTC
   Image Type:   PowerPC Linux Kernel Image (lzma compressed)
   Data Size:    1485593 Bytes = 1.4 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 00e00000 ...
   Image Name:    rootfs
   Created:      2017-04-17  16:15:53 UTC
   Image Type:   PowerPC Linux RAMDisk Image (gzip compressed)
   Data Size:    2175882 Bytes = 2.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 00c00400
   Booting using the fdt blob at 0xc00400
   Uncompressing Kernel Image ... OK
   Loading Ramdisk to 0795b000, end 07b6e38a ... OK
[    0.000000] Using PowerPC 44x Platform machine description
[    0.000000] Linux version 4.4.61 (buildbot@builds-02.infra.lede-project.org) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3103-1b51a49) ) #0 Sat Apr 15 16:13:45 2017
[    0.000000] Found initrd at 0xc795b000:0xc7b6e38a
[    0.000000] bootconsole [udbg0] enabled
setup_arch: initmem
arch: exit
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,$115200 rootfstype=squashfs mtdoops.mtddev=oops
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Sorting __ex_table...
[    0.000000] Memory: 123288K/131072K available (3332K kernel code, 156K rwdata, 500K rodata, 176K init, 214K bss, 7784K reserved, 0K cma-reserved)
[    0.000000] Kernel virtual memory layout:
[    0.000000]   * 0xfffdf000..0xfffff000  : fixmap
[    0.000000]   * 0xfde00000..0xfe000000  : consistent mem
[    0.000000]   * 0xfddfe000..0xfde00000  : early ioremap
[    0.000000]   * 0xd1000000..0xfddfe000  : vmalloc & ioremap
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:512 nr_irqs:512 16
[    0.000000] UIC0 (32 IRQ sources) at DCR 0xc0
[    0.000000] UIC1 (32 IRQ sources) at DCR 0xd0
[    0.000000] UIC2 (32 IRQ sources) at DCR 0xe0
[    0.000000] UIC3 (32 IRQ sources) at DCR 0xf0
[    0.000017] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0xb881274fa3, max_idle_ns: 440795210636 ns
[    0.010242] clocksource: timebase mult[1400000] shift[24] registered
[    0.016601] pid_max: default: 32768 minimum: 301
[    0.021253] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.027774] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.038463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.048145] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.054959] NET: Registered protocol family 16

[    0.061292] PPC4XX OCM1: 32768 Bytes (enabled)
[    0.065648] PPC4XX OCM1: 32768 Bytes (non-cached)
[    0.070308] PPC4XX OCM1: 0 Bytes (cached)
[    0.074337] debugfs ppc4xx ocm: failed to create file
[    0.079397] 256k L2-cache enabled
[    0.082725] PCIE0: Checking link...
[    0.086131] PCIE0: Device detected, waiting for link...
[    0.091311] PCIE0: link is up !
[    0.197809] PCI host bridge /plb/pciex@d00000000 (primary) ranges:
[    0.203899]  MEM 0x0000000e00000000..0x0000000e7fffffff -> 0x0000000080000000
[    0.211062]  MEM 0x0000000f00000000..0x0000000f000fffff -> 0x0000000000000000
[    0.218228]   IO 0x0000000f80000000..0x0000000f8000ffff -> 0x0000000000000000
[    0.225325] 4xx PCI DMA offset set to 0x00000000
[    0.229889] 4xx PCI DMA window base to 0x0000000000000000
[    0.235245] DMA window size 0x0000000080000000
[    0.239673] PCIE0: successfully set as root-complex
[    0.245015] PCI: Probing PCI hardware
[    0.248730] PCI host bridge to bus 0000:40
[    0.252753] pci_bus 0000:40: root bus resource [io  0x0000-0xffff]
[    0.258876] pci_bus 0000:40: root bus resource [mem 0xe00000000-0xe7fffffff] (bus address [0x80000000-0xffffffff])
[    0.269157] pci_bus 0000:40: root bus resource [mem 0xf00000000-0xf000fffff] (bus address [0x00000000-0x000fffff])
[    0.279437] pci_bus 0000:40: root bus resource [bus 40-ff]
[    0.284999] PCI: Hiding 4xx host bridge resources 0000:40:00.0
[    0.291125] pci 0000:41:00.0: Max Payload Size set to 256 (was 128, max 256)
[    0.298304] pci 0000:40:00.0: PCI bridge to [bus 41-7f]
[    0.303477] pci 0000:41:00.0: bridge configuration invalid ([bus 02-04]), reconfiguring
[    0.311619] pci 0000:42:02.0: Max Payload Size set to 256 (was 128, max 256)
[    0.318913] pci 0000:42:03.0: Max Payload Size set to 256 (was 128, max 256)
[    0.326145] pci 0000:41:00.0: PCI bridge to [bus 42-ff]
[    0.331321] pci 0000:42:02.0: bridge configuration invalid ([bus 03-03]), reconfiguring
[    0.339230] pci 0000:42:03.0: bridge configuration invalid ([bus 04-04]), reconfiguring
[    0.347474] pci 0000:43:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    0.358405] pci 0000:42:02.0: PCI bridge to [bus 43-ff]
[    0.363946] pci 0000:44:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    0.374881] pci 0000:42:03.0: PCI bridge to [bus 44-ff]
[    0.380254] pci 0000:40:00.0: disabling bridge window [io  0x0000-0xffffffffffffffff] to [bus 41-7f] (unused)
[    0.390068] pci 0000:40:00.0: BAR 8: assigned [mem 0xe00000000-0xe001fffff]
[    0.396961] pci 0000:41:00.0: BAR 8: assigned [mem 0xe00000000-0xe001fffff]
[    0.403872] pci 0000:42:02.0: BAR 8: assigned [mem 0xe00000000-0xe000fffff]
[    0.410782] pci 0000:42:03.0: BAR 8: assigned [mem 0xe00100000-0xe001fffff]
[    0.417698] pci 0000:43:00.0: BAR 0: assigned [mem 0xe00000000-0xe0001ffff 64bit]
[    0.425137] pci 0000:43:00.0: BAR 6: assigned [mem 0xe00020000-0xe0002ffff pref]
[    0.432467] pci 0000:42:02.0: PCI bridge to [bus 43]
[    0.437395] pci 0000:42:02.0:   bridge window [mem 0xe00000000-0xe000fffff]
[    0.444313] pci 0000:44:00.0: BAR 0: assigned [mem 0xe00100000-0xe0011ffff 64bit]
[    0.451746] pci 0000:44:00.0: BAR 6: assigned [mem 0xe00120000-0xe0012ffff pref]
[    0.459077] pci 0000:42:03.0: PCI bridge to [bus 44]
[    0.464005] pci 0000:42:03.0:   bridge window [mem 0xe00100000-0xe001fffff]
[    0.470918] pci 0000:41:00.0: PCI bridge to [bus 42-44]
[    0.476101] pci 0000:41:00.0:   bridge window [mem 0xe00000000-0xe001fffff]
[    0.483014] pci 0000:40:00.0: PCI bridge to [bus 41-7f]
[    0.488196] pci 0000:40:00.0:   bridge window [mem 0xe00000000-0xe001fffff]
[    0.501670] SCSI subsystem initialized
[    0.506569] clocksource: Switched to clocksource timebase
[    0.512744] NET: Registered protocol family 2
[    0.517496] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.524380] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.530669] TCP: Hash tables configured (established 1024 bind 1024)
[    0.537019] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.542774] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.549095] NET: Registered protocol family 1
[    0.555260] Unpacking initramfs...
[    0.774470] Freeing initrd memory: 2124K (c795b000 - c7b6e000)
[    0.781902] dw_dmac 4bffd0800.dma: DesignWare DMA Controller, 2 channels
[    0.793082] Crashlog allocated RAM at address 0x3f00000
[    0.808375] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.814741] io scheduler noop registered
[    0.818577] io scheduler deadline registered (default)
[    0.824846] aer: probe of 0000:40:00.0:pcie02 failed with error -22
[    0.831081] pcie_pme: probe of 0000:40:00.0:pcie01 failed with error -22
[    0.837821] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
▒[    0.870213] serial8250.0: ttyS0 at MMIO 0x4ef600400 (irq = 21, base_baud = 4▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒

(Last edited by phongshader on 7 Apr 2018, 19:02)

self compiled bin

=> setenv netloadmethod tftpboot; setenv bootargs console=ttyS0,$115200 rootfstype=squashfs mtdoops.mtddev=oops; run meraki_load_net meraki_checkpart meraki_bootlinux
Using ppc_4xx_eth0 device
TFTP from server 192.168.1.1; our IP address is 192.168.1.101
Filename 'openwrt-apm821xx-nand-meraki_mr24-initramfs-kernel.bin'.
Load address: 0xc00000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         ##########
done
Bytes transferred = 3951104 (3c4a00 hex)
Unexpected magic number 27051956
=>

I'm looking at all the .bin files and they are all around 4MB except 17.01.4 which id about 2MB. How do I set up a build that will yield a 2MB file? All the builds I've compiled are about 4MB as well. I've compiled with image builder: lede-imagebuilder-17.01.4-apm821xx-nand.Linux-x86_64.tar.xz and only get the sysupgrade but no bin file. Help?

The discussion might have continued from here.