The model of my pogoplug is pogoplug video. I installed archlinux without problem according to http://archlinuxarm.org/platforms/armv6 ... provideov3. For some reasons, I planned to reverse this one to the original system. I searched on this site and found a reverse script(viewtopic.php?f=29&t=1114). I downloaded and executed it, with the error message that my pogoplug video was an unsupported model. I analysed the script and found the problem was that: it couldn't get the infomation of my pogoplug video because of the blparam. What makes me confused is that, my pogoplug video boot successfully all the time. Doesn't the kernel use the parameters of blparam to control boot device? If it's broken, why my pogoplug video boot normally?
Thank you very much in advance!
[root@alarm ~]# cd /usr/local/cloudengines/bin/
[root@alarm bin]# ls -trl
total 5236
-rw-r--r-- 1 root root 522 May 23 2011 xce.ffpreset
-rw-r--r-- 1 root root 699673 May 23 2011 ufsd.ko
-rw-r--r-- 1 root root 2484 May 23 2011 udhcpc_ra0_init
-rwxr-xr-x 1 root root 22416 May 23 2011 tsdemux
-rw-r--r-- 1 root root 820328 May 23 2011 rt3070sta.ko
-rwxr-xr-x 1 root root 26612 May 23 2011 ppvseg
-rwxr-xr-x 1 root root 347276 May 23 2011 ppsync
-rwxr-xr-x 1 root root 6056 May 23 2011 hbwd
-rwxr-xr-x 1 root root 15704 May 23 2011 hbusbpr
-rwxr-xr-x 1 root root 3532 May 23 2011 hbplug_init
-rwxr-xr-x 1 root root 2497520 May 23 2011 hbplug
-rwxr-xr-x 1 root root 84500 May 23 2011 ffmpeg
-rwxr-xr-x 1 root root 407548 May 23 2011 chkntfs
-rwxr-xr-x 1 root root 298744 May 23 2011 chkhfs
-rwxr-xr-x 1 root root 9608 Nov 28 22:18 nanddump
-rw-r--r-- 1 root root 25822 Dec 3 12:30 xce.ko
-rwxr-xr-x 1 root root 11936 Dec 3 12:30 nandwrite
-rwxr-xr-x 1 root root 13932 Dec 3 12:30 blparam
-rwxr-xr-x 1 root root 4828 Dec 3 12:30 flash_erase
[root@alarm bin]# ./blparam
-bash: ./blparam: No such file or directory
This is the original blparam, can't execute either.
[root@alarm bin]# mkdir /tmp/ce
[root@alarm bin]# mount -t ubifs -o ro ubi0:rootfs /tmp/ce
[root@alarm bin]# cd /tmp/ce/usr/local/cloudengines/bin/
[root@alarm bin]# ls -trl
total 5176
-rw-r--r-- 1 root root 25822 May 23 2011 xce.ko
-rw-r--r-- 1 root root 522 May 23 2011 xce.ffpreset
-rw-r--r-- 1 root root 699673 May 23 2011 ufsd.ko
-rw-r--r-- 1 root root 2484 May 23 2011 udhcpc_ra0_init
-rwxr-xr-x 1 root root 22416 May 23 2011 tsdemux
-rw-r--r-- 1 root root 820328 May 23 2011 rt3070sta.ko
-rwxr-xr-x 1 root root 26612 May 23 2011 ppvseg
-rwxr-xr-x 1 root root 347276 May 23 2011 ppsync
-rwxr-xr-x 1 root root 6056 May 23 2011 hbwd
-rwxr-xr-x 1 root root 15704 May 23 2011 hbusbpr
-rwxr-xr-x 1 root root 3532 May 23 2011 hbplug_init
-rwxr-xr-x 1 root root 2497520 May 23 2011 hbplug
-rwxr-xr-x 1 root root 84500 May 23 2011 ffmpeg
-rwxr-xr-x 1 root root 407548 May 23 2011 chkntfs
-rwxr-xr-x 1 root root 298744 May 23 2011 chkhfs
-rwxr-xr-x 1 root root 13932 May 23 2011 blparam
[root@alarm bin]# ./blparam
-bash: ./blparam: No such file or directory