From c2d65e29b8c1a7a2265598a4a4c4ee9068f7e352 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 30 Sep 2009 21:18:42 +0000 Subject: 2009-09-30 Joel Sherrill * README.connex, u-boot-connex-400-r1604.bin: New files. --- qemu-support/ChangeLog | 4 ++++ qemu-support/README.connex | 30 ++++++++++++++++++++++++++++++ qemu-support/u-boot-connex-400-r1604.bin | Bin 0 -> 160688 bytes 3 files changed, 34 insertions(+) create mode 100644 qemu-support/README.connex create mode 100644 qemu-support/u-boot-connex-400-r1604.bin (limited to 'qemu-support') 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 + + * README.connex, u-boot-connex-400-r1604.bin: New files. + 2009-06-04 Joel Sherrill * 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 Binary files /dev/null and b/qemu-support/u-boot-connex-400-r1604.bin differ -- cgit v1.2.3