QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Scare Crowe 6d755dc068 userland init 3 years ago
..
hello_audio userland init 3 years ago
hello_dispmanx userland init 3 years ago
hello_encode userland init 3 years ago
hello_fft userland init 3 years ago
hello_font userland init 3 years ago
hello_jpeg userland init 3 years ago
hello_mmal_encode userland init 3 years ago
hello_teapot userland init 3 years ago
hello_tiger userland init 3 years ago
hello_triangle userland init 3 years ago
hello_triangle2 userland init 3 years ago
hello_video userland init 3 years ago
hello_videocube userland init 3 years ago
hello_world userland init 3 years ago
libs userland init 3 years ago
CMakeLists.txt userland init 3 years ago
Makefile userland init 3 years ago
Makefile.include userland init 3 years ago
README userland init 3 years ago
rebuild.sh userland init 3 years ago

README

Building on Pi
++++++++++++++

To build the test apps on the pi, first build the libs:
make -C libs/ilclient
make -C libs/vgfont

then by entering each test app directory and run make. E.g.
cd hello_world
make
./hello_world.bin

Running ./rebuild.sh will rebuild the all libs and and apps.


Building on a different PC
++++++++++++++++++++++++++

If you want to build the samples on a different machine (cross-compile) then set:
SDKSTAGE=<path/to/firmware-directory> and CC=<path/to/cross-compiler>
before running make.