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
const positions = {
Aman: {
latitude: 0,
longitude: 0,
},
R1: {
latitude: 0,
longitude: 0,
},
R2: {
@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