Hello,
I am currently updating our SDK from 08.04 to 08.06.
At first we have a mix of Sitaras with gp and hs-fs around in our development. I am currently only using a gp-device before trying this with hs-fs.
I tried to debug the Bootloader but in conctrary to SDK 08.04 we used before I connot debug the bootloader anymore.
The setup is as followed:
- Bootloader flashed on device
- device powered up and running
- connect via CCS
- load Bootloader-image (.elf)
Before the update you just could move to the line after Bootloader_socWaitForFWBoot() and continue running and it worked.
Now this does not work anymore. Every communication via the SciClient hangs in a loop waiting for an Sci-message. So at Sciclient_boardCfgPm or Bootloader_socOpenFirewalls or Bootloader_socNotifyFirewallOpen and so on.
So I thought maybe the issue is located in combination with the SysFw?
Since It already works when booting from flash I guess the SysFw is successfully loaded and thus should be reachable.
We use the updated SysFw.bin from the SDK at /source/drivers/sciclient/soc/am64x_am243x and the boardcfg-blob from /source/drivers/sciclient/sciclient_default_boardcfg/am243x/boardcfg_blob.bin
We use Cmake but here is the snippet we use for SBL-image-generation for GP-devices:
Are there any new additional steps that need to be done?
Best regards
Felix