1 Star 0 Fork 0

awake658/k210-linux-nommu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prepare_buildroot.sh 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env sh
export KERNEL_VER="linux-5.6-rc1"
export KERNEL_PATH="riscv64-nommu-buildroot/package/kernel"
[ -d "linux-kernel" ] && echo "Directory linux-kernel exists." || echo "Error: Directory linux-kernel does not exists, please cd to project root."
rm -rf $KERNEL_VER
rm -rf "$KERNEL_VER.tar.xz"
cp -rf linux-kernel $KERNEL_VER
tar -Jcvf "$KERNEL_VER.tar.xz" $KERNEL_VER
mkdir -p $KERNEL_PATH
mv "$KERNEL_VER.tar.xz" $KERNEL_PATH/
rm -rf $KERNEL_VER
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/awake658/k210-linux-nommu.git
git@gitee.com:awake658/k210-linux-nommu.git
awake658
k210-linux-nommu
k210-linux-nommu
master

搜索帮助