|
Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 01, 2026 01:02PM |
Registered: 5 years ago Posts: 62 |
|
Re: Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 01, 2026 08:51PM |
Registered: 5 years ago Posts: 62 |
|
Re: Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 01, 2026 11:08PM |
Admin Registered: 15 years ago Posts: 20,056 |
|
Re: Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 02, 2026 03:17PM |
Registered: 5 years ago Posts: 62 |
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:34:01 -0700) Pogoplug V4 SoC: Kirkwood 88F6192_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 128 MiB MMC: MVEBU_MMC: 0 *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0
Pogov4> setenv ipaddr 192.168.1.145
Pogov4> setenv serverip 192.168.1.162
Pogov4> tftpboot 0x800000 openwrt.img
Using egiga0 device
TFTP from server 192.168.1.162; our IP address is 192.168.1.145
Filename 'openwrt.img'.
Load address: 0x800000
Loading: #################################################################
#################################################################
#################################################################
###################################################
3.6 MiB/s
done
Bytes transferred = 3608527 (370fcf hex)
Pogov4> bootm 0x800000
......boot messages ..
BusyBox v1.30.1 () built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 19.07.4, r11208-ce6496d796
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:/#
Pogov4> arcNumber=3960 baudrate=115200 bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm$load_uimage_addr; fi; fi bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb console=ttyS0,115200 device=0:1 devices=usb ide mmc disks=0 1 2 3 dtb_file=/boot/dts/kirkwood-pogoplug_v4 ethact=egiga0 ethaddr=52:3b:20:9c:11:51 if_netconsole=ping $serverip ipaddr=192.168.1.40 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_dtb_addr=0x1c00000 load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_initrd_addr=0x1100000 load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage load_uimage_addr=0x800000 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root) partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done serverip=192.168.1.162 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi usb_ready_retry=15 Environment size: 2906/131068 bytes
root@OpenWrt:/# 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
root@OpenWrt:/#
root@OpenWrt:/# cat /proc/mtd dev: size erasesize name mtd0: 001c0000 00020000 "uboot" mtd1: 00040000 00020000 "uboot_env" mtd2: 07e00000 00020000 "ubi" root@OpenWrt:/#
|
Re: Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 02, 2026 11:17PM |
Admin Registered: 15 years ago Posts: 20,056 |
|
Re: Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 03, 2026 01:05PM |
Registered: 5 years ago Posts: 62 |
root@pihole:/tmp# flash_erase /dev/mtd0 0xc0000 1 flash_erase: Skipping bad block at 000c0000 Erasing 128 Kibyte @ c0000 -- 100 % complete root@pihole:/tmp# nandwrite -s 786432 /dev/mtd0 uboot.2016.05-tld-1.environment.img Writing data to block 6 at offset 0xc0000 Bad block at c0000, 1 block(s) will be skipped Writing data to block 7 at offset 0xe0000 Written 62 blocks containing only 0xff bytes Those block may be incorrectly treated as empty! root@pihole:/tmp# flash_erase /dev/mtd0 0xe0000 1 Erasing 128 Kibyte @ e0000 -- 100 % complete root@pihole:/tmp# nandwrite -s 786432 /dev/mtd0 uboot.2016.05-tld-1.environment.img Writing data to block 6 at offset 0xc0000 Bad block at c0000, 1 block(s) will be skipped Writing data to block 7 at offset 0xe0000 Written 62 blocks containing only 0xff bytes Those block may be incorrectly treated as empty!
|
Re: Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 03, 2026 02:04PM |
Registered: 5 years ago Posts: 62 |
|
Re: Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 04, 2026 09:22AM |
Admin Registered: 15 years ago Posts: 20,056 |
|
Re: Pogoplug V4: Bad eraseblock 2 at 0x000000040000 February 04, 2026 01:05PM |
Registered: 5 years ago Posts: 62 |