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

running a program on AWS f1 instance #67

Open
AnouarNechi opened this issue Apr 7, 2020 · 2 comments
Open

running a program on AWS f1 instance #67

AnouarNechi opened this issue Apr 7, 2020 · 2 comments

Comments

@AnouarNechi
Copy link

Hello I have read the instructions to work with openpiton on AWS f1 instance and I have some questions:
when is it possible to run a precompiled benchmark is necessary to be executed before uploading the OS or it does not matter?
to run a precompiled benchmark for example dhrystone can I use this instruction:
pitonstream -b f1 -d system dhrystone.riscv --core=ariane --precompiled ?
From where do I get the linux image to upload to openpiton design on F1 instance. What do you mean by $FILE_LOCATION in ./dma_os $FILE_LOCATION.

@grigoriy-chirkov
Copy link
Contributor

Hi Anouar!

  1. If you just want to run benchmark - you dont have to load OS, you can run it with pitonstream
  2. Yes, this should work. But you also need to specify the UART port in the command with -p flag, e.g. "-p pts/6"
  3. You can download it from our website https://parallel.princeton.edu/openpiton/ .
    Hope this helps:)

Best,
Grigory

@AnouarNechi
Copy link
Author

AnouarNechi commented Apr 10, 2020

Thank you Grigory
In order to see the UART should I open another console to see the execution or the pitonstream command will open it automatically.
if not How can I connect a terminal console to UART

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

No branches or pull requests

2 participants