Welcome to the forum, Guest

TOPIC: Using RPi build on different ARM SBC?

Using RPi build on different ARM SBC? 5 years 4 months ago #4370

CuriousGamer

Offline

Junior Boarder

Posts: 24

Karma: -1

A nice friend is giving me an ODROID XU4 in a few days and I would like to replace my Raspberry Pi since it has faster Ethernet and USB3.0 support.
My only concern is my YAC server.
I plan to run DietPi, which is based on Debian just like Raspbian.
Is there any reason it shouldn't work directly or anything I might need to change to get it to work?
The administrator has disabled public write access.

Using RPi build on different ARM SBC? 5 years 4 months ago #4375

Luis Ángel

Offline

Administrator

Posts: 2612

Thank you received: 543

Karma: 21

It should work fine following the same steps you used to install it in your Raspberry Pi.
Contribute to the project becoming a patron: www.patreon.com/yacreader
You can also donate via Pay-Pal: www.paypal.com/donate?business=5TAMNQCDD...e=Support+YACReader\
The administrator has disabled public write access.
The following user(s) said Thank You: CuriousGamer

Using RPi build on different ARM SBC? 5 years 4 months ago #4381

CuriousGamer

Offline

Junior Boarder

Posts: 24

Karma: -1

Thank you for the reply, hopefully I can remember what I did.
I'll post a reply when everything is up a running.
The administrator has disabled public write access.

Using RPi build on different ARM SBC? 5 years 3 months ago #4389

CuriousGamer

Offline

Junior Boarder

Posts: 24

Karma: -1

Installed but I'm running into a problem with SQL
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
QSqlQuery::exec: database not open
QSqlQuery::prepare: database not open
QSqlQuery::prepare: database not open
QSqlQuery::prepare: database not open
QSqlQuery::prepare: database not open
QSqlQuery::exec: database not open
QSqlQuery::exec: database not open

I know it's a missing dependency but I can't figure out which one. I tried SQLite3 but that didn't work.
The administrator has disabled public write access.

Using RPi build on different ARM SBC? 5 years 3 months ago #4390

selmf

Offline

Developer

Posts: 631

Thank you received: 135

Karma: 18

You need to install the Qt5 SQL driver for the sqlite database. On Debian-like systems this should be

libqt5sql5-sqlite (or the corresponding dev packagage).

Sadly our current build system isn't very good at detecting dependencies. We have some mechanics in place for the pdf and comic book backends, but anything beyond that gave us more problems than it fixed.
My answers are not necessarily official YACReader statements but mostly represent my own opinion in technical matters.
The administrator has disabled public write access.
The following user(s) said Thank You: CuriousGamer

Using RPi build on different ARM SBC? 5 years 3 months ago #4391

CuriousGamer

Offline

Junior Boarder

Posts: 24

Karma: -1

That worked perfectly thank you.

Along with the original dependencies from the Raspberry Pi tutorial there are four more for DietPi
  1. g++
  2. make
  3. git
  4. libqt5sql5-sqlite

But apart from those it worked as expected and much faster.
The administrator has disabled public write access.
Powered by Kunena Forum