Hi Everyone,
I am trying to utilize both cpu0 and cpu1 on zed board.
Using the document xapp1078,that document having operation of cpu0 on linux and cpu1 on bare-metal.
First, I downloaded the following generated files and copied to SD card them.
http://www.zedboard.org/sites/default/files/design/xapp1078_zedboard.zip,
<SD card>
- BOOT.BIN
- devicetree.dtb
- uImage
- uramdisk.image.gz
- rwmem.elf
- softUart.elf
After I switched on Zed Board,booting process has to start, and booting process(cpu0) was started,
but cpu1 was not started.
zynq > /mnt/rwmem.elf 0xffff8000
0x00000000ffff8000 = 0x00000000
zynq > /mnt/rwmem.elf 0xfffffff0 0x18000000
zynq > /mnt/rwmem.elf 0xffff8000
0x00000000ffff8000 = 0x00000000
zynq > /mnt/rwmem.elf 0xffff8000
0x00000000ffff8000 = 0x00000000
zynq > /mnt/rwmem.elf 0xffff8000
0x00000000ffff8000 = 0x00000000
"0xffff8000"address remains unchanged "0x00000000".
Please provide a solution as soon as possible.