Initial commit

This commit is contained in:
2026-08-08 19:07:56 -07:00
commit a7b562b277
5 changed files with 172 additions and 0 deletions

15
mount/build.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
ls -la ~
ls -la /home
git clone https://github.com/Efinix-Inc/br2-efinix.git
cd br2-efinix
git checkout 58839740f9bc62841e4b3b7c6e478fb06bf7e408
source init.sh ti375c529 ../soc.h -p -e
make -j16
bash