Pinned Loading
-
Install Gstreamer on Rasperry Pi
Install Gstreamer on Rasperry Pi 1#!/bin/bash --debugger
2set -e
34[ -n "$1" ] && BRANCH=$1
5 -
How to Compile Debian Kernel for Tin...
How to Compile Debian Kernel for Tinker Board 1# How to Compile Kernel for Tinker Board
2## - Build environment
3### Installing the build tools
4```sh
5sudo apt-get install git-core gitk git-gui gcc-arm-linux-gnueabihf device-tree-compiler gcc-aarch64-linux-gnu mtools parted
-
Cross-compiling applications for ARM
Cross-compiling applications for ARM 1$ pwd
2/home/alexandernst/tmp_arm_build
3$ cat hello_world.c
4#include <stdio.h>
5 -
AOSP 개발환경을 vagrant를 활용해 좀 더 손쉽게 꾸려보자
AOSP 개발환경을 vagrant를 활용해 좀 더 손쉽게 꾸려보자 1# 개발환경 꾸리기
23[AOSP(Android Open Source Project)](https://android.googlesource.com/) 개발환경을 [vagrant](http://www.vagrantup.com/) 를 활용해 좀 더 편하게 꾸려보자
45## 진짜?
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.