Skip to content

Instantly share code, notes, and snippets.

@adam-lee
adam-lee / 0_reuse_code.js
Created March 3, 2014 18:02
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@adam-lee
adam-lee / gist:9235884
Created February 26, 2014 18:50 — forked from 17twenty/gist:2718613
Beaglbone u-boot parameters (uEnv.txt)
So the Beaglebone uses the file uEnv.txt to store settings as it doesn't have any NAND allocated to do it with, by
default the file is pretty empty save from the line:
optargs=run_hardware_tests quiet
You may have read a number of things about boot.scr etc - ignore it, it's not correct.
The bootcmd is hardwired in uboot to do the following (i've seperated it all out to make things clearer) - you can see it by
interrupting the bootsequence and performing a 'printenv'.
bootcmd=