Hi Folks,
I’m planning to port v4.4 to an EFT-POS (Castles VEGA 5000S) that runs a propietary OS (called CTOS) that runs over Linux.
The vendor provides a C Library API that exposes the interaction with the hardware peripherals (Keyboard, LCD, Printer, GPRS, Ethernet, etc). You are able to call Linux functions as well.
They bring a SDK that consist of the Eclipse IDE and the following toolchain:
C Compiler: mipsel-linux-uclibc-gcc
C++ Compiler: mipsel-linux-uclibc-g++
Linker: mipsel-linux-uclibc-g++
Can this port be made?
As I’ve read so far, the strategy to make this port is “porting on top an OS”, is this right?
Do you have any tutorial or guide that can help me? I need a basic direction on how to start working on this.
Regards,
Francisco