Logo OS Reviews

Reviewing Freedom.

Start new topic

From: Nataraj S Narayan
Subject: Sqlite on Embedded systems
Posted on 2009-01-02 06:47

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?

From: Hendrik Weimer
Subject: Re: Sqlite on Embedded systems
Posted on 2009-01-02 07:29

Reply to this

Nataraj 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).

  • Advertisement