uboot installs, but not environment. [Inactive] February 05, 2013 06:22PM |
Registered: 12 years ago Posts: 13 |
... 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... Connecting to jeff.doozan.com (50.116.34.13:80) valid-uboot.md5 100% |***************************************************************| 1133 --:--:-- ETA ## Valid uBoot detected: [pinkpogo davygravy-2012-02-20-current] ## The newest uBoot is already installed on mtd0. You are already running the latest uBoot. Your current uBoot environment should be reasonable. However, if you're having any probems booting, you can reset the environment variables to know good values. Would you like to reset the uBoot environment? [N/y] y # Installing uBoot environment Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |***************************************************************| 32 --:--:-- ETA Erase Total 1 Units Performing Flash Erase of length 131072 at offset 0xc0000 MTD Erase failure: Input/output error Writing data to block 6 at offset 0xc0000 Bad block at c0000, 1 block(s) from c0000 will be skipped Writing data to block 7 at offset 0xe0000 # Verifying uBoot environment Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x000c0000 and ending at 0x000e0000... Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |***************************************************************| 32 --:--:-- ETA ## VERIFICATION FAILED! ## uBoot environment was not properly written to mtd0. Please re-run this installer.
Pogoplug:/tmp$ !diff diff install_uboot_mtd0.sh install_uboot_mtd0_mod.sh --- install_uboot_mtd0.sh Sat Jan 1 00:01:45 2000 +++ install_uboot_mtd0_mod.sh Sat Jan 1 00:56:45 2000 @@ -527,7 +527,7 @@ echo "# Verifying uBoot environment" # Verify the uBoot environment - $NANDDUMP --noecc --omitoob -f "/tmp/uboot.environment" -s 0xc0000 -l 0x20000 /dev/mtd0 + $NANDDUMP --noecc --omitoob -f "/tmp/uboot.environment" -s 0xe0000 -l 0x20000 /dev/mtd0 wget -O "$UBOOT_ENV.md5" "$UBOOT_ENV_URL.md5" verify_md5 "/tmp/uboot.environment" "$UBOOT_ENV.md5" if [ "$?" -ne "0" ]; then Pogoplug:/tmp$
# Installing uBoot environment Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |***************************************************************| 32 --:--:-- ETA Erase Total 1 Units Performing Flash Erase of length 131072 at offset 0xc0000 MTD Erase failure: Input/output error Writing data to block 6 at offset 0xc0000 Bad block at c0000, 1 block(s) from c0000 will be skipped Writing data to block 7 at offset 0xe0000 # Verifying uBoot environment Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x000e0000 and ending at 0x00100000... Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |***************************************************************| 32 --:--:-- ETA ## VERIFICATION FAILED! ## uBoot environment was not properly written to mtd0. Please re-run this installer.
Pogoplug:/tmp$ /usr/sbin/fw_printenv Too few good blocks within range Pogoplug:/tmp$
Pogoplug:/tmp$ !diff diff install_uboot_mtd0.sh install_uboot_mtd0_mod.sh --- install_uboot_mtd0.sh Sat Jan 1 00:01:45 2000 +++ install_uboot_mtd0_mod.sh Sat Jan 1 01:11:18 2000 @@ -520,14 +520,14 @@ echo "## Could not install uBoot environment, exiting" exit 1 fi - $FLASH_ERASE /dev/mtd0 0xc0000 1 - $NANDWRITE -s 786432 /dev/mtd0 "$UBOOT_ENV" + $FLASH_ERASE /dev/mtd0 0xe0000 1 + $NANDWRITE -s 917504 /dev/mtd0 "$UBOOT_ENV" echo "" echo "# Verifying uBoot environment" # Verify the uBoot environment - $NANDDUMP --noecc --omitoob -f "/tmp/uboot.environment" -s 0xc0000 -l 0x20000 /dev/mtd0 + $NANDDUMP --noecc --omitoob -f "/tmp/uboot.environment" -s 0xe0000 -l 0x20000 /dev/mtd0 wget -O "$UBOOT_ENV.md5" "$UBOOT_ENV_URL.md5" verify_md5 "/tmp/uboot.environment" "$UBOOT_ENV.md5" if [ "$?" -ne "0" ]; then Pogoplug:/tmp$
Re: uboot installs, but not environment. should my script mod work in theory? February 05, 2013 09:01PM |
Admin Registered: 14 years ago Posts: 19,423 |
Re: uboot installs, but not environment. should my script mod work in theory? February 06, 2013 01:00AM |
Registered: 12 years ago Posts: 13 |
... # 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 (50.116.34.13:80) valid-uboot.md5 100% |**************************************************************************| 1133 --:--:-- ETA ## Valid uBoot detected: [pinkpogo davygravy-2012-02-20-current] ## The newest uBoot is already installed on mtd0. You are already running the latest uBoot. Your current uBoot environment should be reasonable. However, if you're having any probems booting, you can reset the environment variables to know good values. Would you like to reset the uBoot environment? [N/y] y # Installing uBoot environment Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |**************************************************************************| 32 --:--:-- ETA Connecting to download.doozan.com (50.116.34.13:80) uboot.environment 100% |**************************************************************************| 128k --:--:-- ETA Erase Total 1 Units Performing Flash Erase of length 131072 at offset 0xe0000 done Writing data to block 7 at offset 0xe0000 # Verifying uBoot environment Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x000e0000 and ending at 0x00100000... Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |**************************************************************************| 32 --:--:-- ETA # uBoot installation has completed successfully.
Pogoplug:/tmp$ /usr/sbin/fw_printenv ethact=egiga0 bootdelay=3 baudrate=115200 mainlineLinux=yes console=ttyS0,115200 led_init=green blinking led_exit=green off led_error=orange blinking mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) mtdids=nand0=orion_nand partition=nand0,2 stdin=serial stdout=serial stderr=serial rescue_installed=0 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi force_rescue=0 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_list=1 2 3 4 usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1 usb_init=run usb_scan usb_device=0:1 usb_root=/dev/sda1 usb_rootfstype=ext2 usb_rootdelay=10 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset arcNumber=2097 serverip=192.168.0.8 ipaddr=192.168.0.22 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 Pogoplug:/tmp$
Re: uboot installs, but not environment. should my script mod work in theory? February 06, 2013 11:40AM |
Admin Registered: 14 years ago Posts: 19,423 |
Re: uboot installs, but not environment. should my script mod work in theory? February 06, 2013 02:05PM |
Registered: 12 years ago Posts: 13 |
Re: uboot installs, but not environment. should my script mod work in theory? February 06, 2013 02:26PM |
Admin Registered: 14 years ago Posts: 19,423 |
Re: uboot installs, but not environment. should my script mod work in theory? February 06, 2013 03:25PM |
Registered: 12 years ago Posts: 13 |
Re: uboot installs, but not environment. should my script mod work in theory? February 06, 2013 05:04PM |
Admin Registered: 14 years ago Posts: 19,423 |
Re: uboot installs, but not environment. should my script mod work in theory? February 06, 2013 06:01PM |
Registered: 12 years ago Posts: 13 |
Re: uboot installs, but not environment. should my script mod work in theory? February 06, 2013 06:19PM |
Admin Registered: 14 years ago Posts: 19,423 |
Re: uboot installs, but not environment. should my script mod work in theory? February 07, 2013 02:42PM |
Registered: 12 years ago Posts: 13 |
Re: uboot installs, but not environment. should my script mod work in theory? February 25, 2013 06:27PM |
Registered: 12 years ago Posts: 13 |
systemctl disable netcfg.service systemctl enable dhcpcd@eth0.service systemctl enable netcfg@wired-eth0.service
Re: uboot installs, but not environment. should my script mod work in theory? February 25, 2013 07:58PM |
Admin Registered: 14 years ago Posts: 19,423 |
Re: uboot installs, but not environment. should my script mod work in theory? February 25, 2013 08:28PM |
Registered: 12 years ago Posts: 13 |
Re: uboot installs, but not environment. should my script mod work in theory? February 25, 2013 08:38PM |
Admin Registered: 14 years ago Posts: 19,423 |
Re: uboot installs, but not environment. [Inactive] March 03, 2013 09:03PM |
Registered: 12 years ago Posts: 13 |
nemmy
Re: uboot installs, but not environment. should my script mod work in theory? June 06, 2013 09:53PM |
# Verifying uBoot environment Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x000c0000 and ending at 0x000e0000... Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |*******************************| 32 --:--:-- ETA ## VERIFICATION FAILED! ## uBoot environment was not properly written to mtd0. Please re-run this installer.
Re: uboot installs, but not environment. should my script mod work in theory? June 06, 2013 11:12PM |
Registered: 12 years ago Posts: 13 |
Re: uboot installs, but not environment. should my script mod work in theory? June 07, 2013 03:33AM |
Admin Registered: 14 years ago Posts: 19,423 |
> # Verifying uBoot environment > Block size 131072, page size 2048, OOB size 64 > Dumping data starting at 0x000c0000 and ending at > 0x000e0000... > Connecting to download.doozan.com > (50.116.34.13:80) > uboot.environment.md 100% > |*******************************| 32 --:--:-- > ETA > ## VERIFICATION FAILED! > ## uBoot environment was not properly written to > mtd0. Please re-run this installer. >>
nemmy
Re: uboot installs, but not environment. [Inactive] June 07, 2013 06:38AM |
!!!!!! 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... Connecting to jeff.doozan.com (50.116.34.13:80) valid-uboot.md5 100% |*******************************| 1133 --:--:-- ETA ## Valid uBoot detected: [pinkpogo davygravy-2012-02-20-current] ## The newest uBoot is already installed on mtd0. You are already running the latest uBoot. Your current uBoot environment should be reasonable. However, if you're having any probems booting, you can reset the environment variables to know good values. Would you like to reset the uBoot environment? [N/y] y # Installing uBoot environment Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |*******************************| 32 --:--:-- ETA Connecting to download.doozan.com (50.116.34.13:80) uboot.environment 100% |*******************************| 128k 00:00:00 ETA Erase Total 1 Units Performing Flash Erase of length 131072 at offset 0xc0000 MTD Erase failure: Input/output error Writing data to block 6 at offset 0xc0000 Bad block at c0000, 1 block(s) from c0000 will be skipped Writing data to block 7 at offset 0xe0000 # Verifying uBoot environment Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x000c0000 and ending at 0x000e0000... Connecting to download.doozan.com (50.116.34.13:80) uboot.environment.md 100% |*******************************| 32 --:--:-- ETA ## VERIFICATION FAILED! ## uBoot environment was not properly written to mtd0. Please re-run this installer.
Re: uboot installs, but not environment. [Inactive] June 07, 2013 09:11AM |
Registered: 12 years ago Posts: 13 |
Re: uboot installs, but not environment. [Inactive] June 07, 2013 01:05PM |
Admin Registered: 14 years ago Posts: 19,423 |
Re: uboot installs, but not environment. [Inactive] June 07, 2013 01:41PM |
Registered: 12 years ago Posts: 13 |
Re: uboot installs, but not environment. [Inactive] June 07, 2013 03:35PM |
Admin Registered: 14 years ago Posts: 19,423 |