https://github.com/rsta2/sqlite
https://github.com/rsta2/sqlite
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsta2/sqlite
- Owner: rsta2
- Created: 2022-12-22T17:48:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:18:31.000Z (over 1 year ago)
- Last Synced: 2024-12-29T09:42:39.718Z (over 1 year ago)
- Language: C
- Size: 2.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SQLite
======
SQLite running bare metal on the Raspberry Pi using the [circle-stdlib](https://github.com/smuehlst/circle-stdlib) project.
See the discussion [here](https://github.com/rsta2/circle/issues/328)!
Getting
-------
git clone https://github.com/rsta2/sqlite.git
git submodule update --init circle-stdlib
cd circle-stdlib/
git submodule update --init libs/circle
git submodule update --init libs/circle-newlib
cd libs/circle/
git submodule update --init addon/wlan/hostap
Building
--------
From project root:
cd circle-stdlib/
configure -r 4 -p aarch64-none-elf- # for Raspberry Pi 4 64-bit
make -j
cd ../src/
make -j
Installation
------------
Like all Circle apps. Copy the file src/kernel*.img along with the firmware files to an SD card. Create a directory /sqlite on the SD card.