In this tutorial you will learn the basics how to cross compile a simple program for the Raspberry Pi 2 Model B. Why would you like to cross compile? The two major reasons why you would like to cross compile are: Increasing speed of compilation Decreasing wear out of SD card Besides of that the… Continue reading Raspberry Pi: Cross compile HelloWorld
OpenSocial: Parsen van gegevens van en naar Flash-movie.
De OpenSocial applicaties worden gerenderd / getoond in een iFrame. Hoe is het nu toch mogelijk om de gegevens die ontvangen worden van OpenSocial te gebruiken in een Flash-movie? FlashVars Een methode is het meegeven van deze data als ‘FlashVars’. Dit is echter niet de mooiste manier. Er kan nu weliswaar gecommuniceerd worden van OpenSocial… Continue reading OpenSocial: Parsen van gegevens van en naar Flash-movie.
Raspberry Pi: First use
In this post I tell you what you need to know to use your Raspberry Pi for the first time. After following these steps, you are running Raspbian on a Raspberry Pi. Assumptions You are using Ubuntu (15.10) You are using a Raspberry Pi 2 Model B You can power up the Raspberry Pi… Continue reading Raspberry Pi: First use
Compileren software voor OpenWrt
Okee je hebt een device waarop OpenWrt loopt (bijvoorbeeld de Asus WL-HDD) en je wilt nu zelf software schrijven voor dit device. We gaan ervan uit dat de toolchain voor OpenWrt aanwezig is. Heb je deze nog niet, lees dan het artikel Compileren van OpenWrt. Voorbereidingen Op de build computer, dat is de computer met… Continue reading Compileren software voor OpenWrt