Day: January 11, 2022

  • Cross Compiling From Linux to Raspberry PI

    Pre-requirements Before you start you need to make sure the following is installed: apt-get install git rsync cmake libc6-i386 lib32z1 lib32stdc++6 Let’s cross compile a Pie! Start with making a folder in your home directory called raspberrypi. Go in to this folder and pull down the ENTIRE tools folder you mentioned above: git clone https://github.com/raspberrypi/tools.git…