Forum Discussion
Altera_Forum
Honored Contributor
21 years agoBooting ucLinux
UCLinux is unable to find the root filesystem, and panics. Observations: >microtronix[mtd]: RAM probe address=0xa00000 size=0x0 >Creating 1 MTD partitions on "RAM": >0x00000000-0x0000000...
Altera_Forum
Honored Contributor
21 years agoYou need to write your own mapping driver ... or modify the default one
provided by microtronix if your memory map doesn't match. Take a look in drivers/mtd/maps ... I think the file you want to review is microtronix.c ... or something like that ... sorry I don't have the source tree handy right now. Regardless ... the the mtd_partition array needs to match your hardware. Regards, --Scott