summaryrefslogtreecommitdiff
path: root/application-devel/cross-devel/README.exercises
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2010-12-01 12:44:37 +0100
committerJan Altenberg <jan@linutronix.de>2010-12-01 12:44:37 +0100
commit1d77472d0986f3948eea0efd4a7cd7aee3558741 (patch)
treea7b3b64be0a5db31432f5491fcd6c763d1dc2a60 /application-devel/cross-devel/README.exercises
parent4cfb9eb272daf14b7975018df0aa9332971f8d5f (diff)
Added a versatile kernel image and a qemu start_script.
Might be useful for testing the cross RFS with qemu.
Diffstat (limited to 'application-devel/cross-devel/README.exercises')
-rw-r--r--application-devel/cross-devel/README.exercises9
1 files changed, 9 insertions, 0 deletions
diff --git a/application-devel/cross-devel/README.exercises b/application-devel/cross-devel/README.exercises
new file mode 100644
index 0000000..e7d706d
--- /dev/null
+++ b/application-devel/cross-devel/README.exercises
@@ -0,0 +1,9 @@
+zImage-versatile is a kernel image which can be used for qemu-arm
+-> start_qemu.sh is an example script to fire up qemu-system-arm with this
+kernel image. The host needs a bridgeing device.
+
+qemu-system-arm can be used to test the RFS from scratch which is built in
+this chapter.
+
+config-versatile is an example kernel config to build versatile images for
+qemu-system-arm.