]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/README
buildman: Add a quick-start note
[karo-tx-uboot.git] / tools / buildman / README
index cd672cf6183328625e005c553781189f1e717fe3..8c5f8610d02f8c4c3145904bae05bb6bcd71f2c2 100644 (file)
@@ -5,6 +5,20 @@
 
 (Please read 'How to change from MAKEALL' if you are used to that tool)
 
+Quick-start
+===========
+
+If you just want to quickly set up buildman so you can build something (for
+example Raspberry Pi 2):
+
+   cd /path/to/u-boot
+   PATH=$PATH:`pwd`/tools/buildman
+   buildman --fetch-arch arm
+   buildman -k rpi_2
+   ls ../current/rpi_2
+   # u-boot.bin is the output image
+
+
 What is this?
 =============