riscvarchive / risc-v-getting-started-guide

The official RISC-V getting started guide
https://risc-v-getting-started-guide.readthedocs.io/en/latest/
Creative Commons Attribution 4.0 International
198 stars 56 forks source link

Replace Linux v5.4.0 tag with v5.4 #26

Open takahirox opened 4 years ago

takahirox commented 4 years ago
Build Linux for the RISC-V target. First, checkout to a desired version:

cd linux
git checkout v5.4.0
make ARCH=riscv CROSS_COMPILE=riscv64-unknown-linux-gnu- defconfig

I couldn't find v5.4.0 tag in Linux repository but I found v5.4 tag. So I speculate v5.4 would be right, not v5.4.0.