Subject:
|
Re: Wishlist for next pbLua Beta
|
Newsgroups:
|
lugnet.robotics.nxt
|
Date:
|
Mon, 23 Apr 2007 10:01:13 GMT
|
Viewed:
|
20589 times
|
| |
 | |
In lugnet.robotics.nxt, Ralph Hempel wrote:
> I'm getting stuck implementing some features for the next pbLua
> release, and I'd like some opinions on what is really necessary...
>
> > > > 1. Filesystem (storing chunks and data at NXT)
> >
> > I'm looking at this now. Files to be stored in FLASH.
>
> This is getting uglier and more complicated than I like. By the
> time I add a simple FAT12 file system, and link in the standard
> Lua IO library, the code size is getting big and I'm not sure
> there's much real benefit.
>
> I could do a very simple file system that lets you load a block
> of FLASH memory to read a directory, and then after that reading
> files is a bit easier.
>
> The downside is that you may have to "prepare" a set of files
> on your host machine then download them in bulk to save changes.
>
> It's not the best solution, but I need to compromise between
> complexity, code size, and getting SOMETHING that looks like
> a file system into the FLASH.
Preparing a filesystemblock with files inside should be not a big problem...
Testing can be done by downloading (sending ascii) like today and when
finished, prepare the filesystem and download the separate image.
When operating system and filesystem are different partitions it would be nice.
How big is the real nesseccary os-image currently ? A small area (32-64kB) for
filesystem should be enough for most of lua applications :D
Christian
|
|
Message has 1 Reply:  | | Re: Wishlist for next pbLua Beta
|
| (...) Hi Ralph, the hardware is ready to take off :D (URL) are your plans to release Beta-4-Preview with improved I2C-Support ? The world wants to use pbLua and not NXT-G or other stuff :-D One real world scenario is "helping handicaped blind guys". (...) (18 years ago, 1-May-07, to lugnet.robotics.nxt)
|
Message is in Reply To:
 | | Re: Wishlist for next pbLua Beta
|
| I'm getting stuck implementing some features for the next pbLua release, and I'd like some opinions on what is really necessary... (...) This is getting uglier and more complicated than I like. By the time I add a simple FAT12 file system, and link (...) (18 years ago, 22-Apr-07, to lugnet.robotics.nxt)
|
8 Messages in This Thread:         
     
   
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|