From 0f9dbd90539d2a4bb980b9077bdb064adf5524cf Mon Sep 17 00:00:00 2001 From: josch Date: Sat, 21 Jun 2014 15:13:12 +0200 Subject: [PATCH] added files --- 0001-added-libts-bin-input-utils.patch | 34 ++++++++++++++++++++++++++ notes.txt | 6 +++++ run-qemu | 1 + 3 files changed, 41 insertions(+) create mode 100644 0001-added-libts-bin-input-utils.patch create mode 100644 notes.txt create mode 100644 run-qemu diff --git a/0001-added-libts-bin-input-utils.patch b/0001-added-libts-bin-input-utils.patch new file mode 100644 index 0000000..9c96131 --- /dev/null +++ b/0001-added-libts-bin-input-utils.patch @@ -0,0 +1,34 @@ +From f8b4a752dc41e81bca114e92838a41915fd87cb4 Mon Sep 17 00:00:00 2001 +From: josch +Date: Mon, 7 Dec 2009 08:29:45 +0000 +Subject: [PATCH] added libts-bin, input-utils + +--- + pyneo-rootfs.sh | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh +index 0063247..9221ede 100755 +--- a/pyneo-rootfs.sh ++++ b/pyneo-rootfs.sh +@@ -307,7 +307,7 @@ if [ \$DEVICE = "gta01" ]; then + print_exit_status \$? + + echo -n "Appending sound module." +- echo "snd-soc-neo1973-wm8753" > /etc/modules ++ echo "snd-soc-neo1973-wm8753" >> /etc/modules + print_exit_status \$? + + echo -n "Configuring host alias." +@@ -332,7 +332,7 @@ else + print_exit_status \$? + + echo -n "Appending sound module." +- echo "snd-soc-neo1973-gta02-wm8753" > /etc/modules ++ echo "snd-soc-neo1973-gta02-wm8753" >> /etc/modules + print_exit_status \$? + + echo -n "Configuring host alias." +-- +1.6.3.1 + diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..2b497e7 --- /dev/null +++ b/notes.txt @@ -0,0 +1,6 @@ +dd if=/dev/zero of=rootfs.ext3 bs=1 count=0 seek=1G +mkfs.ext3 rootfs.ext3 +mount rootfs.ext3 mnt -o loop +cdebootstrap --flavour=minimal --foreign --arch armel sid mnt http://localhost:3142/ftp.de.debian.org/debian +umount mnt +qemu-system-arm -nodefaults -nographic -M versatilepb -m 256 -kernel zImage-2.6.29.4 -hda rootfs.ext3 -append "root=/dev/sda console=ttyAMA0,115200n8" -serial stdio -net user -net nic diff --git a/run-qemu b/run-qemu new file mode 100644 index 0000000..ae024db --- /dev/null +++ b/run-qemu @@ -0,0 +1 @@ +qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel_pyneo_rootfs.qcow2 -append "root=/dev/sda1 console=ttyAMA0" -nographic -m 256