ethernetgmii: updated kernel config, simpleImage.xilinx and other misc files
[ana-net.git] / INSTALL
blobe10e67c9a12d01a57775cf8c429dfad91947d672
1 Installation guideline
2 ----------------------
4 If you don't have a current kernel, try (but read KERNEL first!):
6 $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
7 $ cd linux-2.6/
8 $ make menuconfig
9 $ make -j4 && make modules -j4
10 # make install && make modules_install
11 $ cd /boot/
12 # mkinitramfs -o initrd.img-2.6.<whatever> 2.6.<whatever>
13 # update-grub
14 # reboot
16 You might want to deactivate 'quiet' from the kernel cmdline, in order to
17 see what is going on. Edit /etc/default/grub and remove it from your cmdline
18 GRUB_CMDLINE_LINUX_DEFAULT="".
20 Once you've set this up, simply compile ANA with:
22 $ cd {src/,usr/,app/}
23 $ make
25 Now you can insmod the generated kernel modules and have a look at 'dmesg'
26 whether modules have been loaded correctly.