We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hardware :
Litex :
Debian / Linux / Opensbi images generation :
Debian and FPGA images are uploaded here : https://drive.google.com/drive/folders/12WYe_igo2edwZABvF9Zta_bw4kuEbhms?usp=sharing
Here is how you can flash a sdcard using those (after you uncompressed p1 p2) :
export SDCARD=/dev/??? export SDCARD_P1=${SDCARD}p1 export SDCARD_P2=${SDCARD}p2 ( echo o echo n echo p echo 1 echo echo +600M echo y echo n echo p echo 2 echo echo +19000M echo y echo t echo 1 echo b echo p echo w ) | sudo fdisk $SDCARD sudo mkfs.vfat $SDCARD_P1 sudo mkfs.ext4 $SDCARD_P2 sudo e2label $SDCARD_P2 rootfs dd if=p1.img of=$SDCARD_P1 dd if=p2.img of=$SDCARD_P2
The text was updated successfully, but these errors were encountered:
excuse my ignorance as i have worked entirely on cloud FPGAs. i am trying to collect all the hardware needed to replicate this demo.
can you add a little detail about what you mean by the USB pmod and what it is needed for ?
Sorry, something went wrong.
No branches or pull requests
Hardware :
Litex :
Debian / Linux / Opensbi images generation :
Debian and FPGA images are uploaded here :
https://drive.google.com/drive/folders/12WYe_igo2edwZABvF9Zta_bw4kuEbhms?usp=sharing
Here is how you can flash a sdcard using those (after you uncompressed p1 p2) :
The text was updated successfully, but these errors were encountered: