>Did the uboot environment change at all? Fortunately my boot environment was unscathed, except for pcf50633_int1=0x88 when it was 0x80, which I suppose just means a different charging state.
Another problem is I have GTA02v6, newer than everybody else. Another problem is that $ man dfu-util -U, --upload FILE Read firmware from device into FILE. Note: Upload support is currently broken. Which affects the scripts' echo Dumping current uboot environment dfu-util -a u-boot_env -U env.orig Nonetheless, $ strings env.orig boot_menu_timeout=300 bootargs_base=rootfstype=jffs2 root=/dev/mtdblock6 console=ttySAC2,115200 console=tty0 loglevel=8 regular_boot bootcmd=setenv bootargs ${bootargs_base} ${mtdparts} rootfstype=ext2 root=/dev/mmcblk0p2 rootdelay=5; mmcinit; ext2load mmc 1 0x32000000 ${sd_image_name}; bootm 0x32000000 bootdelay=1 menu_1=Boot from Flash: setenv bootargs ${bootargs_base} ${mtdparts}; nand read.e 0x32000000 kernel 0x200000; bootm 0x32000000 menu_2=Reboot: reset menu_3=Power off: neo1973 power-off menu_4=Set console to USB: setenv stdin usbtty; setenv stdout usbtty; setenv stderr usbtty menu_5=Set console to serial: setenv stdin serial; setenv stdout serial; setenv stderr serial mtddevname=nor mtddevnum=0 mtdids=nor0=physmap-flash,nand0=neo1973-nand mtdparts=mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(u-boot),0x00040000(u-boot_env),0x00800000(kernel),0x000a0000(splash),0x00040000(factory),0x0f6a0000(rootfs) partition=nor0,0 pcb_rev=0x001 pcf50633_int1=0x80 pcf50633_int2=0xaa quiet=1 sd_image_name=uImage.bin splashimage=nand read.e 0x32000000 splash 0x5000; unzip 0x32000000 0x8800000 0x96000 stderr=usbtty stdin=usbtty stdout=usbtty usbtty=cdc_acm Which is different than the definitive: GTA02v6 # printenv boot_menu_timeout=60 bootargs_base=rootfstype=jffs2 root=/dev/mtdblock6 console=ttySAC2,115200 console=tty0 loglevel=4 regular_boot bootcmd=setenv bootargs ${bootargs_base} ${mtdparts}; nand read.e 0x32000000 kernel 0x200000; bootm 0x32000000 bootdelay=5 menu_1=Boot from microSD (FAT+ext2): setenv bootargs ${bootargs_base} rootfstype=ext2 root=/dev/mmcblk0p2 rootdelay=5 ${mtdparts} ro; mmcinit; fatload mmc 1 0x32000000 ${sd_image_name}; bootm 0x32000000 menu_4=Set console to USB: setenv stdin usbtty; setenv stdout usbtty; setenv stderr usbtty menu_5=Set console to serial: setenv stdin serial; setenv stdout serial; setenv stderr serial menu_6=Reboot: reset menu_8=Power off: neo1973 power-off sd_image_name=uImage.bin usbtty=cdc_acm mtdids=nor0=physmap-flash,nand0=neo1973-nand pcb_rev=0x001 pcf50633_int1=0x88 pcf50633_int2=0x02 mtdparts=mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(u-boot),0x00040000(u-boot_env),0x00800000(kernel),0x000a0000(splash),0x00040000(factory),0x0f6a0000(rootfs) partition=nor0,0 mtddevnum=0 mtddevname=nor stdin=usbtty stdout=usbtty stderr=usbtty Environment size: 1093/262140 bytes Moral of story: GTA02v6 is different. Anyways, glory be, I haven't "bricked" it yet. [Sorry I can't add a proper References header for threading, as one needs a day before pipermail (where I'm reading today, normally gmane otherwise) puts them into the gzip.] _______________________________________________ Smartphones-userland mailing list Smartphones-userland@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland