Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by jay_1025+apr 27 2006, 01:16 am--><div class='quotetop'>quote (jay_1025 @ apr 27 2006, 01:16 am)</div>
--- quote start ---
<!--quotebegin-hippo@Apr 26 2006, 07:39 AM you have very few memory available.
you should use the 4m cfi flash first.
spansion was previously a joint venture of amd and fujitsu.
[* ] support for amd/fujitsu flash chips
you can use it as a jffs2 drive.
you can mount it as rootfs, with kernel command line "root=/dev/mtdblock0", and disable initramfs. this will save some memory usage.
there is new option,
in kernel config for higher than 2.6.11,
general setup -->
[*] configure standard kernel features (for small systems) --->
[ ] enable full-sized data structures for core
no in this option will reduce kernel data structure size.
using sd is ok, but it is slow.
using usb disk on isp1362 ? working ?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14709)
--- quote end ---
--- Quote End --- hi hippo may i select same options with buildboot guide# point 8(using cfi-flash) ? i have a question , because i don't know how to use kernel command line with "root=/dev/mtdblock0" and disable inutramfs . so ... where should i be done? thx in advance ! <div align='right'><{post_snapback}> (index.php?act=findpost&pid=14722)</div> [/b] --- Quote End --- Yes, follow point8 about cfi-flash. 1. use initramfs, test until jffs2 works. 2. cp -a some dirs from / to jffs2 mount point to build the rootfs. note some other dirs should be empty, just mkdir of them, eg, /proc /sys .. , look at ~/rootfs . 3. in kernel config, set initramfs path to empty. () Initramfs source file(s) And Processor type and features ─> (root=/dev/mtdblock0) Default kernel command string