The u-boot can pass command options to kernel now. It is therefore; there is only one u-boot.bin and zImage now. You can download the newest kernel source at http://www.embedian.com/index......cts_id=217 now.
For those who have downloaded the previous release, you could just use the incremental patch to the newest.
Be sure that the u-boot and kernel version are matching right.
To pass parameters to kernel, enter u-boot command prompt and
# setenv memory 128
Note: This is to tell kernel the SDRAM size is 128MB
# setenv bootargs root=1f04 init=linuxrc noinitrd
# saveenv
============================
Note:
1. If user doesn't set up the SDRAM memory size, the default will be 64MB.
2. If the hardware is in 128MB SDRAM configuration, before u-boot setting up the memory size, it will take the upper 64MB SDRAM only until the memory size has been set.
Enjoy it!!






