Dear Renesas Team,
We are using Hi-hope RZ/G2M evaluation board, we need to boot from eMMC.
For same, we have found this information and source in git hub repository - https://github.com/renesas-rz/rzg2_flash_writer#related-document
We are able to writes the S-record format image to any partition of the eMMC.
For boot from eMMC. we did 2 things as below:
1. We Changed switch setting in hardware accroding to above picture attached.
2. We added [ATFW_OPT_append_r8a774a1 = " RCAR_SA6_TYPE=1 "] line to local.conf (located in ~/user_work/build/conf/local.conf) .
Then I ran following commands,
$ cd ~/user_work
$ source poky/oe-init-build-env
$ bitbake core-image-weston (also tried with --> bitbake trusted-firmware-a)
Once completed all the files were generated in ~/user_work/build/tmp/deploy/images/hihope-rzg2m directory.
We are not able to boot u-boot in proper way and finds below error at bl31 loading.
Can you please help me out to boot from eMMC?
Regards,
Sandip Gokani