• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Mar-2021-

hello_audio/H03-Mar-2021-755446

hello_dispmanx/H03-Mar-2021-170112

hello_encode/H03-Mar-2021-323238

hello_fft/H03-May-2022-18,99517,223

hello_font/H03-May-2022-15597

hello_jpeg/H03-Mar-2021-773529

hello_mmal_encode/H03-Mar-2021-273179

hello_teapot/H03-May-2022-1,487908

hello_tiger/H03-May-2022-2,5512,350

hello_triangle/H03-May-2022-669349

hello_triangle2/H03-Mar-2021-529384

hello_video/H03-May-2022-232148

hello_videocube/H03-Mar-2021-946496

hello_world/H03-Mar-2021-439

libs/H03-Mar-2021-6,3443,505

MakefileH A D03-Mar-20211.1 KiB4740

Makefile.includeH A D03-Mar-20211.3 KiB2917

READMEH A D03-Mar-2021526 2215

rebuild.shH A D03-Mar-202127 32

README

1Building on Pi
2++++++++++++++
3
4To build the test apps on the pi, first build the libs:
5make -C libs/ilclient
6make -C libs/vgfont
7
8then by entering each test app directory and run make. E.g.
9  cd hello_world
10  make
11  ./hello_world.bin
12
13Running ./rebuild.sh will rebuild the all libs and and apps.
14
15
16Building on a different PC
17++++++++++++++++++++++++++
18
19If you want to build the samples on a different machine (cross-compile) then set:
20SDKSTAGE=<path/to/firmware-directory> and CC=<path/to/cross-compiler>
21before running make.
22