Skip to content

Commit 6d59d27

Browse files
nits
1 parent f8a1b2d commit 6d59d27

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

content/learning-paths/embedded-and-microcontrollers/avh_ppocr/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ generated_summary_faq:
3434
summary: >-
3535
You'll export a PaddlePaddle OCR text recognition inference
3636
model, compile it with TVMC, and deploy the result to the Arm Corstone-300 Fixed Virtual
37-
Platform (FVP) with Cortex-M55 processors using Arm Virtual Hardware. You'll follow an end-to-end
38-
flow that starts with a pre-trained PaddlePaddle model, produces a TVMC-compiled output for
39-
the target, and runs the workload in a bare-metal environment on the FVP. Along the way, you'll
37+
Platform (FVP) with Cortex-M55 processors using Arm Virtual Hardware. Starting with a pre-trained PaddlePaddle model, you'll produce a TVMC-compiled output for
38+
the target, and run the workload in a bare-metal environment on the FVP. Along the way, you'll
4039
make the key export, compilation, and deployment choices required for Cortex-M, then validate
4140
the workflow by executing the model on the virtual platform.
4241
faqs:

content/learning-paths/embedded-and-microcontrollers/avh_vio/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ generated_summary_faq:
4848
- question: Where is the LED example located after I clone the repository?
4949
answer: >-
5050
After cloning, navigate into the `leds_example` directory to work with the sample.
51-
- question: I haven’t launched Arm Virtual Hardware yetwhat should I do first?
51+
- question: I haven’t launched Arm Virtual Hardware yetwhat should I do first?
5252
answer: >-
5353
Start the Arm Virtual Hardware AMI in an AWS account and follow the Arm Virtual Hardware
5454
install guide to reach the AVH terminal.

content/learning-paths/embedded-and-microcontrollers/bare-metal/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ generated_summary_faq:
3636
it with Arm Compiler for Embedded, and run it on the `FVP_Base_AEMvA` model. After bringing
3737
up a Hello World example that uses semihosting for `printf`, you'll replace that mechanism by retargeting
3838
output to the PL011 UART provided by the Fixed Virtual Platform. You'll add a minimal EL3 reset handler
39-
to boot only one processor and place the remaining cores into sleep. You'll then
39+
to boot only one processor and place the remaining cores into sleep. Then, you'll
4040
introduce basic exception handling by routing exceptions to EL3 and configuring the Generic
4141
Interrupt Controller (GICv3) with a timer as an interrupt source, enabling a simple event‑driven
4242
workflow that you can observe on the model.

0 commit comments

Comments
 (0)