Toolchain new
From t-hack.com - Hack X300T / X301T
(nfsroot details added) |
|||
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> | ||
− | 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 ! | + | 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 ! | ||
The use [[MakeNK]] create a lx.bin compatible with the wince bootloader (uncheck romfs). | The use [[MakeNK]] create a lx.bin compatible with the wince bootloader (uncheck romfs). | ||