Skip to content
Snippets Groups Projects
Commit 5bd895c4 authored by dwf1m12's avatar dwf1m12
Browse files

Update GetStarted.md

parent 1b89ae04
No related branches found
No related tags found
No related merge requests found
...@@ -8,15 +8,17 @@ A good starting point for a template for building a Cortex-M based microntroller ...@@ -8,15 +8,17 @@ A good starting point for a template for building a Cortex-M based microntroller
Create a directory of (Read-only) Arm IP bundles from Product Download Hub, logged in with AAA credentials: Create a directory of (Read-only) Arm IP bundles from Product Download Hub, logged in with AAA credentials:
Download Corstone-101: Download Corstone-101:
https://developer.arm.com/downloads/view/BP306-GRP ` https://developer.arm.com/downloads/view/BP306-GRP`
Download Cortex-M0 CPU: Download Cortex-M0 CPU:
https://developer.arm.com/downloads/view/AT510-GRP ` https://developer.arm.com/downloads/view/AT510-GRP`
Download Micro-DMA PL230: Download Micro-DMA PL230:
https://developer.arm.com/downloads/view/PL230-GRP ` https://developer.arm.com/downloads/view/PL230-GRP`
and in each case and in each case
```
gunzip the <bundle>.tar.gz gunzip the <bundle>.tar.gz
gtar xfv <bundle>.tar gtar xfv <bundle>.tar
```
The project is structured to work alongside IP provided under the Arm Acacdemic Access enttilements. The project is structured to work alongside IP provided under the Arm Acacdemic Access enttilements.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment