"green/amber blinking led no ssh no ip address on install"
Hi,
I just tried to install arch Linux on my pogoplug following the instructions http://archlinuxarm.org/platforms/armv6 ... provideov3
But after reboot i got green blinking LED and a few seconds later Amber/green blinking LED. I cannot ping or ssh to the device.
this is the output of the install script:
$this->bbcode_second_pass_code('', '# Erasing mtd1 @ 0x500000 for 17 erase blocks (kernel location)
Erase Total 17 Units
Performing Flash Erase of length 131072 at offset 0x700000 done
# Erasing mtd1 @ 0xB00000 for 17 erase blocks (2nd kernel location)
Erase Total 17 Units
Performing Flash Erase of length 131072 at offset 0xd00000 done
# Flashing Kernel...
# - @ 0x500000
Writing data to block 40 at offset 0x500000
Writing data to block 41 at offset 0x520000
Writing data to block 42 at offset 0x540000
Writing data to block 43 at offset 0x560000
Writing data to block 44 at offset 0x580000
Writing data to block 45 at offset 0x5a0000
Writing data to block 46 at offset 0x5c0000
Writing data to block 47 at offset 0x5e0000
Writing data to block 48 at offset 0x600000
Writing data to block 49 at offset 0x620000
Writing data to block 50 at offset 0x640000
Writing data to block 51 at offset 0x660000
Writing data to block 52 at offset 0x680000
Writing data to block 53 at offset 0x6a0000
Writing data to block 54 at offset 0x6c0000
Writing data to block 55 at offset 0x6e0000
Writing data to block 56 at offset 0x700000
Writing data to block 57 at offset 0x720000
# - @ 0xB00000
Writing data to block 88 at offset 0xb00000
Writing data to block 89 at offset 0xb20000
Writing data to block 90 at offset 0xb40000
Writing data to block 91 at offset 0xb60000
Writing data to block 92 at offset 0xb80000
Writing data to block 93 at offset 0xba0000
Writing data to block 94 at offset 0xbc0000
Writing data to block 95 at offset 0xbe0000
Writing data to block 96 at offset 0xc00000
Writing data to block 97 at offset 0xc20000
Writing data to block 98 at offset 0xc40000
Writing data to block 99 at offset 0xc60000
Writing data to block 100 at offset 0xc80000
Writing data to block 101 at offset 0xca0000
Writing data to block 102 at offset 0xcc0000
Writing data to block 103 at offset 0xce0000
Writing data to block 104 at offset 0xd00000
Writing data to block 105 at offset 0xd20000
# Done Flashing Kernel
# NEW uBoot Parameters
# = bootargs_usb : root=/dev/sda1 ubi.mtd=2,512 rootfstype=ext3 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes rootwait
# = load_custom_nand : nboot 60500000 0 500000
# = rootfs : /dev/sda1
# = root fs type : ext3
#
# Setting up uboot parameters
#
# Checking uboot parameters...
# = bootargs_stock : root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes
# = bootargs : root=/dev/sda1 ubi.mtd=2,512 rootfstype=ext3 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes rootwait
# = load_custom_nand : nboot 60500000 0 500000
# = boot_custom : run load_custom_nand boot || run load_custom_nand2 boot
#############################
## Looks good!
# Sync ...
# Unmount
# Reboot to enter into Arch Linux ARM')
I checked the log files, but the only interesting thing I found is in auth.log:
$this->bbcode_second_pass_code('', 'ec 31 18:00:13 alarm sshd[699]: Server listening on 0.0.0.0 port 22.
Dec 31 18:00:13 alarm sshd[699]: Server listening on :: port 22.')
It seems that the plug did not ask for/get an IP address.
I was able to restore the access to the device following this thread: viewtopic.php?f=29&t=3110&start=10#p18182
$this->bbcode_second_pass_quote('', '1') - reformat the drive
2 - extract the 2012.05 rootfs
3 - extract update-oxnas to root/
4 - copy & replace root/update-oxnas/lib/modules/ to lib/modules/
5 - Boot.
6 - login as root
7 - cd update-oxnas
9 - nano update-oxnas.sh
10 - edit the nand_write command to read uImage.pci instead of uImage.nopci (because you have a pro)
11 - ./update-oxnas.sh
12 - either wipe & extract the 2012.06 oxnas rootfs (skipping the package hiccups around hwids, filesystem, etc), or pacman -Syu and go the round-about.