Forum Discussion
Altera_Forum
Honored Contributor
21 years agoLinux - Change the location of a linux fs in flash
Hello, does anybody know how to change the location of the linux romfs in flash. I have a small custom board with only 1 MByte flash "available" and therefor i'm currently running my kernel direc...
Altera_Forum
Honored Contributor
21 years agoHi, wentao.
Thank you very much. It was just the piece of information I needed to make it work. ....of course I had to comment out a couple of lines from the microtronix.c file because ioremap_nocache returned 0x0 (NULL), which further on in the file was interpreted as an error. Silly me, I should just have placed my file system at a location different from 0x0 - but it works yeehaa :-) Regards Goon