doc/board/starfive/jh7110_common.rst: Documentation doesn't mention OpenSBI text start address
Johannes Krottmayer
krotti83 at proton.me
Thu Apr 16 17:11:42 CEST 2026
Hello,
I have used the U-Boot documentation for building OpenSBI and
U-Boot for the Starfive VisionFive 2 board.
Unfortunately there is a important definition missing (will be not
mentioned in the current documentation) in the build step for
OpenSBI.
FW_TEXT_START from OpenSBI defaults to address 0x0, this raises
an exception. FW_TEXT_START should be set to the correct address
0x40000000 and then it works.
So therefore the correct build step should be:
$ make PLATFORM=generic FW_TEXT_START=0x40000000
Should I create a patch for the documentation to add this?
--
Kind regards,
Johannes K.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: publickey - krotti83 at proton.me - 0x1A5D6E0E.asc
Type: application/pgp-keys
Size: 888 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260416/72a5bd3e/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 322 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260416/72a5bd3e/attachment.sig>
More information about the U-Boot
mailing list