diff options
author | Dirk Behme <dirk.behme@googlemail.com> | 2009-01-28 21:39:58 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-28 21:39:58 +0100 |
commit | 2be2c6cc674e26237962f5cf4c0d311e139e4241 (patch) | |
tree | d206831def1583219b6edf93e4deef5b564a3f8c /doc/README.omap3 | |
parent | ad9bc8e52d174d699d1367be0b90089e4fdeb933 (diff) |
OMAP3: Add Pandora support
Add Pandora support.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Diffstat (limited to 'doc/README.omap3')
-rw-r--r-- | doc/README.omap3 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/README.omap3 b/doc/README.omap3 index 54f46b7465e..30dc51ee213 100644 --- a/doc/README.omap3 +++ b/doc/README.omap3 @@ -15,6 +15,8 @@ Currently the following boards are supported: * TI EVM [4] +* OpenPandora Ltd. Pandora [5] + Toolchain ========= @@ -40,6 +42,11 @@ make make omap3_evm_config make +* Pandora: + +make omap3_pandora_config +make + Custom commands =============== @@ -66,7 +73,7 @@ help Acknowledgements ================ -OMAP3 U-Boot is based on U-Boot tar ball [5] for BeagleBoard and EVM done by +OMAP3 U-Boot is based on U-Boot tar ball [6] for BeagleBoard and EVM done by several TI employees. Links @@ -89,6 +96,10 @@ http://www.gumstix.net/Overo/ http://focus.ti.com/docs/toolsw/folders/print/tmdxevm3503.html -[5] TI OMAP3 U-Boot: +[5] OpenPandora Ltd. Pandora: + +http://openpandora.org/ + +[6] TI OMAP3 U-Boot: http://beagleboard.googlecode.com/files/u-boot_beagle_revb.tar.gz |