rcitach
rcitach
> ## RTT主线需要维护的RISCV BSP列表 > 32位: > > * [ ] [蓝](https://github.com/RT-Thread/rt-thread/tree/master/bsp/bluetrum) > * [ ] [bouffalo_lab](https://github.com/RT-Thread/rt-thread/tree/master/bsp/bouffalo_lab) > * [ ] [惠普微](https://github.com/RT-Thread/rt-thread/tree/master/bsp/hpmicro) > * [ ] [NUCLEI-GD32VF103R-启动](https://github.com/RT-Thread/rt-thread/tree/master/bsp/gd32/risc-v/gd32vf103r-start) > * [...
测试代码: ~~~c #include #include #include #include #include #include #include pthread_t tid; static void *subthread(void *arg) { while (1) { printf("%s: %d\n", __func__, __LINE__); usleep(1000); } return 0; } int main(int...
# 测试流程 ## 一、SMART Kernel 编译 使用最新版本工具链,根据[README.md](https://github.com/RT-Thread/rt-thread/blob/master/bsp/k230/README.md) 编译bsp/k230 > 注:需要在menuconfig调整 RT_NAME_MAX 的大小,并在 `FPU precision`选择` Software floating-point` ## 二、生成img镜像 同样根据 [README.md](https://github.com/RT-Thread/rt-thread/blob/master/bsp/k230/README.md) 生成 K230 RTOS Only SDK的基础镜像 并更新 RT-Thread 内核 ## 三、添加用户态测试程序...
> ci有问题 这个需要等后续工具链更新,在重新跑一次CI
> > > ci有问题 > > > > > > 这个需要等后续工具链更新,在重新跑一次CI > > /opt/Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2/bin/riscv64-unknown-linux-musl-gcc: No such file or directory https://github.com/RT-Thread/toolchains-ci/releases/ 最新的修改工具链已经提交了,还没更新
>  > > 把这个压缩包自己下下来看看,路径好像不对。 https://github.com/RT-Thread/toolchains-ci/releases/ 最新的修改工具链已经提交了,还没更新
> 玄铁的这款bsp的qemu估计是定制版,原本的识别不到这个cpu > >  是的