openhwgroup / cva6-sdk

CVA6 SDK containing RISC-V tools and Buildroot
59 stars 64 forks source link

[TASK] Buildroot submodule's link is broken #91

Closed Juan-Gg closed 2 months ago

Juan-Gg commented 7 months ago

Is there an existing CVA6-SDK task for this?

Task Description

I am unable to clone the Buildroot submodule. The link does not exist.

Description of Done

The link works.

playasmegumin commented 5 months ago

The original website has been migrated to git.busybox.net/buildroot, which might be the problem.

I replace git://git.buildroot.net/buildroot.git with https://github.com/buildroot/buildroot.git in .git/config and it works. After run a git submodule update --init --recursive and a git submodule status, I get these:

 aa433d1c5cfbd72b64ff3f92f2ffa2e02ea7089b buildroot (2021.08)
 be245acfffa297b5ed4e0c7bb473a6bd55231bf8 opensbi (v0.9-166-gbe245ac)
 cc38be9991f3abd0831d141ebff8b4fd7a4990ea riscv-isa-sim (v1.0.0-610-gcc38be99)
 fbd7e037ec947c6e9dddc9b78c1cd6bc0fce9993 riscv-tests (remotes/origin/debug-clear-satp-40-gfbd7e03)
 920075ecfa679976fde9beaa718036afe3e69d52 u-boot (heads/master-3-g920075ecfa)
 a922c8b8d082ba0af056d2650950e3be0f5a7b90 vitetris (v0.57.2-12-ga922c8b)

It's the right commit id prefix aa433d that this repo indicates. I haven't conducted any further testing yet, but I hope this can be helpful to you.

Juan-Gg commented 2 months ago

Thank you. That fixed it.