blob: 511bd081ba28966ce3dfbd405639e7ba2c7bfe93 [file] [log] [blame]
Chia-Wei Wang1c7ed532024-09-10 17:39:16 +08001.. SPDX-License-Identifier: GPL-2.0+
2
3IBex AST2700
4============
5
6AST2700 integrates an IBex RISC-V 32-bits CPU as the boot MCU to execute the
7first stage bootlaoder, namely SPL.
8
9Build
10-----
11
121. Prepare the toolchains and make sure the $PATH to toolchains is correct.
132. Use `make ibex-ast2700_defconfig` in u-boot root to build the image
14
15Running U-Boot SPL
16------------------
17
18The U-Boot SPL will boot in M mode and load the FIT image which includes
19the 2nd stage bootloaders executed by the main processor Cortex-A35.
20
21
22Burn U-Boot to SPI Flash
23------------------------
24
25Use SPI flash programmer (e.g. SF100) to program the u-book-spl.bin with the
26offset 0x80 bytes to the SPI flash beginning.