Toolchain new
From t-hack.com - Hack X300T / X301T
(nfsroot details added) |
(added machine selection picture) |
||
Line 4: | Line 4: | ||
<pre>source /path/to/rootfs_2.7.127.0/rootfs-path.env</pre> | <pre>source /path/to/rootfs_2.7.127.0/rootfs-path.env</pre> | ||
*Grab [[Media:Kernel-2.7.127.0.tar.bz2]], unpack, make menuconfig, make vmlinux.bin, wait...<br> | *Grab [[Media:Kernel-2.7.127.0.tar.bz2]], unpack, make menuconfig, make vmlinux.bin, wait...<br> | ||
+ | Recommended settings (Machine Selection screen)<br> | ||
+ | [[Image:Tango2_machine_sel.JPG]]<br> | ||
If you are using a [[Setup_NFS-Root-Filesystem|nfsroot]] : Just create an empty directory, ie mkdir ../initramfs, then edit the kernel .config and set CONFIG_INITRAMFS_SOURCE to "../initramfs", if you do not do this the kernel will use the initramfs as root and willl never mount the nfsroot<br> | If you are using a [[Setup_NFS-Root-Filesystem|nfsroot]] : Just create an empty directory, ie mkdir ../initramfs, then edit the kernel .config and set CONFIG_INITRAMFS_SOURCE to "../initramfs", if you do not do this the kernel will use the initramfs as root and willl never mount the nfsroot<br> | ||
You have to tell te kernel not to use the whole ram in dram0, i.e. via mem=32M, this is '''required''', otherwise it will crash ! | You have to tell te kernel not to use the whole ram in dram0, i.e. via mem=32M, this is '''required''', otherwise it will crash ! |