Hello,
I try to tailor for my needs and flash the FreeRTOS based demo software (initially released for Salvator-X board) on my RCAR H3 Premier Starter Kit (8 GiB).(Eventually I'll reduce the project to a basic FreeRTOS with console support, running on the starter kit, therefore I try to get support in the first phase here in the cockpit forum)The "R-Car Series, 3rd Generation R-Car Gen3 CR7 FreeRTOS Software" Release Note, rev 4.00 document (1) provides just a very brief info about the offsets, no other details about the flashing procedure.
"The following offsets can be used to flash the images:bootparam_sa0.bin 0x000000cr7_loader.bin 0x040000cert_header_sa3.bin 0x0C0000bl2-salvator-x.bin 0x140000cert_header_sa6.bin 0x180000bl31-salvator-x.bin 0x1C0000tee-salvator-x.bin 0x200000u-boot-elf.bin 0x640000cr7_os.bin 0x740000"
The elinux.org/.../H3SK chapter gave me the idea that the xls2 command might be used to flash the above mentioned CR7 software:
"Filename Program Top Address Flash Save Address Descriptionbootparam_sa0-4x2g.srec 0xE6320000 0x000000 Loader(Boot parameter)bl2-h3ulcb-4x2g.srec 0xE6304000 0x040000 Loadercert_header_sa6-4x2g.srec 0xE6320000 0x180000 Loader(Certification)bl31-h3ulcb-4x2g.srec 0x44000000 0x1C0000 ARM Trusted Firmwaretee-h3ulcb.srec 0x44100000 0x200000 OP-Teeu-boot-elf-h3ulcb-4x2g.srec 0x50000000 0x640000 U-Boot"
The build process described in (1) even provides the *.srec versions of the CR7 files:
bootparam_sa0.sreccr7_loader.sreccert_header_sa3.sreccr7_os.srec
Is the xls2 command suited to flash the CR7 software? If yes, could you provide please the two required parameters "Program Top Address" and "Flash Save Address" for the above mentioned sections.
Any additional hint/detail/help to accomplish the flashing part of my task is welcome.
Thank you!