I'm trying to use XAPP1079 to Vivado 2018.3.
It works properly when the compiled code is lanched in debug, but if it is loaded into flash memory it does not work.
Have somebody faced this issue?
Thanks in advance.
I'm trying to use XAPP1079 to Vivado 2018.3.
It works properly when the compiled code is lanched in debug, but if it is loaded into flash memory it does not work.
Have somebody faced this issue?
Thanks in advance.
Hi Josh,
.bif is as follows:
//arch = zynq; split = false; format = BIN
the_ROM_image:
{
[bootloader]C:\Test_Vivado\project_2_CPP\project_2_CPP.sdk\main_fsbl\Debug\main_fsbl.elf
C:\Test_Vivado\project_2_CPP\project_2_CPP.sdk\design_1_wrapper_hw_platform_0\design_1_wrapper.bit
C:\Test_Vivado\project_2_CPP\project_2_CPP.sdk\main_ARM0\Debug\main_ARM0.elf
C:\Test_Vivado\project_2_CPP\project_2_CPP.sdk\main_CPU1\Debug\main_CPU1.elf
}
Thanks in advance.
Regards,
Hi Josh,
I'm researching in that guideline... I think that the issue is caussed by BSP or FSBL generation. Is it possible that Vivado/SDK 2018 does not incorporate AMP capability as well?
Thanks for all your support.
Regards.
Did you specify to include the AMP in the BSP? Typically when generating a FSBL, you let SDK create its own BSP, you would then need to go back in and modify it for the AMP capabilities if i am remembering correctly.
-Josh
Did you specify to include the AMP in the BSP? Typically when generating a FSBL, you let SDK create its own BSP, you would then need to go back in and modify it for the AMP capabilities if i am remembering correctly.
-Josh
Hi Jeff,
I did it. At BSP for ARM-01 I set the flag -DUSE_AMP = 1. But i didn't perform any change at FSBL, and as you said, i let SDK creating its own BSP for FSBL. Do you have some guidelines about what have to be changed at both BSP and FSBL? and, of course... would you be so kind as to share them with me?
Thanks in advance and for all your support.
Victor.
Hi Josh,
Please, find at the following link the whole SDK project: https://www.dropbox.com/s/5kjvx5g7jcc64wo/project_2_CPP.sdk.7z?dl=0
.BIN can be found under main_fsbl > bootimage.
Hope it can clarify what happens...
Thanks in advance.
Kindest regards,