[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

guruplug doesn't boot after upgrade kernel



Hello,
After upgrade 'booting the kernel' is hanging ...
What can I do instead of a whole reinstall ?
- u-boot-version : U-Boot 2016.11+dfsg1-4 (Mar 27 2017 - 18:39:51 +0000)
  This seems like the last stable version.
- kernel : 4.9.0-8-marvell
  I tried to boot kernel 4.9.0-6-marvell, by changing /uImage, /uInitrd, also the symlinks, but that didn't work.
- booting from sdcard (mmc) with the root-filesystem on a sata-drive (debian stretch).

It isn't the first time that I had this, I always reinstalled it.

Is there a trick to boot the 'old' system?

Some output of the bootproces:

U-Boot 2016.11+dfsg1-4 (Mar 27 2017 - 18:39:51 +0000)
Marvell-GuruPlug

SoC:   Kirkwood 88F6281_A1
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  512 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0, egiga1
Error: egiga1 address not set.

88E1121 Initialized on egiga0
88E1121 Initialized on egiga1
IDE:   Bus 0: OK Bus 1: not available
  Device 0: Model: WDC WD30EZRX-00DC0B0 Firm: 80.00A80 Ser#:  WD-WCC1T1162420
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 764436.4 MB = 746.5 GB (1565565872 x 512)
Hit any key to stop autoboot:  0
=> printenv
arcNumber=2097
baudrate=115200
bootargs=$(bootargs_console)
bootargs_console=console=ttyS0,115200  root=/dev/sda2  rootdelay=10
bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs
bootcmd=setenv bootargs $(bootargs_console); run bootcmd_mmc; bootm 0x00800000 0x01100000
bootcmd_mmc=usb start; ext2load usb 1:1 0x00800000 /uImage; ext2load usb 1:1 0x01100000 /uInitrd
bootcmd_nand=ide reset; nand start; nand read.e 0x6400000  0x100000 0x400000;
bootcmd_sata=ide reset; ext2load ide 0:1 0x00800000 /uImage; ext2load ide 0:1 0x01100000 /uInitrd
bootdelay=3
console=console=ttyS0,115200
ethact=egiga0
ethaddr=00:50:43:22:0c:18
fdt=/boot/guruplug-server-plus.dtb
ipaddr=192.168.0.10
kernel=/boot/zImage
mainlineLinux=yes
mtddevname=uboot
mtddevnum=0
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:896K(uboot),128K(uboot_env),-@1M(root)
partition=nand0,0
serverip=192.168.0.2
stderr=serial
stdin=serial
stdout=serial

Environment size: 977/131068 bytes

run bootcmd
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices... Device NOT ready
   Request Sense returned 02 3A 00
2 Storage Device(s) found
2066746 bytes read in 451 ms (4.4 MiB/s)
12288774 bytes read in 1780 ms (6.6 MiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   kernel 4.9.0-8-marvell
   Created:      2019-02-26  16:56:20 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2066682 Bytes = 2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   ramdisk 4.9.0-8-marvell
   Created:      2019-02-26  16:56:21 UTC
   Image Type:   ARM Linux RAMDisk Image (uncompressed)
   Data Size:    12288710 Bytes = 11.7 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

Thx Lieven Baes axa yanu


Reply to: