Add a blank line after title "Specification:" to
make it render correctly html.
And also remove the useless > in bash code block.
Signed-off-by: Andy Yan <andyshrk@163.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
carrier board connect with CM5.
Specification:
+
* Rockchip RK3588
* LPDDR5X 8/32 GB
* eMMC 64 GB
.. prompt:: bash
- > cd u-boot
- > export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.17.bin
- > export BL31=../rkbin/bin/rk35/rk3588_bl31_v1.46.elf
- > make coolpi-genbook-cm5-rk3588_defconfig
- > make CROSS_COMPILE=aarch64-linux-gnu-
+ cd u-boot
+ export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.17.bin
+ export BL31=../rkbin/bin/rk35/rk3588_bl31_v1.46.elf
+ make coolpi-genbook-cm5-rk3588_defconfig
+ make CROSS_COMPILE=aarch64-linux-gnu-
This will build ``u-boot-rockchip.bin`` for eMMC and ``u-boot-rockchip-spi.bin`` for SPI Nor.