So I repeated the tests. I copied the radshell0.5 to a USB key and started it using uLE4.07.
"dir mc0:/" now works. I tried "dir mc0:" just to see if radshell would complain, and this also works too(!).
"cd mc0:/" - now works. No freezing occurs anymore. I type "dir" and the contents of the memory card are listed.
I used the radshell.rsh script as it was from the ZIP file. That is,
Code: Select all
fontsize 0.6
border 2 2
iopreset
#load rom0:XSIO2MAN
#load rom0:XMCMAN
#load rom0:XMCSERV
load rom0:SIO2MAN
load rom0:MCMAN
#load rom0:MCSERV
load int:iomanx.irx
load int:filexio.irx
cls
version
The problems I experienced in the past was when using radshell0.2. I can also try that version again.
A question : I started radshell0.5 from the USB key. When I type devlist, the USB key is not listed (I was expecting something like "mass:/"). So I added this line to radshell.rsh, just after "load int:filexio.irx" and before "cls" :
Code: Select all
load usb_mass.irx