16 lines
307 B
Bash
Executable File
16 lines
307 B
Bash
Executable File
#!/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
|