sedona icon indicating copy to clipboard operation
sedona copied to clipboard

port sedona to Raspberry Pi

Open linsong opened this issue 9 years ago • 3 comments

linsong avatar Oct 26 '15 13:10 linsong

Cross compilation references: https://code.google.com/p/sedonawrt/wiki/Introduction https://github.com/sdt/docker-raspberry-pi-cross-compiler

R pi demos: http://sedonadev.org/download/demo/ We may have to fix licensing on some of the .sedona source files for this.

linsong avatar Oct 29 '15 12:10 linsong

linsong, Is it possible compile svm for RPi2 (with ArchLinux) in RPi2, not using Docker?

gilbertovb avatar Mar 25 '16 22:03 gilbertovb

hi, @gilbertovb, it should be doable, I think you will need to install the build tool chain(in ubuntu, the package's name is build-essentails, not sure what it is called under Arch, should be something similar). Or more common way is do cross compiling on PC, you can set cross compiling environment up with crosstool-ng(http://crosstool-ng.org/).

linsong avatar Mar 27 '16 05:03 linsong