Quantcast
Channel: Linux Device Hacking - uBoot
Viewing all articles
Browse latest Browse all 902

Still having trouble with a new uboot install (9 replies)

$
0
0
Following a prior difficulty and reflashing back to factory, I have managed to mess up my GoFlex Home again. This is the sequence of events:

  1. Mess up the gfh while installing uboot.
  2. booted from usb with a debian image
  3. tried to redo the uboot install, but failed
  4. reflashed to factory (2.7.1)
  5. successfully replaced sshd so that I could ssh in without the long username.
  6. installed uboot via the install_uboot_mtd0.sh script without error other than: cannot overwrite ethaddr
  7. set up netconsole via fw_setenv
  8. set arcnumber via fw_setenv
  9. restart failed to connect to network and no netconsole or ssh access
    flashing green then flashing orange
  10. failed to boot from usb
    flashing green led then no leds at all
  11. failed to reflash back to factory
  12. flashing green led, then usb led flashed twice, followed by orange flashing led,never got the white flash
    tried 2.7.1 and 2.5.3

Any ideas? I do not yet have a serial cable. I ordered one about a week ago, but it is not here yet.

Below is the output from fw_printenv (I saved it before rebooting):
Is there something wrong with the uboot environment? or is there some way that I can connect to it?
I have not installed recovery

baudrate=115200
loads_echo=0
rootpath=/mnt/ARM_FS/
netmask=255.255.0.0
run_diag=yes
stdin=serial
stdout=serial
stderr=serial
console=console=ttyS0,115200
mainlineLinux=no
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
bootargs_end=:::DB88FXX81:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
bootdelay=3
disaMvPnp=no
ethaddr=00:50:43:b4:1a:2e
ethmtu=1500
usb0Mode=host
nandEcc=1bit
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
enaAutoRecovery=yes
pcieTune=no
ethact=egiga0
filesize=33AA2E
bootargs=console=ttyS0,115200 root=/dev/ram0 rw ramdisk=0x01100000,8M install_type=nand
bootargs_root=ubi.mtd=2,2048 root=ubi0:rootfs rootfstype=ubifs init=/linuxrc
console2=console=ttyS0,115200
bootcmd=nand read.e 0x800000 0x100000 0x600000; setenv bootargs $(console2) $(bootargs_root); bootm 0x800000
arcNumber=3089
serverip=192.168.0.89
ipaddr=192.168.0.94
if_netconsole=ping $serverip
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
preboot=run if_netconsole start_netconsole

Viewing all articles
Browse latest Browse all 902

Trending Articles