by winestock » Sat Feb 23, 2013 2:24 am
$this->bbcode_second_pass_quote('bodhi', 'Y')eah, too bad netconsole is not supported.
Perhaps you could post your uBoot envs, we can take a look to see if they are still the same as were when you first installed ALARM. The relevant envs are:
$this->bbcode_second_pass_quote('', 'l')oad_nand=nboot 0x800000 0 0x200000
load_nand2=nboot 0x800000 0 0x500000
boot=bootm 0x800000
boot_nand=run load_nand boot || run load_nand2 boot
alarm_revert=if fatls usb 0:1 /revert; then setenv mainlineLinux no; setenv arcNumber; setenv bootcmd run boot_nand; saveenv; reset; fi
alarm_boot=ide reset; run alarm_revert; if ide part 0; then run alarm_ide; else setenv isDisk no; fi; run alarm_usb
bootcmd=if usb start; then run alarm_boot; else nand read 0x800000 0x100000 0x73d0c; go 0x800000; fi
Also, have you tried the other USB ports other than the top one?
This is the u-boot enviroment:
$this->bbcode_second_pass_code('', '
bootdelay=1
baudrate=115200
loads_echo=0
rootpath=/mnt/ARM_FS/
netmask=255.255.0.0
run_diag=yes
stdin=serial
stdout=serial
stderr=serial
CASset=min
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
MALLOC_len=1
ethprime=egiga0
netbsd_en=no
vxworks_en=no
load_nand=nboot 0x800000 0 0x200000
load_nand2=nboot 0x800000 0 0x500000
boot=bootm 0x800000
boot_nand=run load_nand boot || run load_nand2 boot
disaMvPnp=no
ethmtu=1500
usb0Mode=host
nandEcc=1bit
hddPowerCtrl=no
pcieTune=no
ethact=egiga0
ethaddr=00:25:31:05:37:97
cesvcid=QEHT83NUPXDZKR953VA35PL2KA
ceboardver=PPV4A3
bootargs=console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=4,2048 rootfstype=ubifs
arcNumber=3960
mainlineLinux=yes
bootcmd=if usb start; then run alarm_boot; else nand read 0x800000 0x100000 0x73d0c; go 0x800000; fi
alarm_boot=ide reset; run alarm_revert; if ide part 0; then run alarm_ide; else setenv isDisk no; fi; run alarm_usb
alarm_revert=if fatls usb 0:1 /
revert; then setenv mainlineLinux no; setenv arcNumber; setenv bootcmd run boot_nand; saveenv; reset; fi
rootfstype=ext3
alarm_args=setenv bootargs console=ttyS0,115200 root=$device rootwait rootfstype=$rootfstype
alarm_which=if test $isDisk = yes; then setenv device /dev/sdb1; else setenv device /dev/sda1; fi
alarm_ide=if ext2load ide 0:1 0x800000 /boot/uImage; then setenv device /dev/sda2; setenv rootfstype ext4; run alarm_args; bootm 0x800000; else setenv isDisk yes; fi
alarm_usb=if ext2load usb 0:1 0x800000 /boot/uImage; then run alarm_which; run alarm_args; bootm 0x800000; fi
')
I just tried all USB ports and even the Sata port. All I get is a green flashing light, no red light indication. After I unplug the USB FAT32 format hard drive and plug-in the Alarm HD I can ssh back into arm linux-kirkwood.
Just curious if there is a version of nboot built to run under alarm? I was thinking that maybe it would be possible to do the same as uboot:
$this->bbcode_second_pass_code('', '
nboot 0x800000 0 0x200000
nboot 0x800000 0 0x500000
')