Goflex Net installation instructions need updating

This forum is for topics dealing with problems with software specifically in the ARMv5 repo.

Re: Goflex Net installation instructions need updating

Postby moonman » Fri Nov 01, 2013 12:12 am

You set up netconsole, right? See what it says now.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Goflex Net installation instructions need updating

Postby irobot » Fri Nov 01, 2013 1:22 am

Thanks Moonman.
Here's my netconsole output after I removed uInitrd from /boot of my usb flash drive:

$this->bbcode_second_pass_quote('', 'U')-Boot 2011.12 (Apr 18 2012 - 23:08:20)
Seagate GoFlexNet
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 0

Reset IDE: ide_preinit failed
(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... 1 Storage Device(s) found

no IDE devices available
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Passing kernel rootfs device /dev/sda1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
2912504 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
** File not found /boot/uInitrd
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Linux-3.1.10-28-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2912440 Bytes = 2.8 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...


So what now?
irobot
 
Posts: 32
Joined: Wed Oct 23, 2013 2:28 am

Re: Goflex Net installation instructions need updating

Postby moonman » Fri Nov 01, 2013 2:18 am

Thats the u-boot output. I l'm more onterested in the kernel output
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Goflex Net installation instructions need updating

Postby irobot » Fri Nov 01, 2013 2:41 am

nc -lu 10.10.10.4 6666 gives me nothing. stays blank while u-Boot output says Staring kernel.

With uInitrd in /boot i can ssh to device and get uBit prompt. without it.. it doesn't appear on the network.
irobot
 
Posts: 32
Joined: Wed Oct 23, 2013 2:28 am

Re: Goflex Net installation instructions need updating

Postby moonman » Fri Nov 01, 2013 4:43 am

ok, interrupt U-Boot and issue "printenv" and post back here.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Goflex Net installation instructions need updating

Postby irobot » Fri Nov 01, 2013 4:58 am

how do I interrupt u-Boot ? sorry for the newbie question.
irobot
 
Posts: 32
Joined: Wed Oct 23, 2013 2:28 am

Re: Goflex Net installation instructions need updating

Postby moonman » Fri Nov 01, 2013 5:08 am

$this->bbcode_second_pass_quote('', 'U')-Boot 2011.12 (Apr 18 2012 - 23:08:20)
Seagate GoFlexNet
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 0


Just do what it says.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Goflex Net installation instructions need updating

Postby irobot » Fri Nov 01, 2013 5:23 am

$this->bbcode_second_pass_quote('', 'U')-Boot 2011.12 (Apr 18 2012 - 23:08:20)
Seagate GoFlexNet
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 0


Just do what it says.


I am assuming this is to be done in nc -lu 10.10.10.5 6666 terminal window.. if yes, then pressing a key at "Hit any Key to stop autoboot:" does not interrupt.. counter continues and its keeps booting as usual.
irobot
 
Posts: 32
Joined: Wed Oct 23, 2013 2:28 am
Top

Re: Goflex Net installation instructions need updating

Postby moonman » Fri Nov 01, 2013 5:45 am

Are you doing it from arch? Try a different version of netcat (theres 2 in repos)
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Goflex Net installation instructions need updating

Postby irobot » Fri Nov 01, 2013 6:10 am

no other arch devices. doing it from Ubuntu 10.04.

Would it be easier to start over? if yes, what's the best route. i rather not use the installation routine posted on archlinux home page. :) that's how I ended up here.
irobot
 
Posts: 32
Joined: Wed Oct 23, 2013 2:28 am

PreviousNext

Return to ARMv5

Who is online

Users browsing this forum: No registered users and 11 guests