Altera_Forum
Honored Contributor
20 years agoRAM probe address
Please disregard, it was right in front of my nose in the nios-romfs.c file.
=============================================== Hey all, Here's a snippit from boot-up. How do I adjust the RAM probe adress from 0x1200000 to reflect the actually placement of 0x1500000? This setup doesn't have any issues with boot-up, as I adjusted the atlera.c file accordingly. However, I'd like to see it report the correct information.0x00000000-0x00200000 : "loader/kernel"
0x00200000-0x00500000 : "safe configuration"
0x00500000-0x00800000 : "romfs/jffs2"
0x00800000-0x01000000 : "User configuration"
microtronix: RAM probe address=0x1200000 size=0x0
Creating 1 MTD partitions on "RAM":
0x00000000-0x00000000 : "ROMfs"
mtd: partition "ROMfs" is out of reach -- disabled
microtronix: set ROMfs to be root filesystem Thanks again, Matt