--- Quote Start ---
originally posted by smcnutt@Nov 7 2006, 10:23 PM
hi hippo,
> i had added "bootargs" patches to both kernel and u-boot to pass kernel command line,
> please check them on the nios wiki.
this will be very helpfl.
> i didn't check them, yet.
> cound you please check out, and let me know if it works or not?
ok.
btw: we should discuss this off-line. there are several things that, imho, need improvement.
passing the command line was one -- thanks for doing that. two other 'priority' features are
-- passing the board info structure to the kernel (from a bootloader).
-- passing the ramdisk address to the kernel (from a bootloader).
basically, use a strategy similar to powerpc embed_config ... or the flat device tree ...
i'd like to see the nios2_system.h file go away ;-)
regards,
--scott
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19265)
--- quote end ---
--- Quote End ---
I had tried to pass initial ramdisk address about one year ago. But I did not success, then I used initramfs. I shall look at it again. It should be easier to me now.