Skip to content
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

Open
wants to merge 9 commits into
base: 2024.2
Choose a base branch
from

Conversation

SrilakshmiDegala
Copy link
Collaborator

No description provided.


![figure1](Images/hwtest1.png)

2. The build process will take some time. When complete, the outputs will appear in a new folder named `package`.
Copy link
Collaborator

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.


![figure1](Images/hwtest2.png)

3. A new folder named `build_hw` will appear under `vitis` after completion of hardware build:
Copy link
Collaborator

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)
Copy link
Collaborator

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.
Copy link
Collaborator

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:

![figure1](Images/hwtest3.png)
Copy link
Collaborator

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.

![figure1](Images/hwtest4.png)

4. Prerequisites:
* An sd_card.img file, generated by Vitis for the design to be tested on board
Copy link
Collaborator

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`.
Copy link
Collaborator

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.


![figure1](Images/hwtest6.PNG)

18. Type the command `petalinux` and then type `sudo su`.
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants