OpenZipIt Z1 Buildroot

From eLinux.org
Revision as of 09:24, 16 December 2009 by Reddog176 (talk | contribs) (Created page with '== Installing the OpenZipIt Buildroot == Download [http://www.openzipit.org/Z1Develop/files/buildroot-zipit-1.2.tar.bz2 http://www.openzipit.org/Z1Develop/files/buildroot-zipit-1…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installing the OpenZipIt Buildroot

Download http://www.openzipit.org/Z1Develop/files/buildroot-zipit-1.2.tar.bz2

You will need to make sure you have wget and bison installed on your system. Make sure you have about 1gb of space available for this install.

Extract the file.
# tar -jxvf buildroot-zipit-1.2.tar.bz2
# cd buildroot-zipit-1.2
# make
run make a 2nd time to begin compiling
# make
Note: you should get an error that it cant find files. They've moved.
# cd dl
Now we need to download all the files that have moved. Make sure you have wget installed.
There is approximately 80mb of files to download.
# wget http://www.kernel.org/pub/linux/libs/uclibc/toolchain/linux-libc-headers-2.4.27.tar.bz2
# wget http://downloads.sourceforge.net/project/hdparm/hdparm/hdparm-6.5.tar.gz?use_mirror=iweb
# wget http://www.signal42.com/mirrors/sudo_ftp/sudo-1.6.8p9.tar.gz
# wget http://www.openzipit.org/Z1Develop/files/buildroot-zipit-binaries-1.2.tar.gz
# wget http://www.openzipit.org/Z1Develop/files/zipit-loader-1.2.tar.bz2
# wget http://www.openzipit.org/Z1Develop/files/zipit-utils-1.0.tar.bz2
# wget ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/fakeroot_1.5.8.tar.gz
# wget ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/genext2fs_1.3.orig.tar.gz
Run make a 3rd time, and in 20min to a few hours it should successfully compile.
# make
Once you are sure the build system is working, you can go and modify whatever you want.
Enjoy.