Problems with POGO-E02 (Black) December 23, 2012 04:30PM |
Registered: 11 years ago Posts: 4 |
Pogoplug:/tmp$ cat /proc/cpuinfo Processor : ARM926EJ-S rev 1 (v5l) BogoMIPS : 1192.75 Features : swp half thumb fastmult edsp CPU implementer : 0x56 CPU architecture: 5TE CPU variant : 0x2 CPU part : 0x131 CPU revision : 1 Cache type : write-back Cache clean : cp15 c7 ops Cache lockdown : format C Cache format : Harvard I size : 16384 I assoc : 4 I line length : 32 I sets : 128 D size : 16384 D assoc : 4 D line length : 32 D sets : 128 Hardware : Feroceon-KW Revision : 0000 Serial : 0000000000000000 Pogoplug:/tmp$ cat /proc/meminfo MemTotal: 256008 kB MemFree: 240992 kB Buffers: 32 kB Cached: 4304 kB SwapCached: 0 kB Active: 2960 kB Inactive: 2280 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 932 kB Mapped: 1576 kB Slab: 8576 kB SReclaimable: 316 kB SUnreclaim: 8260 kB PageTables: 96 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 128004 kB Committed_AS: 3560 kB VmallocTotal: 385024 kB VmallocUsed: 324 kB VmallocChunk: 384696 kB
Pogoplug:~$ uname -a Linux Pogoplug 2.6.22.18 #81 Tue Oct 19 16:05:00 PDT 2010 armv5tejl unknown
Pogoplug:/tmp$ wget http://jeff.doozan.com/debian/uboot/install_uboot_mtd0.sh Connecting to jeff.doozan.com (50.116.34.13:80) install_uboot_mtd0.s 100% |*******************************| 18406 --:--:-- ETA Pogoplug:/tmp$ chmod +x install_uboot_mtd0.sh Pogoplug:/tmp$ ./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... 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 done Writing data to block 6 at offset 0xc0000 # 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 # uBoot installation has completed successfully.
Pogoplug:/$ /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 ethaddr=00:00:00:00:00:00 -----> CHANGED ONLY FOR THIS FORUM-POST ! arcNumber=2097
Re: Problems with POGO-E02 (Black) December 23, 2012 05:11PM |
Admin Registered: 13 years ago Posts: 18,853 |
Re: Problems with POGO-E02 (Black) December 23, 2012 05:48PM |
Registered: 11 years ago Posts: 4 |
Re: Problems with POGO-E02 (Black) December 23, 2012 06:04PM |
Admin Registered: 13 years ago Posts: 18,853 |
Re: Problems with POGO-E02 (Black) December 24, 2012 06:57AM |
Registered: 11 years ago Posts: 4 |
Re: Problems with POGO-E02 (Black) December 24, 2012 02:30PM |
Admin Registered: 13 years ago Posts: 18,853 |
Re: Problems with POGO-E02 (Black) December 25, 2012 02:50PM |
Registered: 11 years ago Posts: 4 |
Re: Problems with POGO-E02 (Black) January 05, 2013 09:18PM |
Registered: 11 years ago Posts: 7 |
Re: Problems with POGO-E02 (Black) January 07, 2013 01:15AM |
Admin Registered: 13 years ago Posts: 18,853 |
Re: Problems with POGO-E02 (Black) January 07, 2013 07:49PM |
Registered: 11 years ago Posts: 7 |
Re: Problems with POGO-E02 (Black) January 08, 2013 04:21AM |
Admin Registered: 13 years ago Posts: 18,853 |
### JFFS2 load complete: 18084 bytes loaded to 0x800000
Re: Problems with POGO-E02 (Black) January 08, 2013 06:19AM |
Registered: 11 years ago Posts: 7 |
Re: Problems with POGO-E02 (Black) January 08, 2013 07:23AM |
Admin Registered: 13 years ago Posts: 18,853 |
wxtofly
Re: Problems with POGO-E02 (Black) January 08, 2013 12:34PM |
# 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 ## Unknown uBoot detected on mtd0: 459cd5082764fc782e204f7de8f4bcca ## ## 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.
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
baudrate=115200 loads_echo=0 rootpath=/mnt/ARM_FS/ netmask=255.255.0.0 run_diag=yes console=console=ttyS0,115200 CASset=min MALLOC_len=1 ethprime=egiga0 bootargs_root=root=/dev/mtdblock2 ro ethmtu=1500 usb0Mode=host nandEcc=1bit ethact=egiga0 stdin=serial stdout=serial stderr=serial mainlineLinux=no enaMonExt=no enaCpuStream=no enaWrAllo=no pexMode=RC disL2Cache=no setL2CacheWT=yes disL2Prefetch=yes enaICPref=yes enaDCPref=yes sata_dma_mode=yes netbsd_en=no vxworks_en=no bootdelay=3 disaMvPnp=no bootargs=console=ttyS0,115200 root=/dev/mtdblock2 ro serverip=169.254.254.252 ipaddr=169.254.254.253 ethaddr=00:25:31:04:4B:70 cesvcid=EDDCTEPRFJPAP33JXRGKZ2XA36 ceboardver=PPV2 bootcmd=nand read.e 0x800000 0x100000 0x200000; setenv bootargs $(console) $(bootargs_root);bootm 0x800000Suggestions? Known issues? How do I check for bad blocks? Thanks, TJ
Re: Problems with POGO-E02 (Black) January 08, 2013 01:25PM |
Admin Registered: 13 years ago Posts: 18,853 |
tj
Re: Problems with POGO-E02 (Black) January 08, 2013 09:41PM |
tj
Re: Problems with POGO-E02 (Black) January 08, 2013 11:33PM |
Re: Problems with POGO-E02 (Black) January 08, 2013 11:37PM |
Admin Registered: 13 years ago Posts: 18,853 |
Re: Problems with POGO-E02 (Black) January 09, 2013 04:28PM |
Registered: 11 years ago Posts: 7 |
Re: Problems with POGO-E02 (Black) January 09, 2013 04:44PM |
Registered: 11 years ago Posts: 7 |
Re: Problems with POGO-E02 (Black) January 09, 2013 11:51PM |
Admin Registered: 13 years ago Posts: 18,853 |
TJ
Re: Problems with POGO-E02 (Black) January 10, 2013 01:28AM |
#/tmp/install_uboot_mtd0.sh --noprompt --no-uboot-check parameter (log below) #nanddump -nof /tmp/uBoot1.dump -l 0x40000 /dev/mtd0 #nanddump -nof /tmp/uBoot2.dump -l 0x40000 -s 0x60000 /dev/mtd0 #cat uBoot1.dump uBoot2.dump >uBootbyparts.dump #md5sum uBootbyparts.dump e84a5fd0a0205bb79aed07c3c6fbd145 uBootbyparts.dump e84a5fd0a0205bb79aed07c3c6fbd145 pinkpogo davygravy-2012-02-20-current .md5 ! #diff -s uboot.mtd0.kwb uBootbyparts.dump Files uboot.mtd0.kwb and uBootbyparts.dump are identical
Re: Problems with POGO-E02 (Black) January 10, 2013 07:28PM |
Registered: 11 years ago Posts: 7 |
TJ
Re: Problems with POGO-E02 (Black) One success in any case January 10, 2013 11:22PM |
Re: Problems with POGO-E02 (Black) One success in any case January 10, 2013 11:40PM |
Admin Registered: 13 years ago Posts: 18,853 |
Re: Problems with POGO-E02 (Black) January 14, 2013 10:23AM |
Registered: 11 years ago Posts: 7 |
Ted
Re: Problems with POGO-E02 (Black) May 09, 2013 11:43PM |