![]() |
2010-09-02
, 13:15
|
Posts: 25 |
Thanked: 59 times |
Joined on Jun 2010
@ Finland
|
#3
|
![]() |
2010-09-02
, 13:24
|
Posts: 94 |
Thanked: 17 times |
Joined on Jan 2010
|
#4
|
Did you check if flasher been installed under /usr/bin/ ? Probably more like /usr/local/bin/ so you could try sudo /usr/local/bin/flasher-3.5... If not, try "find / -name flasher-3.5" to find it.
![]() |
2010-09-02
, 13:40
|
Posts: 268 |
Thanked: 304 times |
Joined on Oct 2009
@ Orlando, USA
|
#5
|
then i ran the command
Code:sudo dpkg -i --force-architecture maemo _flasher-3.5_2.5.2.2_i386.deb
sudo dpkg -i maemo_flasher-3.5_2.5.2.2_i386.deb
![]() |
2010-09-02
, 13:56
|
Posts: 94 |
Thanked: 17 times |
Joined on Jan 2010
|
#6
|
The --force-architecture option is not needed. And from the above command, it looks it the package didn't get installed because of the space between maemo and _flasher. A re-install should work.
Code:sudo dpkg -i maemo_flasher-3.5_2.5.2.2_i386.deb
![]() |
2010-09-02
, 14:02
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#7
|
![]() |
2010-09-02
, 14:15
|
Posts: 94 |
Thanked: 17 times |
Joined on Jan 2010
|
#8
|
sudo ./flasher-3.5 -f RX-51_2009SE_10.2010.19-1.203.1_PR_COMBINED_203_ARM.bin -f
![]() |
2010-09-02
, 14:26
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#9
|
![]() |
2010-09-02
, 14:49
|
Posts: 94 |
Thanked: 17 times |
Joined on Jan 2010
|
#10
|
-rwxr-xr-x 1 martyn martyn 79636 2009-10-21 14:13 flasher-3.5
i have downloaded:-
maemo _flasher-3.5_2.5.2.2_i386.deb
and
RX-51_2009SE_10.2010.19-1.203.1_PR_COMBINED_203_ARM.bin
i only want to flash the rootfs so first off is the the correct stuff??
then i ran the command
thanks thesnake505