Forum Discussion
Altera_Forum
Honored Contributor
20 years agouClinux Boot problem
Hi, I am testing my own custom board with EP1C12Q240, Flash=16bit*4M, Sdram=32bit*2M. My system has NiosII/f Core, uart, jtag-uart, sdram, flash, epcs_controller, timer and some PIOs. I use...
Altera_Forum
Honored Contributor
20 years agoHi 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