Forums » Software Development »
Databases for the MityDSP
Added by Brian Compter about 12 years ago
Hello,
I'm working on getting a small web server up and running on a L138 and need a database to get things rolling.
I noticed that the Linux image the dev board shipped with has Sqlite3 but I've not been able to figure out how to run it.
I've tried installing MySql but ran into trouble starting the application on startup. It keeps failing to run my_print_defaults due to a missing libgcc_s.so.1
Long story short, is there anyone who has experience running databases on this board that could make recommendations? Is there a goto standby for applications on this small a form factor?
Thanks much,
BC
Replies (4)
RE: Databases for the MityDSP - Added by Michael Williamson about 12 years ago
Hi Brian,
Are you using the factory installed version of linux (2.6.xx) and filesystem booting from NAND, or one of the reference filesystems from our board support packages? We have had customers successfully install and use sqlite3 from our more recent Angstrom 2012.05 filesystem bases (available in the 2012.08 MDK). The factory installed image is quite old, we don't normally upgrade it as it is only used for factory checkout and validation.
I don't have any working experience with sqlite but I will check if anyone else here does (I think we may have some jobs that are using it) and try to get back to you on this.
-Mike
RE: Databases for the MityDSP - Added by Brian Compter about 12 years ago
We are using the linux version installed on the SD card that came with the development kit.
It shows Linux version 3.1.0.
RE: Databases for the MityDSP - Added by Michael Williamson about 12 years ago
Oh... Are you by chance using a MityARM-3359? If so, you should probably post in the ARM Cortex-A8 Based Platforms Forums. This forum is really for MityDSP-L138 or MityARM-1808 (Arm-9) SOMs.
Thanks.
-Mike
RE: Databases for the MityDSP - Added by Brian Compter about 12 years ago
That's at least one of my problems.
Thanks, I'll head to the other forum!