Toolchain new
From t-hack.com - Hack X300T / X301T
(ia:) |
|||
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 ! | ||
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). | ||
+ | |||
+ | |||
*Get mrua-2.7.127.0-prod.tar.bz2 from "somewhere" | *Get mrua-2.7.127.0-prod.tar.bz2 from "somewhere" | ||
<pre>export UCLINUX_KERNEL=/path/to/kernel_source_2.7.127.0/linux-2.6.15/</pre> | <pre>export UCLINUX_KERNEL=/path/to/kernel_source_2.7.127.0/linux-2.6.15/</pre> | ||
copy /modules, bin/ and /lib to your rootfs, nfsroot, .. | copy /modules, bin/ and /lib to your rootfs, nfsroot, .. |