Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ravikp7's full-sized avatar
🎯
Busy in getting busier

Ravi Kumar Prasad ravikp7

🎯
Busy in getting busier
View GitHub Profile
@ravikp7
ravikp7 / U boot cross compile
Created March 7, 2017 04:49
Demonstrating Cross compilation of u boot for beagleblack
ravi@ravi-Lenovo-G50-45:~/my-dev$ git clone git://git.denx.de/u-boot.git
Cloning into 'u-boot'...
remote: Counting objects: 450183, done.
remote: Compressing objects: 100% (81000/81000), done.
remote: Total 450183 (delta 367578), reused 444431 (delta 362074)
Receiving objects: 100% (450183/450183), 94.70 MiB | 578.00 KiB/s, done.
Resolving deltas: 100% (367578/367578), done.
Checking connectivity... done.
ravi@ravi-Lenovo-G50-45:~/my-dev$ cd u-boot/
ravi@ravi-Lenovo-G50-45:~/my-dev/u-boot$ ls
@ravikp7
ravikp7 / README.md
Last active March 8, 2017 18:43 — forked from jadonk/README.md
Hacks and node-beaglebone-boot

Current status:

playdoh:BBBlfs jason$ node --version
v7.5.0
playdoh:BBBlfs jason$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin16.5.0
Thread model: posix