[OpenWrt-Devel] System halted on bcm4708 series board when booting openwrt trunk (kernel 3.14)
Tymon
banglang.huang at foxmail.com
Mon Mar 9 23:43:32 EDT 2015
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 <xxxx at 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 at 0300 {
status = "okay";
};
uart1: serial at 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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20150310/38c70827/attachment.htm>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list