Forum Discussion
Altera_Forum
Honored Contributor
21 years agorunning Linux without flash
Hello, I have a custom board without flash memory. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif So I wonder, if it's possible to load the Kernel and rootfs ramdisk ...
Altera_Forum
Honored Contributor
21 years agoYes it is possible to compile the kernel without flash but it requires some patching.
Currently, references to flash exist in the kernel to try and pull out information regarding the MAC address for Altera dev boards (which obviously isn't required for all projects). I'll see if I can ressurect the patches that remove the need for flash and post it here for everyone.