Start new topic
Reply to thisNataraj S Narayan writes: Can we install and use Sqlite on Embedded machines without Operating system, which are of limited Ram and storage, like Atmel AT91SAM7 boards which have 64K Ram and 512K flash? In principle, it should be possible. Depending on your requirements, SQLite will use between 100K and 200K flash size. 64K RAM should be okay as well. You may also want to have a look at the SQLite compile options (http://www.sqlite.org/compile.html). |
|
Reply to this
Hi
Can we install and use Sqlite on Embedded machines without Operating system, which are of limited Ram and storage, like Atmel AT91SAM7 boards which have 64K Ram and 512K flash?