pi@openplotter:~ $ ssh tc@10.10.10.2 tc@10.10.10.2's password: tinypilot is a Sailboat Autopilot Distribution for raspberry pi ( '>') /) TC (\ Core is distributed with ABSOLUTELY NO WARRANTY. (/-_--_-\) www.tinycorelinux.net tc@box:~$ sudo route add default gw 10.10.10.1 tc@box:~$ cat /etc/resolv.conf nameserver 8.8.8.8 tc@box:~$ git clone git://github.com/juj/fbcp-ili9341.git -sh: git: not found tc@box:~$ git clone git://github.com/juj/fbcp-ili9341.git -sh: git: not found tc@box:~$ git clone git://github.com/juj/fbcp-ili9341.git -sh: git: not found tc@box:~$ git clone git://github.com/juj/fbcp-ili9341.git Cloning into 'fbcp-ili9341'... remote: Enumerating objects: 7, done. remote: Counting objects: 100% (7/7), done. remote: Compressing objects: 100% (7/7), done. remote: Total 1538 (delta 0), reused 1 (delta 0), pack-reused 1531 Receiving objects: 100% (1538/1538), 2.36 MiB | 133.00 KiB/s, done. Resolving deltas: 100% (1079/1079), done. tc@box:~$ cd fbcp-ili9341/ tc@box:~/fbcp-ili9341$ mkdir build tc@box:~/fbcp-ili9341$ cd build tc@box:~/fbcp-ili9341/build$ cmake .. -sh: cmake: not found tc@box:~/fbcp-ili9341/build$ tce-load -i cmake cmake.tcz: OK tc@box:~/fbcp-ili9341/build$ cmake .. -- The C compiler identification is GNU 7.1.0 -- The CXX compiler identification is GNU 7.1.0 -- Check for working C compiler: /usr/local/bin/cc -- Check for working C compiler: /usr/local/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/local/bin/c++ -- Check for working CXX compiler: /usr/local/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Doing a Release build -- Board revision: 9000c1 -- Detected this Pi to be one of: Pi A, A+, B rev. 1, B rev. 2, B+, CM1, Zero or Zero W, with single hardware core and ARMv6Z instruction set CPU. -- Targeting a Raspberry Pi with only one hardware core -- Enabling optimization flags that target ARMv6Z instruction set (Pi Model A, Pi Model B, Compute Module 1, Pi Zero/Zero W) -- Scaling source image to view. If the HDMI resolution does not match the SPI display resolution, this will produce blurriness. Match the HDMI display resolution with the SPI resolution in /boot/config.txt to get crisp pixel perfect rendering, or alternatively pass -DDISPLAY_CROPPED_INSTEAD_OF_SCALING=ON to crop instead of scale if you want to view the center of the screen pixel perfect when HDMI and SPI resolutions do not match. -- Preserving aspect ratio when scaling source image to the SPI display, introducing letterboxing/pillarboxing if HDMI and SPI aspect ratios are different (Pass -DDISPLAY_BREAK_ASPECT_RATIO_WHEN_SCALING=ON to stretch HDMI to cover full screen if you do not care about aspect ratio) CMake Error at CMakeLists.txt:136 (message): Please define -DSPI_BUS_CLOCK_DIVISOR= on the CMake command line! (see files ili9341.h/waveshare35b.h for details) This parameter along with core_freq=xxx in /boot/config.txt defines the SPI display speed. Smaller divisor number=faster speed, higher number=slower. -- Configuring incomplete, errors occurred! See also "/home/tc/fbcp-ili9341/build/CMakeFiles/CMakeOutput.log".