≡
Programming for A13 in debian
THIS IS A WORK IN PROGRESS
Contents
Programming for A13 in debian
There are 2 main methods to create programs for your A13 board.
- Cross compiling - Setting up a tool chain to compile on another system, which is typically faster and easier to manage.
- Programming on board - installing a compiler to compile directly on the board
The sections below contain instructions for these 2 methods
Cross Compiling
Cross compiling is usually performed on another linux machine, it seems the most common for doing this is ubuntu.
If you have compiled the kernel and setup the SD card you will already have most of the tool chain setup on your machine
Setting up the tool chain
Debugging on embedded using opensource tools The instructions contained here were originally sourced from this page