-
I have created a patch to enable linxt to delete a file on the brick. Apply the following patch to modify linxt.
Usage: linxt -delete filename.rxe
You may combine -delete and -upload in the same statement to replace an already existing file:
linxt -delete filename.rxe upload filename.rxe
6a7,9
> #
> # M001-allow delete files
> # modification by Patrick Senti...
2007-07-20 00:19:37 UTC by psenti
-
philoware has posted a patch that works fine (see patches section). I think this should be added to the main code.
2007-02-01 19:52:15 UTC by ricstirato
-
This works fine and should be added to the main code.
2007-02-01 19:48:19 UTC by ricstirato
-
I have added "delete file" script to linxt. It may be used to overwrite files. For this purpose first delete the file on NXT and then upload the new file to NXT.
2007-01-09 16:18:31 UTC by philoware
-
This would be also #1 on my wish list.
2007-01-07 21:39:40 UTC by igb_ppp
-
When trying to overwrite an existing file on the NXT brick (e.g. a newer version of a .rxe file), linxt returns an error.
There should be an option to automagically or by command line option overwrite existing files or/and to delete files from the NYT brick.
2007-01-03 21:21:23 UTC by ricstirato
-
Logged In: YES
user_id=1017427
Fixed in svn commit 4.
2006-10-03 02:43:26 UTC by iswm
-
iswm committed revision 4 to the LiNXT SVN repository, changing 1 files.
2006-10-03 02:42:56 UTC by iswm
-
Logged In: YES
user_id=1017427
Looking into this. Thanks.
2006-09-30 18:48:46 UTC by iswm
-
The bluetooth address is 7 characters long (null
terminator???), but it unpacks only 6.
my ($nxt_name, $bt0, $bt1, $bt2, $bt3, $bt4, $bt5,
$bt_signal, $free_user_flash);
210 ($reply, $command, $status, $nxt_name, $bt0,
$bt1, $bt2, $bt3, $bt4, $bt5,
211 $bt_signal, $free_user_flash) =
unpack("C3Z15C6VV", $inbuf);
my ($nxt_name, $bt0, $bt1, $bt2, $bt3, $bt4, $bt5,
$bt6...
2006-09-29 23:14:59 UTC by nether_fd