Accessing the blob pushed via tegrarcm from cboot code

Following up this post, I’m trying to make cboot write some data on my Xavier’s EEPROM.

I need to send the data to be written from the host into cboot, during flash. The solution I’m working on is to embed it into the blob.bin, then retrieve it in cboot and write it on EEPROM. This function seem to be my entry point for grabbing the blob’s data:

tegrabl_error_t tegrabl_blob_init(char *part_name, uint8_t *bptr,
								  tegrabl_blob_handle *bhdl)

But I can’t find the address that should be assigned to bptr in order to point to the freshly downloaded blob in RAM.

How can I find the address in RAM where the following command writes:

tegrarcm_v2 --download blob blob.bin

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Sorry for the late response, is this still an issue to support?
Any result can be shared?

Thanks