Well-known member
Registered
Joined
Jun 6, 2019
Messages
113
Reaction score
131
Points
43
cd /home
ftp
open 192.168.1.113 (to login)
bin (to switch to binary mode)
ls (to get the list of files present in the directory you set up on your ftp server)
get t10000-rel300.bin (to download the file you want)
close
quit
 
Well-known member
Registered
Joined
Apr 10, 2020
Messages
53
Reaction score
10
Points
8
cd /home
ftp
open 192.168.1.113 (to login)
bin (to switch to binary mode)
ls (to get the list of files present in the directory you set up on your ftp server)
get t10000-rel300.bin (to download the file you want)
close
quit

Ok i've tranfered it on the tool, and now what i've to do with what you've wrote here ?
Also to avoid any problems with the firmware file, make a md5 hash on your computer and check the file you received with "md5sum t10000-rel300.bin" to make sure it's identical.
 
Well-known member
Registered
Joined
Jun 6, 2019
Messages
113
Reaction score
131
Points
43
On the Tool, in the home directory, which you should be in, if in doubt type ls to list the file present, do "md5sum t10000-rel300.bin"

On your windows machine, get some utility to calculate a md5 hash, find one on google...
The hashes should be identical for both files.

After that, you'll need to use dsflash as explained in the setup.pdf but without needing an IP address and pointing to /home/t10000-rel300.bin
Dsflash should be in /usr/local/sce/bin, go in that directory, type ls to list the files to check if it is.
 
Well-known member
Registered
Joined
Apr 10, 2020
Messages
53
Reaction score
10
Points
8
ok that seem good but for dsflash he ask me for an ip adress :/
 

Attachments

  • 20200414_001551.jpg
    20200414_001551.jpg
    2 MB · Views: 0
Well-known member
Registered
Joined
Jun 6, 2019
Messages
113
Reaction score
131
Points
43
You don't need the option "-d", it is there to connect to a Tool on the network.
"./dsflash /home/t10000-rel300.bin" is enough.

Make sure the front switch of the Tool was set to TOOL before you booted the machine!
And before flashing, just do "./dsflash --help" to read what the options are...
 
Well-known member
Registered
Joined
Apr 10, 2020
Messages
53
Reaction score
10
Points
8
You don't need the option "-d", it is there to connect to a Tool on the network.
"./dsflash /home/t10000-rel300.bin" is enough.

Make sure the front switch of the Tool was set to TOOL before you booted the machine!
And before flashing, just do "./dsflash --help" to read what the options are...
mmm...
don't undertand evrything now :/
 

Attachments

  • 20200414_002717.jpg
    20200414_002717.jpg
    2.1 MB · Views: 0
Well-known member
Registered
Joined
Jun 6, 2019
Messages
113
Reaction score
131
Points
43
Go in /usr/local/sce/bin again and type ls
 
Well-known member
Registered
Joined
Jun 6, 2019
Messages
113
Reaction score
131
Points
43
Ok now type "./dsflash --help"
Oh i saw your mistake on the picture, you typed "dsflah" at first^^
 
Well-known member
Registered
Joined
Jun 6, 2019
Messages
113
Reaction score
131
Points
43
It doesn't like --help, ok that was just some default thing, non important.
Weird that it doesn't find the romflash program...
Do you have it as part of the sdk on your main computer?

Do that:
"./dsflash /home/t10000-rel300.bin"
 
Well-known member
Registered
Joined
Apr 10, 2020
Messages
53
Reaction score
10
Points
8
not working, it's wrote
bash: ./dsflash: No such file or directory
 
Well-known member
Registered
Joined
Jun 6, 2019
Messages
113
Reaction score
131
Points
43
Are you sure you typed without mistakes?
 
Well-known member
Registered
Joined
Jun 6, 2019
Messages
113
Reaction score
131
Points
43
Try "find / -name romflash"
Without the quotation marks of course

And to be sure, you're still in /usr/local/sce/bin when you tried ./dsflash the last time, right?
 
Last edited:
Well-known member
Registered
Joined
Apr 10, 2020
Messages
53
Reaction score
10
Points
8
What the -name romflash ?
And yes,see the pictures you can find all what îce wrote
 
Top