Other Parts Discussed in Thread: UNIFLASH, IWR6843
Hello,
I am working on updating SBL.
And I want to test my compiled SBL.
There are some questions regarding it.
1.
I did flash updated sbl.bin(Meta Image1) and demo.bin(Meta Image4) according to SBL_design.pdf.
Flash done successfully.
Since There is backup image, although there is no meta image, I think It have to work properly.
But there is no response from sensor.
After flash demo.bin as meta image, sensor works.
Could you explain why this phenomenon happens?
2.
SBL_imageFlasher function download the application meta image over a device peripheral.
This function is called only once at SBL_initTask like below.
- retVal = SBL_imageFlasher(qspiFlashHandle, (flashAddr + (uint32_t)SBL_METAIMAGE_OFFSET));
As I know, SBL_METAIMAGE_OFFSET is location of meta image.
There is no call SBL_imageFlasher for SBL_BACKUP_IMAGE_OFFSET which is backup image location.
Then how backup image is flashed? And how SBL is flashed?
Looking forward your reply.
Thanks.