From 0f706c6cb93527d62740ccbe4b2661aed75c3121 Mon Sep 17 00:00:00 2001 From: GNU Date: Thu, 12 May 2022 19:33:51 +0800 Subject: [PATCH] Updated Create DevTerm R01 OS image from scratch (markdown) --- Create-DevTerm-R01-OS-image-from-scratch.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Create-DevTerm-R01-OS-image-from-scratch.md b/Create-DevTerm-R01-OS-image-from-scratch.md index 6d75a52..8767906 100644 --- a/Create-DevTerm-R01-OS-image-from-scratch.md +++ b/Create-DevTerm-R01-OS-image-from-scratch.md @@ -60,6 +60,7 @@ otherwises, the boot will hang ## u-boot.toc1 +``` [opensbi] file = fw_dynamic.bin addr = 0x40000000 @@ -69,7 +70,7 @@ addr = 0x44000000 [u-boot] file = u-boot.bin addr = 0x4a000000 - +``` ``` pushd u-boot cp ${PATH_TO_TOC1_CFG}/toc1.cfg ${PATH_TO_OPENSBI}/fw_dynamic.bin .