summaryrefslogtreecommitdiff
path: root/qemu-support
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-30 21:18:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-30 21:18:42 +0000
commitc2d65e29b8c1a7a2265598a4a4c4ee9068f7e352 (patch)
treed790d9e86a7b62bcae7a350b081b7ed92d92589b /qemu-support
parentc08f442e983ae52f9c3dd7db5b5f37a5a897a4cb (diff)
2009-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* README.connex, u-boot-connex-400-r1604.bin: New files.
Diffstat (limited to 'qemu-support')
-rw-r--r--qemu-support/ChangeLog4
-rw-r--r--qemu-support/README.connex30
-rw-r--r--qemu-support/u-boot-connex-400-r1604.binbin0 -> 160688 bytes
3 files changed, 34 insertions, 0 deletions
diff --git a/qemu-support/ChangeLog b/qemu-support/ChangeLog
index 00ad3cc..558b696 100644
--- a/qemu-support/ChangeLog
+++ b/qemu-support/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * README.connex, u-boot-connex-400-r1604.bin: New files.
+
2009-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* qemu-nic: Improve qemu-nic so you can provide the NIC type as an
diff --git a/qemu-support/README.connex b/qemu-support/README.connex
new file mode 100644
index 0000000..0b5c50e
--- /dev/null
+++ b/qemu-support/README.connex
@@ -0,0 +1,30 @@
+#
+# $Id$
+#
+
+Board: GumStix Connex PXA255
+RTEMS BSP: gumstix
+
+Flash: http://www.gumstix.net/feeds/u-boot/
+
+ + Fetch a connex U-Boot Flash image
+ dd of=connext-flash.img bs=128k count=128 if=/dev/zero
+ dd of=connext-flash.img bs=128k conv=notrunc if=UBOOT-FLASH-IMAGE
+ dd of=connext-flash.img bs=128k conv=notrunc if=UBOOT-FLASH-IMAGE
+
+ + We would like to do more preprocessing but for now, just copy
+ the UBOOT-FLASH-IMAGE to ${HOME}/qemu. The one in this directory
+ works fine.
+
+ + This flash is configured to boot GNU/Linux. There is no kernel in
+ this flash image and we want it to autoboot an RTEMS application.
+ So by hand, we we would LIKE TO BE ABLE TO boot it, reconfigure
+ the bootcmd. BUT THIS DOES NOT WORK!!!
+
+ GUM> setenv bootcmd = bootelf 0x400000
+ GUM> saveenv
+ Saving Environment to Flash...
+ ...
+ + Then exit and the flash.img is modified.
+
+So we rebuild the flash image booted each time
diff --git a/qemu-support/u-boot-connex-400-r1604.bin b/qemu-support/u-boot-connex-400-r1604.bin
new file mode 100644
index 0000000..2d6ad65
--- /dev/null
+++ b/qemu-support/u-boot-connex-400-r1604.bin
Binary files differ