Initial commit
This commit is contained in:
15
mount/build.sh
Executable file
15
mount/build.sh
Executable 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
|
||||
Reference in New Issue
Block a user