Hello
I am designing an audio-book for blinds, based on the VLSI audio-book project.
It's a stand-alone system, using a VS1000 and a nand flash.
It is now working fine with SLC flash.
But I have to adapt it for MLC flash...
Do somebody already do this ?
And an complementary question to VLSI solution team:
Do you plant that next version of VS100 (may be VS1000e) will include MLC support ?
Best regards,
Pierre-Yves
Audio-book with
Re: Audio-book with
We have prototype code of audio book software for MLC flash, but it is not documented well enough for release.pyr wrote:It is now working fine with SLC flash. But I have to adapt it for MLC flash...
Before the holidays we made a rush release of a similar MLC application "VS1000 MLC Player", which contains some of the same parts. Both projects make heavy use of multiple programs loaded and run when needed. The MLC Player has three programs (init, MLC mass storage, and player), MLC Audiobook has 5 programs (divides player into init + read settings, player, and save settings + shutdown programs).
Note that for MLC you need the updated FLASH programming routine (included in the MLC Player package).
Both apps also work with large-page SLC memories as well, provided the FLASH parameters are correct.
Visit https://www.facebook.com/VLSISolution VLSI Solution on Facebook
Book with MLC flash
Thank you for your answer !
My SLC flash prototype is working with the book software I modified for "no display" and audio feedback button-navigation.
The other prototype, with a MLC flash, work as player with your "VS1000 MLC Player" software. Thank you very much for this release from 07/13/2010, I found it some days after.
As I don't uses display, I hope to be able to maintain a 3 part software:
- init.c based on your MLC project
- book.c, based on my version of book.c
- Poff.c, sams as the old one.
But the projet is not working until now !
So I am VERY interested in your prototype code of audio book software for MLC flash, even without documentation and without any warranty...
Have a good holiday time !
Next week, I will go to Africa (Benin and Congo). But I will continue to work on the project.
Best regards.
Pierre-Yves
My SLC flash prototype is working with the book software I modified for "no display" and audio feedback button-navigation.
The other prototype, with a MLC flash, work as player with your "VS1000 MLC Player" software. Thank you very much for this release from 07/13/2010, I found it some days after.
As I don't uses display, I hope to be able to maintain a 3 part software:
- init.c based on your MLC project
- book.c, based on my version of book.c
- Poff.c, sams as the old one.
But the projet is not working until now !
So I am VERY interested in your prototype code of audio book software for MLC flash, even without documentation and without any warranty...
Have a good holiday time !
Next week, I will go to Africa (Benin and Congo). But I will continue to work on the project.
Best regards.
Pierre-Yves
VSIDE for book and MLC
Hello !
I was out of Europe for many month...
I am now back, working on the display-less book for blinds.
Thank you for the VSIDE. Nice !
As the new version support overlays, do think it is possible to use VSIDE to debug the book ?
And do you have news about the MLC version of the book ?
Best regards.
Pierre-Yves
I was out of Europe for many month...
I am now back, working on the display-less book for blinds.
Thank you for the VSIDE. Nice !
As the new version support overlays, do think it is possible to use VSIDE to debug the book ?
And do you have news about the MLC version of the book ?
Best regards.
Pierre-Yves
Allocation problem with CombineImg
Hello
I was blocked wiht an error given by CombineImg program.
I found a memory allocation problem in the source file combineimg.c
You can find the modified file PYRcombineimg.c joined.
If anybody read this post, please just let me know...
Best regards.
Pierre-Yves
I was blocked wiht an error given by CombineImg program.
I found a memory allocation problem in the source file combineimg.c
You can find the modified file PYRcombineimg.c joined.
If anybody read this post, please just let me know...
Best regards.
Pierre-Yves
- Attachments
-
- PYRcombineimg.c
- (6.1 KiB) Downloaded 546 times
Increase TOTALSIZE
Hello
Can you say me how to increase the TOTALSIZE for overlays ?
I increase it in the Makefile of the MLP-player projetc, but in does'nt work.
Thank you for an answer !
Pierre-Yves
Can you say me how to increase the TOTALSIZE for overlays ?
I increase it in the Makefile of the MLP-player projetc, but in does'nt work.
Thank you for an answer !
Pierre-Yves
Re: Audio-book with
hi pyr
Had you downloaded the software VSIDE on the website or have you bought one ?
because i have downloaded one and i have a problem. i have to install MAKE-3.79.1 because i work on windows XP but i don't know how install this
Can you help me please ??
Thanks
Loic Boillot
Had you downloaded the software VSIDE on the website or have you bought one ?
because i have downloaded one and i have a problem. i have to install MAKE-3.79.1 because i work on windows XP but i don't know how install this
Can you help me please ??
Thanks
Loic Boillot
Make.exe on windows
Bonjour
Je parle aussi français...
I downloaded VSIDE from the vlsi.fi web site (the "last" version, link avalible from the forum).
I use the gmake.exe with the Makefile.
You can find also a make.exe in c:\vskit\bin if you install vskit (on vlsi.fi web site).
I don't have a problem with the make itself.
I would like to use more place for overflows, and I can't modify TOTALSIZE value.
Pierre-Yves Rochat
pyr@gmx.net
Je parle aussi français...
I downloaded VSIDE from the vlsi.fi web site (the "last" version, link avalible from the forum).
I use the gmake.exe with the Makefile.
You can find also a make.exe in c:\vskit\bin if you install vskit (on vlsi.fi web site).
I don't have a problem with the make itself.
I would like to use more place for overflows, and I can't modify TOTALSIZE value.
Pierre-Yves Rochat
pyr@gmx.net