Skip to content

Instantly share code, notes, and snippets.

View dakridas's full-sized avatar

Dimitris Akridas dakridas

View GitHub Profile
@dakridas
dakridas / qt-android.md
Created February 24, 2018 19:15
Deploying Qt applications on Android devices

Set android paths to environment variables

export ANDROID_ROOT=/home/da/crosscompile
export ANDROID_STUDIO=/home/da/crosscompile/android/studio
export ANDROID_SDK=/home/da/crosscompile/android/sdk
export ANDROID_NDK=/home/da/crosscompile/android/ndk
export ANDROID_JDK=/home/da/crosscompile/android/jdk

Android Studio

@dakridas
dakridas / imageMining.md
Last active December 20, 2017 19:51
Copy a Raspberry Pi image from the sd card to your host
  1. Insert the Pi's SD card to host

  2. Find the device of the SD card with

sudo fdisk -l

For MacOS you can use the command

diskutil list
@dakridas
dakridas / probability-vs-statistical-model.md
Created April 28, 2017 18:42
Probability vs Statistical model
@dakridas
dakridas / yocto.md
Last active December 19, 2016 20:20
Yocto Project

Terminology

  • Yocto Project A Linux Foundation project that acts as an umbrella for various efforts to improve Embedded Linux.
  • OpenEmbedded The build system architecture promoted by the Yocto Project.
  • BitBake A tool that reads metadata and runs tasks.
  • OpenEmbedded-Core The common base set of metadata that BitBake uses. This metadata is shared between OpenEmbedded and the Yocto Project.
  • Poky A reference distribution used for test and release purposes by the Yocto Project.

Acronyms