@@ -1140,7 +1140,7 @@ booting. It is recommended to use the mainline OpenSBI.
11401140
11411141The IOT-GATE-IMX8PLUS is based on the NXP i.MX8MP SoC.
11421142
1143- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1143+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
11441144
11451145 => go 0x50000000
11461146
@@ -1193,27 +1193,27 @@ Using a GDB prompt via openOCD:
11931193
11941194## i.MX8MM-EVK {#imx8mm_evk}
11951195
1196- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1196+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
11971197
11981198 => go 0x41000000
11991199
12001200## i.MX8MP-EVK {#imx8mp_evk}
12011201
1202- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1202+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
12031203
12041204 => go 0x41000000
12051205
12061206## i.MX8MQ-EVK {#imx8mq_evk}
12071207
1208- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1208+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
12091209
12101210 => go 0x41000000
12111211
12121212## MaaXBoard {#maaxboard}
12131213
12141214The MaaXBoard is a low-cost ARM SBC based on the NXP i.MX8MQ system-on-chip.
12151215
1216- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1216+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
12171217
12181218 => go 0x50000000
12191219
@@ -1223,15 +1223,15 @@ The HardKernel Odroid-C2 is an ARM SBC based on the Amlogic Meson S905 system-on
12231223should be noted that the Odroid-C2 is no longer available for purchase but its successor,
12241224the Odroid-C4, is readily available at the time of writing.
12251225
1226- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1226+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
12271227
12281228 => go 0x20000000
12291229
12301230## Odroid-C4 {#odroidc4}
12311231
12321232The HardKernel Odroid-C4 is an ARM SBC based on the Amlogic Meson S905X3 system-on-chip.
12331233
1234- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1234+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
12351235
12361236 => go 0x20000000
12371237
@@ -1345,7 +1345,7 @@ U-Boot commands:
13451345
13461346## Pine64 ROCKPro64 {#rockpro64}
13471347
1348- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1348+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
13491349
13501350 => go 0x30000000
13511351
@@ -1364,7 +1364,7 @@ The default boot flow of the Star64 is:
13641364This means that the system image that Microkit produces does not need to be explicitly
13651365packaged with an SBI implementation such as OpenSBI.
13661366
1367- To execute the system image produced by Microkit, execute the following command in U-Boot:
1367+ Microkit will produce a raw binary file by default, so when using U-Boot run the following command :
13681368
13691369 => go 0x60000000
13701370
@@ -1413,7 +1413,7 @@ To use tftp you also need to set the file to load and the memory address to load
14131413 => env set loadaddr 0x80280000
14141414 => env save
14151415
1416- The system image generated by the Microkit tool is a raw binary file.
1416+ The system image generated by the Microkit tool by default is a raw binary file.
14171417
14181418An example sequence of commands for booting is:
14191419
@@ -1489,7 +1489,7 @@ PCIDs not supported by the processor
14891489
14901490The ZCU102 can run on a physical board or on an appropriate QEMU based emulator.
14911491
1492- Microkit will default to outputting a raw binary file, so when using U-Boot you must execute the image using :
1492+ Microkit will produce a raw binary file by default , so when using U-Boot run the following command :
14931493
14941494 => go 0x40000000
14951495
0 commit comments