aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/beagleboard
AgeCommit message (Collapse)Author
2011-07-19beagleboard-test-scripts: BeagleBoard userbutton detection for flashingJoel A Fernandes
* Build and install a userbutton tool to detect state of the user button on a BeagleBoard from /dev/input/event0 * Install a user.txt and uEnv.txt to /boot, Narcissus will copy from here to the FAT partition of an SD Card Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-11beagleboard-test-scripts: Add a script flash-fs.sh for flashing NANDJoel A Fernandes
This script flashes the NAND of a BeagleBoard if: * There is a valid image on the SD Card to flash * The board has NAND Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-10beagleboard-test-scripts: added new scriptsJason Kridner
testneon: runs burn-neon for 10 seconds testdsp: runs loopgpp dsplink example testmem: runs memtester Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-10beagleboard-test-scripts: updated to latestJason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-24beagleboard-test-scripts: createdJason Kridner
These are scripts from the validation repository used to test various functions on the board. Updated by Koen's feedback fixed shell script error: Setting variables in shell script (do_install) need to not have spaces between the variable and the '='.