ソースを参照

update readme about make emmcboot image

Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
Jianlong Huang 1 年間 前
コミット
efa1cb9a1a
1 ファイル変更3 行追加3 行削除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -138,7 +138,7 @@ tftpboot ${fileaddr} ${serverip}:image.fit;
 
 Step3: load and excute:
 
-	bootm start ${fileaddr};bootm loados ${fileaddr};booti 0x40200000 0x46100000:${filesize} 0x46000000
+	bootm start ${fileaddr};bootm loados ${fileaddr};run chipa_set_linux;booti 0x40200000 0x46100000:${filesize} 0x46000000
 	or:
 	bootm ${fileaddr}#config-1
 	or:
@@ -194,7 +194,7 @@ We could generate a sdcard image file by the below command. The sdcard image fil
 ```
 $ make -j$(nproc)
 $ make buildroot_rootfs -j$(nproc)
-$ ./genimage.sh
+$ make img
 ```
 
 The output file `work/sdcard.img`  will be generated.
@@ -301,4 +301,4 @@ Prepare the tftp sever. e.g. `sudo apt install tftpd-hpa` for Ubuntu host.
 
 ## APPENDIX IV:  How to Switch to 4G DDR or 8G DDR
 
-The detail process will add it later
+The detail process will add it later