my cpu is BCM958522ER which is the same series with 4708 as well, 32MB spi-nor 
flash, 
###my dts file is :
/*
* Broadcom BCM470X / BCM5301X ARM platform code.
* DTS for xxxx-xxxx
*
* Copyright (C) 2014 xxxx <x...@gmail.com>
*
* Licensed under the GNU/GPL. See COPYING for details.
*/ 
/dts-v1/;
 
#include "bcm4708.dtsi"
 
/ {
    compatible = "xxx,888", "brcm,bcm4708";
    model = "888 Networking Technology 8883 (BCM4708)";
 
    chosen {
        bootargs = "console=ttyS0,115200 earlyprintk";
    };
 
    memory {
        reg = <0x00000000 0x08000000
               0x88000000 0x18000000>; /* 128MB + 128MB = 256MB */
    };
 
    chipcommonA {
        uart0: serial@0300 {
            status = "okay";
        };
 
        uart1: serial@0400 {
            status = "okay";
        };
    };
 
};

 
###boot log: (I updated the xxx-squashfs.trx to the flash)
 
Hit any key to stop autoboot:  0 
Checking TRX Image at addr 1e200000 ...
   Uncompressing  ... Primary TRX image OK
kernel args : console=ttyS0,115200 ubi.mtd=5 root=ubi0:rootfs ro rootflags=sync 
rootfstype=ubifs user_debug=31
Booting from Primary Partition
kernel_args console=ttyS0,115200 ubi.mtd=5 root=ubi0:rootfs ro rootflags=sync 
rootfstype=ubifs user_debug=31
Start addr 00008000 machid 127f Parmameter addr 00100000 ...
 
Starting kernel ...
Uncompressing Linux...
 
XZ-compressed data is corrupt
 
-- System halted



 
I want to know why this error arise, any hints will be appreciated.

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  ------------------
  Regards,

Tymon
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to