Version 14, changed by hippo5329@yahoo.com.tw. 01/15/2007. Show version history
download,
swap_device is a file from http://gniarf.nerim.net/colinux/swap/
TUGZip: http://www.tugzip.com
run coLinux-xxxx.exe to install coLinux.
use tugzip to uncompress the gentoo filesystem image, and rename the image to root_fs ,in coLinux dir .
use toporesize to enlarge the image to 5GB or more.
uncompress swap file, use 256M or larger.In coLinux dir, run coLinux , with memory usage setup to 256MB.
colinux-daemon mem=256 kernel=vmlinux hda1=root_fs root=/dev/hda1 hda2=swap_256Mb cofs0=c:\\\\ eth0=tuntap -t nt
Login root, password root.
turn on swap, or add swap to fstab
swapon /dev/hda2
Mount the windows drive c: with cofs on /mnt/xp,
mkdir /mnt/xp
mount -t cofs cofs0 /mnt/xp
Install nios2gcc toolchain. BinaryToolchain
Install uClinux-dist-test with patches for nios2 under /root dir. UClinuxDist
NOTE, the gentoo image does not contain Xserver and much tools. You will need to use "emerge" to add more packages.
Or you can use other image,
albertyong88 said,
You can download blackfin-colinux (from blackfin uclinux wiki site),
which is very easy to install. It has most tools you need. It also
provides Xserver and stuff ...
You can then follow the wiki for
installing Eclipse as your development platform if you are not
confortable on using command text editor.
bigboss25 said,
Or try using Colonist (http://colonist.sourceforge.net/) with Kubuntu
Live image, which include KDE UI and some apps (OpenOffice, text editor
...). I use Xming as X server to display KDE desktop on my Windows
desktop. Currently, it works well but is a bit slow.
Note that
during install , Colonist will also create virtual drive for your
Windows partitions, so you will be able from KDE to see all your
windows drive ;o)
Configuring Xming X server is a bit tricky (it appears that your firewall must be disabled), but it works.