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

ti375 devkit litex debian demo #24

Open
Dolu1990 opened this issue Sep 4, 2024 · 1 comment
Open

ti375 devkit litex debian demo #24

Dolu1990 opened this issue Sep 4, 2024 · 1 comment

Comments

@Dolu1990
Copy link
Member

Dolu1990 commented Sep 4, 2024

Hardware :

Litex :

Debian / Linux / Opensbi images generation :

@Dolu1990 Dolu1990 changed the title ti375 devkit litex ti375 devkit litex debian demo Sep 6, 2024
@Dolu1990
Copy link
Member Author

Dolu1990 commented Nov 1, 2024

! Update !

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

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

1 participant