Skip to content
View johlim's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report johlim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

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