install_uboot_mtd0.sh halts with unknown md5 checksum November 07, 2012 04:33PM |
Registered: 12 years ago Posts: 20 |
-bash-3.2# ./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# ./install_uboot_mtd0.sh !!!!!! DANGER DANGER DANGER DANGER DANGER DANGER !!!!!! If you lose power to your device while running this script, it could be left in an unusable state. This script will replace the bootloader on /dev/mtd0. This installer will only work on the following devices: Seagate Dockstar Seagate GoFlex Net Seagate GoFlex Home Pogoplug v1 Pogoplug Pink (v2) Do not run this installer on any other device. By typing ok, you agree to assume all liabilities and risks associated with running this installer. If you agree, type 'ok' and press ENTER to continue: ok # checking for /usr/sbin/nandwrite... # checking for /usr/sbin/nanddump... # checking for /usr/sbin/flash_erase... # checking for /usr/sbin/fw_printenv... # checking for /etc/fw_env.config... # Validating existing uBoot... Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x00080000... --14:25:22-- http://jeff.doozan.com/uboot/valid-uboot.md5 Resolving jeff.doozan.com... 50.116.34.13 Connecting to jeff.doozan.com|50.116.34.13|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://projects.doozan.com/uboot/valid-uboot.md5 [following] --14:25:23-- http://projects.doozan.com/uboot/valid-uboot.md5 Resolving projects.doozan.com... 50.116.34.13 Connecting to projects.doozan.com|50.116.34.13|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1133 (1.1K) [text/plain] Saving to: `/tmp/valid-uboot.md5' 100%[==============================================>] 1,133 --.-K/s in 0s 14:25:23 (41.1 MB/s) - `/tmp/valid-uboot.md5' saved [1133/1133] ## Unknown uBoot detected on mtd0: 2d38dfa63e541f11e23c27e377fa1c91 ## ## 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. ## ## Installation cancelled.
Re: install_uboot_mtd0.sh halts with unknown md5 checksum November 09, 2012 06:04PM |
Admin Registered: 13 years ago Posts: 19,202 |
> -bash-3.2# ./fw_printenv > Warning: Bad CRC, using default environment >
# Validating existing uBoot...
Re: install_uboot_mtd0.sh halts with unknown md5 checksum November 10, 2012 10:20AM |
Registered: 12 years ago Posts: 20 |
Re: install_uboot_mtd0.sh halts with unknown md5 checksum November 10, 2012 04:04PM |
Admin Registered: 13 years ago Posts: 19,202 |
Re: install_uboot_mtd0.sh halts with unknown md5 checksum November 10, 2012 07:05PM |
Registered: 12 years ago Posts: 20 |
ClashTheBunny
Re: install_uboot_mtd0.sh halts with unknown md5 checksum July 27, 2015 03:25PM |
> -bash-3.2# ./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# ./install_uboot_mtd0.sh > > > !!!!!! DANGER DANGER DANGER DANGER DANGER DANGER > !!!!!! > > If you lose power to your device while running > this script, > it could be left in an unusable state. > > This script will replace the bootloader on > /dev/mtd0. > > This installer will only work on the following > devices: > Seagate Dockstar > Seagate GoFlex Net > Seagate GoFlex Home > Pogoplug v1 > Pogoplug Pink (v2) > Do not run this installer on any other device. > > By typing ok, you agree to assume all liabilities > and risks > associated with running this installer. > > If you agree, type 'ok' and press ENTER to > continue: ok > # checking for /usr/sbin/nandwrite... > # checking for /usr/sbin/nanddump... > # checking for /usr/sbin/flash_erase... > # checking for /usr/sbin/fw_printenv... > # checking for /etc/fw_env.config... > > # Validating existing uBoot... > Block size 131072, page size 2048, OOB size 64 > Dumping data starting at 0x00000000 and ending at > 0x00080000... > --14:25:22-- > http://jeff.doozan.com/uboot/valid-uboot.md5 > Resolving jeff.doozan.com... 50.116.34.13 > Connecting to jeff.doozan.com|50.116.34.13|:80... > connected. > HTTP request sent, awaiting response... 301 Moved > Permanently > Location: > http://projects.doozan.com/uboot/valid-uboot.md5 > [following] > --14:25:23-- > http://projects.doozan.com/uboot/valid-uboot.md5 > Resolving projects.doozan.com... 50.116.34.13 > Connecting to > projects.doozan.com|50.116.34.13|:80... > connected. > HTTP request sent, awaiting response... 200 OK > Length: 1133 (1.1K) [text/plain] > Saving to: `/tmp/valid-uboot.md5' > > 100%[============================================= > =>] 1,133 --.-K/s in 0s > > 14:25:23 (41.1 MB/s) - `/tmp/valid-uboot.md5' > saved [1133/1133] > > ## Unknown uBoot detected on mtd0: > 2d38dfa63e541f11e23c27e377fa1c91 > ## > ## 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. > ## > ## Installation cancelled. >