We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdafd6 commit f42e976Copy full SHA for f42e976
1 file changed
buildroot/README.md
@@ -4,9 +4,8 @@
4
```
5
cd $NAXRISCV/..
6
export NAX_SOFTWARE=$NAXRISCV/ext/NaxSoftware
7
-git clone https://github.com/buildroot/buildroot.git --branch master
+git clone https://github.com/buildroot/buildroot.git --branch 2026.02.x
8
cd buildroot
9
-git checkout 9ef54b7d
10
$NAX_SOFTWARE/buildroot/naxriscv_sim_setup.sh rv32ima
11
make BR2_EXTERNAL=$NAX_SOFTWARE/buildroot/ naxriscv_sim_defconfig
12
make
0 commit comments