summaryrefslogtreecommitdiff
path: root/misc/buildroot/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-03 16:07:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-03 16:07:17 +0000
commitdabf24aa03088344b0e7c352a46db301e1aec743 (patch)
tree6e32958f7bda900af2d6c6511e5ccf165c00ac00 /misc/buildroot/ReleaseNotes
parent85aed0057cb80a85ad1445dca6661fa544cd2b30 (diff)
downloadnuttx-dabf24aa03088344b0e7c352a46db301e1aec743.tar.gz
nuttx-dabf24aa03088344b0e7c352a46db301e1aec743.tar.bz2
nuttx-dabf24aa03088344b0e7c352a46db301e1aec743.zip
add config file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@482 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/ReleaseNotes')
-rw-r--r--misc/buildroot/ReleaseNotes30
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
new file mode 100644
index 000000000..2fa648b81
--- /dev/null
+++ b/misc/buildroot/ReleaseNotes
@@ -0,0 +1,30 @@
+ReleaseNotes v0.1.1:
+^^^^^^^^^^^^^^^^^^^
+
+This is a highly hacked up version of the buildroot (see
+http://buildroot.uclibc.org/ . It has been hacked so
+that it can be used to build the following NuttX-compatible
+toolchains:
+
+o arm-elf toolchain needed for use with the C5471 (ARM7) and
+ DM320 (ARM9) ports provided with the NuttX releases.
+
+o m68k-elf toolchain
+
+o m68hc11-elf toolchain
+
+This is NOT a part of the NuttX project and is provided only
+for convenience. This package is licensed as GPL (see
+http://buildroot.uclibc.org/about.html).
+
+Instructions:
+
+ -You must have already configured Nuttx in <some-dir>nuttx
+ -download into <some-dir>
+ -unpack -cd <some-dir>/buildroot
+ -cp configs/c5471-defconfig .config
+ - make oldconfig
+ - make
+
+Other configuration files: m68k-defconfig, m68hc11-defconfig
+