mkdir() for VS1010
mkdir() for VS1010
Is there a way to add a directory to the FAT structure in the SPI Flash? I can create files but I cannot see how to create a new directory (other than via mounting the Flash as a USB storage device via runlevel 14).
Re: mkdir() for VS1010
@Panu Any thoughts about this??
Re: mkdir() for VS1010
Hello!
We currently have a bigger project going on where the goal is to port many command-line VS1005 tools to VS1010, including mkdir.
How big urgency do you have?
Kind regards,
- Henrik
We currently have a bigger project going on where the goal is to port many command-line VS1005 tools to VS1010, including mkdir.
How big urgency do you have?
Kind regards,
- Henrik
Good signatures never die. They just fade away.
Re: mkdir() for VS1010
Here's MkDir solution for 1010.
// Tero
// Tero
Re: mkdir() for VS1010
Hello!
As you can see, our new team member Tero has implemented an mkdir application. If you look at the source code, you can also find the function that actually does the job.
Please note that this is a first release for VS1010 so it is highly experimental at this stage. Before trying it out on a live system, please please please make a backup of it first.
We'd love to have your comments on whether mkdir works for you or if you are having issues.
Kind regards,
- Henrik
As you can see, our new team member Tero has implemented an mkdir application. If you look at the source code, you can also find the function that actually does the job.
Please note that this is a first release for VS1010 so it is highly experimental at this stage. Before trying it out on a live system, please please please make a backup of it first.
We'd love to have your comments on whether mkdir works for you or if you are having issues.
Kind regards,
- Henrik
Good signatures never die. They just fade away.
Re: mkdir() for VS1010
Here's new version of MkDir... Some Swap32 thing fixed.
// Tero
// Tero
- Attachments
-
- MkDir.zip
- vs1010 MkDir solution
- (14.52 KiB) Downloaded 2 times
Re: mkdir() for VS1010
Many many thanks Tero & Henrik!
In terms of urgency we are still working on the new electronics so we won't be testing this on our full product design for a few more weeks, but should have everything in place before the summer, so having a version of mkdir() to work with now really helps.
We will certainly let you know if we have any issues with it.
In terms of urgency we are still working on the new electronics so we won't be testing this on our full product design for a few more weeks, but should have everything in place before the summer, so having a version of mkdir() to work with now really helps.
We will certainly let you know if we have any issues with it.