Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 04, 2013 11:29AM |
Registered: 13 years ago Posts: 15 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 04, 2013 02:25PM |
Registered: 11 years ago Posts: 91 |
greenhorn
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 05, 2013 05:06AM |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 05, 2013 07:52AM |
Registered: 11 years ago Posts: 93 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 06, 2013 12:44AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 07, 2013 11:51AM |
Registered: 13 years ago Posts: 15 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 07, 2013 02:39PM |
Registered: 13 years ago Posts: 218 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 07, 2013 04:11PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 07, 2013 05:17PM |
Registered: 11 years ago Posts: 4 |
U-Boot 2011.12 (May 03 2012 - 17:04:23) ZyXEL NSA320 2-Bay Power Media Server SoC: Kirkwood 88F6281_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Using egiga0 device ping failed; host 192.168.11.149 is not alive Hit any key to stop autoboot: 0 Reset IDE: Bus 0: ............................................................** Timeout ** ** Bad partition 1 ** ** Bad partition 1 ** Wrong Image Format for bootm command Error occured, error code = 108 ERROR: can't get kernel image! Reset IDE: Bus 0: ............................................................** Timeout ** ** Bad partition 1 ** ** Bad partition 1 ** Wrong Image Format for bootm command Error occured, error code = 108 ERROR: can't get kernel image! (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 0 Storage Device(s) found ** Block device usb 0 not supported ** Block device usb 0 not supported Wrong Image Format for bootm command Error occured, error code = 108 ERROR: can't get kernel image! stopping USB.. ## Error: "bootcmd_rescue" not defined resetting ...
NSA320> printenv arcNumber=3956 baudrate=115200 boot_sata1=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts; ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 boot_sata2=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts; ide reset; ext2load ide 1:1 0x800000 /boot/uImage; ext2load ide 1:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 bootcmd=run boot_sata1; run boot_sata2; run bootcmd_usb; usb stop; run bootcmd_rescue; reset bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot; bootdelay=3 console=ttyS0,115200 ethact=egiga0 ethaddr=b0:b2:dc:f0:fb:bd if_netconsole=ping $serverip ipaddr=192.168.11.150 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) netmask=255.255.255.0 partition=nand0,2 preboot=run if_netconsole start_netconsole serverip=192.168.11.149 set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi; usb_device=0:1 usb_init=usb start usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage usb_root=LABEL=USBROOT usb_rootdelay=10 usb_rootfstype=ext2
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 07, 2013 08:48PM |
Admin Registered: 13 years ago Posts: 18,997 |
> U-Boot 2011.12 (May 03 2012 - 17:04:23) > ZyXEL NSA320 2-Bay Power Media Server > > SoC: Kirkwood 88F6281_A1 > DRAM: 512 MiB > WARNING: Caches not enabled > NAND: 128 MiB > In: serial > Out: serial > Err: serial > Net: egiga0 > MV88E1318 PHY initialized on egiga0 > Using egiga0 device > ping failed; host 192.168.11.149 is not alive > Hit any key to stop autoboot: 0 > > Reset IDE: Bus 0: > .................................................. > ..........** Timeout ** > ** Bad partition 1 ** > ** Bad partition 1 ** > Wrong Image Format for bootm command > Error occured, error code = 108 > ERROR: can't get kernel image! > > Reset IDE: Bus 0: > .................................................. > ..........** Timeout ** > ** Bad partition 1 ** > ** Bad partition 1 ** > Wrong Image Format for bootm command > Error occured, error code = 108 > ERROR: can't get kernel image! > (Re)start USB... > USB: Register 10011 NbrPorts 1 > USB EHCI 1.00 > scanning bus for devices... 2 USB Device(s) found > scanning bus for storage devices... 0 > Storage Device(s) found > ** Block device usb 0 not supported > ** Block device usb 0 not supported > Wrong Image Format for bootm command > Error occured, error code = 108 > ERROR: can't get kernel image! > stopping USB.. > ## Error: "bootcmd_rescue" not defined > resetting ... >>
> NSA320> printenv > arcNumber=3956 > baudrate=115200 > boot_sata1=mw 0x800000 0 1; setenv bootargs > console=ttyS0,115200 root=/dev/sda1 rootdelay=10 > $mtdparts; ide reset; ext2load ide 0:1 0x800000 > /boot/uImage; ext2load ide 0:1 0x01100000 > /boot/uInitrd; bootm 0x00800000 0x01100000 > boot_sata2=mw 0x800000 0 1; setenv bootargs > console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 > $mtdparts; ide reset; ext2load ide 1:1 0x800000 > /boot/uImage; ext2load ide 1:1 0x01100000 > /boot/uInitrd; bootm 0x00800000 0x01100000 > bootcmd=run boot_sata1; run boot_sata2; run > bootcmd_usb; usb stop; run bootcmd_rescue; reset > bootcmd_usb=run usb_init; run usb_load_uimage; run > set_bootargs_usb; run usb_boot; > bootdelay=3 > console=ttyS0,115200 > ethact=egiga0 > ethaddr=b0:b2:dc:f0:fb:bd > if_netconsole=ping $serverip > ipaddr=192.168.11.150 > mainlineLinux=yes > mtdids=nand0=orion_nand > mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot > _env),512K(key_store),512K(info),10M(etc),10M(kern > el_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) > netmask=255.255.255.0 > partition=nand0,2 > preboot=run if_netconsole start_netconsole > serverip=192.168.11.149 > set_bootargs_usb=setenv bootargs console=$console > root=$usb_root rootdelay=$usb_rootdelay > rootfstype=$usb_rootfstype $mtdparts > start_netconsole=setenv ncip $serverip; setenv > bootdelay 10; setenv stdin nc; setenv stdout nc; > setenv stderr nc; version; > stderr=serial > stdin=serial > stdout=serial > usb_boot=if ext2load usb $usb_device 0x1100000 > /boot/uInitrd; then bootm 0x800000 0x1100000;else > bootm 0x800000;fi; > usb_device=0:1 > usb_init=usb start > usb_load_uimage=mw 0x800000 0 1; ext2load usb > $usb_device 0x800000 /boot/uImage > usb_root=LABEL=USBROOT > usb_rootdelay=10 > usb_rootfstype=ext2 > >>
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 08, 2013 05:31AM |
Registered: 11 years ago Posts: 4 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 08, 2013 08:51AM |
Registered: 13 years ago Posts: 15 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 08, 2013 03:17PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 08, 2013 03:22PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 08, 2013 08:09PM |
Registered: 11 years ago Posts: 4 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 09, 2013 02:00AM |
Admin Registered: 13 years ago Posts: 18,997 |
daveeeee
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 09, 2013 02:38AM |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 09, 2013 04:18AM |
Admin Registered: 13 years ago Posts: 18,997 |
> > dpkg -i > linux-image-3.12.0-kirkwood-tld-1_1.0_armel.deb > Selecting previously unselected package > linux-image-3.12.0-kirkwood-tld-1. > (Reading database ... 53050 files and directories > currently installed.) > Unpacking linux-image-3.12.0-kirkwood-tld-1 (from > linux-image-3.12.0-kirkwood-tld-1_1.0_armel.deb) > ... > Examining /etc/kernel/preinst.d/ > Done. > Setting up linux-image-3.12.0-kirkwood-tld-1 (1.0) > ... > > Hmm. There is a symbolic link > /lib/modules/3.12.0-kirkwood-tld-1/build > However, I can not read it: No such file or > directory > Therefore, I am deleting > /lib/modules/3.12.0-kirkwood-tld-1/build > > > Hmm. The package shipped with a symbolic link > /lib/modules/3.12.0-kirkwood-tld-1/source > However, I can not read the target: No such file > or directory > Therefore, I am deleting > /lib/modules/3.12.0-kirkwood-tld-1/source > > Running depmod. > Examining /etc/kernel/postinst.d.
> run-parts: executing > /etc/kernel/postinst.d/apt-auto-removal > 3.12.0-kirkwood-tld-1 > /boot/vmlinuz-3.12.0-kirkwood-tld-1
cat /etc/apt/apt.conf.d/01autoremove
daveeeee
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 09, 2013 06:37AM |
Quote
bodhi
What is in your output of:
cat /etc/apt/apt.conf.d/01autoremove
cat /etc/apt/apt.conf.d/01autoremove APT { NeverAutoRemove { "^firmware-linux.*"; "^linux-firmware$"; "^kfreebsd-image.*"; "^gnumach$"; "^gnumach-image.*"; }; Never-MarkAuto-Sections { "metapackages"; "restricted/metapackages"; "universe/metapackages"; "multiverse/metapackages"; "oldlibs"; "restricted/oldlibs"; "universe/oldlibs"; "multiverse/oldlibs"; }; };
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 09, 2013 02:03PM |
Admin Registered: 13 years ago Posts: 18,997 |
cat /etc/apt/apt.conf.d/01autoremove APT { NeverAutoRemove { "^firmware-linux.*"; "^linux-firmware$"; "^linux-image.*"; "^kfreebsd-image.*"; "^linux-restricted-modules.*"; "^linux-ubuntu-modules-.*"; "^gnumach$"; "^gnumach-image.*"; }; Never-MarkAuto-Sections { "metapackages"; "restricted/metapackages"; "universe/metapackages"; "multiverse/metapackages"; "oldlibs"; "restricted/oldlibs"; "universe/oldlibs"; "multiverse/oldlibs"; }; };
daveeeee
Re: Linux Kernel 3.12.0 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 05:22AM |
dpkg -i linux-image-3.12.0-kirkwood-tld-1_1.0_armel.deb (Reading database ... 55294 files and directories currently installed.) Preparing to replace linux-image-3.12.0-kirkwood-tld-1 1.0 (using linux-image-3.12.0-kirkwood-tld-1_1.0_armel.deb) ... Examining /etc/kernel/preinst.d/ Done. Unpacking replacement linux-image-3.12.0-kirkwood-tld-1 ... Examining /etc/kernel/postrm.d . run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.12.0-kirkwood-tld-1 /boot/vmlinuz-3.12.0-kirkwood-tld-1 run-parts: executing /etc/kernel/postrm.d/zz-flash-kernel 3.12.0-kirkwood-tld-1 /boot/vmlinuz-3.12.0-kirkwood-tld-1 Setting up linux-image-3.12.0-kirkwood-tld-1 (1.0) ... Hmm. There is a symbolic link /lib/modules/3.12.0-kirkwood-tld-1/build However, I can not read it: No such file or directory Therefore, I am deleting /lib/modules/3.12.0-kirkwood-tld-1/build Hmm. The package shipped with a symbolic link /lib/modules/3.12.0-kirkwood-tld-1/source However, I can not read the target: No such file or directory Therefore, I am deleting /lib/modules/3.12.0-kirkwood-tld-1/source Running depmod. Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.12.0-kirkwood-tld-1 /boot/vmlinuz-3.12.0-kirkwood-tld-1 ┌─[root@nas]─[/boot] └──> ls /boot config-3.12.0-kirkwood-tld-1 linux-3.12.0-tld-1-kirkwood.patch uImage config-3.3.2-kirkwood-dg linux-headers-3.12.0-kirkwood-tld-1_1.0_armel.deb uInitrd initrd.img-3.3.2-kirkwood-dg linux-image-3.12.0-kirkwood-tld-1_1.0_armel.deb vmlinux-3.3.2-kirkwood-dg initrd.img-3.3.2-kirkwood-dg.dpkg-bak System.map-3.12.0-kirkwood-tld-1 vmlinuz-3.12.0-kirkwood-tld-1 linux-3.12.0-kirkwood-tld-1-bodhi.tar.bz2.tar.bz2.tar.bz2 System.map-3.3.2-kirkwood-dg vmlinuz-3.3.2-kirkwood-dg
Re: Linux Kernel 3.12.0 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 08:48AM |
Registered: 13 years ago Posts: 218 |
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 11:03AM |
Registered: 13 years ago Posts: 15 |
Re: Linux Kernel 3.12.0 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 11:09AM |
Registered: 13 years ago Posts: 218 |
Re: Linux Kernel 3.12.0 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 03:37PM |
Admin Registered: 13 years ago Posts: 18,997 |
Linux version 3.12.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Fri Nov 8 15:57:44 PST 2013 13:27:42 up 1 day, 11:25, 1 user, load average: 0.15, 0.05, 0.06 free -m total used free shared buffers cached Mem: 120 109 10 0 26 37 -/+ buffers/cache: 46 73 Swap: 7999 7 7992
Re: Linux Kernel 3.11.1 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 03:47PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.12.0 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 04:22PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.12.0 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 06:16PM |
Registered: 13 years ago Posts: 15 |
Re: Linux Kernel 3.12.0 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 08:51PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Linux Kernel 3.12.0 Kirkwood package and rootfs (Non Flattened Device Tree) November 10, 2013 10:04PM |
Admin Registered: 13 years ago Posts: 18,997 |