Installer could not detect the version of your current uBoot November 16, 2010 04:01PM |
Registered: 13 years ago Posts: 264 |
Quote
# Validating existing uBoot...
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x00080000...
Connecting to jeff.doozan.com (69.163.187.226:80)
valid-uboot.md5 100% |*******************************| 643 --:--:-- ETA
## Unknown uBoot detected on mtd0: 654d92c7e88a7a0debb136168fe822b7
##
## The installer could not detect the version of your current uBoot
## This may happen if you have installed a different uBoot on
## /dev/mtd0 or if you have bad blocks on /dev/mtd0
##
## If you have bad blocks on mtd0, you should not try to install uBoot.
##
## If you have installed a diffirent uBoot on mtd0, and understand the
## risks, you can re-run the installer with the --no-uboot-check parameter
##
## Installation cancelled.
# checking for /sbin/mke2fs...
Quote
-bash-3.2# cd /proc
-bash-3.2# cat version
Linux version 2.6.22.18 (bdietrich@brad-ux) (gcc version 4.2.1) #57 Mon Aug 31 16:31:01 PDT 2009
-bash-3.2# cat mtd
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00400000 00020000 "uImage"
mtd2: 02000000 00020000 "root"
mtd3: 0db00000 00020000 "data"
-bash-3.2# cat partitions
major minor #blocks name
31 0 1024 mtdblock0
31 1 4096 mtdblock1
31 2 32768 mtdblock2
31 3 224256 mtdblock3
-bash-3.2# /usr/sbin/fw_printenv
Warning: Bad CRC, using default environment
bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; bootm
bootdelay=5
baudrate=115200
-bash-3.2#
Re: Installer could not detect the version of your current uBoot November 17, 2010 06:55PM |
Registered: 13 years ago Posts: 264 |
sambook
Re: Installer could not detect the version of your current uBoot February 07, 2011 01:45AM |
Re: Installer could not detect the version of your current uBoot February 07, 2011 08:06PM |
Registered: 13 years ago Posts: 264 |
After doing this, Jeff compared my dump against a pristine one and located the error.Quote
I think it's more likely that you have a bad block, but I'll take a look.
Run the following and send me the resulting file:
cd /tmp
wget http://jeff.doozan.com/debian/uboot/nanddump
chmod +x nanddump
nanddump -nof mtd0 /dev/mtd0
sambook
Re: Installer could not detect the version of your current uBoot February 08, 2011 07:38PM |