-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding test steps to take the design to Hardware (VCK190 board) #69
base: 2024.2
Are you sure you want to change the base?
Conversation
|
||
 | ||
|
||
2. The build process will take some time. When complete, the outputs will appear in a new folder named `package`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention that sd_card.img is the file that we need to run the design on the board.
|
||
 | ||
|
||
3. A new folder named `build_hw` will appear under `vitis` after completion of hardware build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear why you're showing the contents of the build_hw folder.
5. Now Run the command `connect com0` in the vitis terminal. | ||
|
||
6. Open a new terminal and cd to the path for .pdi file. | ||
cd "the_path_for_golden_pdi_file" (You must have your .pdi file in your system) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where do they get the pdi from?
* Connect uSD card to your laptop. If your laptop does not come with a uSD card reader slot, an USB-to-uSD card-reader may be used, assuming laptop has a USB port | ||
* For board setup please refer to (https://github.com/Xilinx/Vitis_Model_Composer/tree/2024.2/QuickGuides/Running_on_Hardware/linux). | ||
|
||
5. Now Run the command `connect com0` in the vitis terminal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear that the user needs to follow the instructions in the link above to establish a COM link to the board, before proceeding with the next steps. 'connect com0' is a Systest command and shouldn't be shown here.
|
||
3. A new folder named `build_hw` will appear under `vitis` after completion of hardware build: | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Crop the screenshots so they only show the folder listing, instead of the whole VSCode window.
 | ||
|
||
4. Prerequisites: | ||
* An sd_card.img file, generated by Vitis for the design to be tested on board |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talk about this in step 2 above.
|
||
15. Type `power 0 power 1` (It will execute the power sequence of the board). | ||
|
||
16. Now switch back to 1st terminal and type `connect com0`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'connect com0' is a Systest command and shouldn't be shown here.
|
||
 | ||
|
||
18. Type the command `petalinux` and then type `sudo su`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User needs to wait for board to boot up, log in as user 'petalinux' and set a password.
No description provided.