|
Thanks Paolo But the problem is that these processors
use a shared memory and should have access to whole memory. The only thing is that
I want that their images start from different addresses (ex: 0x3000 0000 for Microblaze_0
and 0x3100 0000 for Microblaze_1) while the memory of both is 0x3000 0000-0x3FFF
FFFF! Best Naser From:
owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx
[mailto:owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Paolo Pezzino Hi, salut du tessin... 2009/11/13 Naser Khosro Pour <naser.khosropour@xxxxxxx>
Hello All I have a problem. I use multiple Microblaze processors with a
shared memory. ERAM parameters are same for all processors as below: define_hex CONFIG_XILINX_ERAM_START
0x30000000 define_hex CONFIG_XILINX_ERAM_SIZE 0x10000000 After generating kernel (I use linux-2.4.x without MMU), System.
map of all processors start from same address 0x30000000 that is troublesome
for me. I want to know how can I use another address range that are not
overlapping (ex: 0x30000000 for Microblaze_0 and 0x31000000 for
Microblaze_1) Best Regards Naser Khosro Pour Tel: +41 21 69 31139 Cell: +41 78 69 58 741 Ecole Polytechnique Federale de Lausanne (EPFL) INF 338, Station 14, ESL-IEL-STI-EPFL 1015 - Lausanne (Switzerland) Website: http://esl.epfl.ch |