summaryrefslogtreecommitdiff
path: root/docs/06-Optional-rootfs-build.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/06-Optional-rootfs-build.txt')
-rw-r--r--docs/06-Optional-rootfs-build.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/06-Optional-rootfs-build.txt b/docs/06-Optional-rootfs-build.txt
index eb11c60..6e372ea 100644
--- a/docs/06-Optional-rootfs-build.txt
+++ b/docs/06-Optional-rootfs-build.txt
@@ -11,7 +11,7 @@ A Introduction
The default virtualizer release contains an empty filesystem
stub located at:
- arm-virtualizer-v2.0-ti-040911./bootwrapper/payload/fsimg
+ arm-virtualizer-v2_1-171111/bootwrapper/payload/fsimg
A build using this stub doesn't contain a functional
filesytem that the Linux kernel image can use. fsimg can be
@@ -49,8 +49,8 @@ B Building and installing a Linux kernel
A suitable Linux kernel image for use with the virtualizer
can be built as follows:
- $ tar -jxf arm-virtualizer-v2.0-ti-040911.tar.bz2
- $ cd arm-virtualizer-v2.0-ti-040911/bootwrapper
+ $ tar -jxf arm-virtualizer-v2_1-171111.tar.bz2
+ $ cd arm-virtualizer-v2_1-171111/bootwrapper
$ make clean
$ pushd /tmp
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/maz/ael-kernel.git ael-kernel.git