by rickgtx » Fri Jul 25, 2014 12:18 am
$this->bbcode_second_pass_quote('', 'I')'m a little confused by this statement "From the Pogo Mobile OS fdisk:"
I used the revert folder to go back to the original OS. I cleared and recreated the partitions the installed arch linux to see if that was the problem.
Thanks that looks like something I like to try, but those uboot commands do not seem to work:
$this->bbcode_second_pass_code('', '[root@pogoplugx ~]# fw_printenv
Cannot parse config file: Invalid argument
')
This is what I got from blparam:
(I got blparam from installing pogoplug service
http://archlinuxarm.org/forum/viewtopic.php?f=18&t=3343)
$this->bbcode_second_pass_code('', '[root@pogoplugx ~]# /usr/local/cloudengines/bin/blparam
. . .
mainlineLinux=yes
bootcmd=if usb start; then run alarm_boot; else nand read 0x800000 0x100000 0x73d0c; go 0x800000; fi
alarm_boot=ide reset; run alarm_revert; if ide part 0; then run alarm_ide; else setenv isDisk no; fi; run alarm_usb
alarm_revert=if fatls usb 0:1 /revert; then setenv mainlineLinux no; setenv arcNumber; setenv bootcmd run boot_nand; saveenv; reset; fi
alarm_args=setenv bootargs console=ttyS0,115200 root=$device rootwait rootfstype=ext3
alarm_which=if test $isDisk = yes; then setenv device /dev/sdb1; else setenv device /dev/sda1; fi
alarm_ide=if ext2load ide 0:1 0x800000 /boot/uImage; then setenv device /dev/sda1; run alarm_args; bootm 0x800000; else setenv isDisk yes; fi
alarm_usb=if ext2load usb 0:1 0x800000 /boot/uImage; then run alarm_which; run alarm_args; bootm 0x800000; fi
')
It not clear to me what to change.
Thanks again!