Forum Discussion
Altera_Forum
Honored Contributor
19 years agoS/F core
Dear everyone, My nos2 is 50Mhz, S -core, has been tested, all is ok! when I change to 50M/F-core, select the instruction cache and data cache, the "netflash" command is not ok...
Altera_Forum
Honored Contributor
19 years agoTank you for you replies.
I have readed the ioremap.c the __ioremap's code as follow: __ioremap() in file arch/nios2nommu/mm/ioremap.c /* * Map some physical address range into the kernel address space. */ void *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) { return (void *)(physaddr); } Hippo can you tell me why you change the code to "return (void *)(physaddr|0x80000000); "? I will regard your comment ,thank you