Hi LiangYi,
> Does nobody help me?
I'll try once more ...
<div class='quotetop'>QUOTE </div>
--- Quote Start ---
VFS: Mounted root (romfs filesystem) readonly.
Freeing unused kernel memory: 64k freed (0x99c000 - 0x9ab000)
expand: from=
/ramfs.img to=/dev/ram0
expand: from=
/ramfs.img to=/dev/ram1[/b]
--- Quote End ---
> Here, I know romfs has been mounted. But, ramfs.img can not be expanded.
From your earlier post:
<div class='quotetop'>QUOTE </div>
--- Quote Start ---
$
mkimage -A nios2 -O linux -T filesystem -C none -a 0x00a00000 -e 0x00a00000 -n 'romfs' -d romfs.bin
romfs.img[/b]
--- Quote End ---
Are you using mkimage to create your ramfs.img file?
--Scott