4 Star 3 Fork 0

openEuler2020/5-GuEe Studio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
GUI 提交于 2021-05-09 18:50 . Build RPMS OK
run:
@echo root/openEuler12#$
qemu-system-riscv64 \
-nographic \
-machine virt \
-smp 2 \
-m 2G \
-bios u-boot-spl \
-rtc base=localtime \
-device loader,file=u-boot.itb,addr=0x80200000 \
-drive file=oe-rv-rv64g-30G.qcow2,format=qcow2,id=hd0 \
-device virtio-blk-device,drive=hd0 \
-device virtio-net-device,netdev=usernet \
-netdev user,id=usernet,hostfwd=tcp::12055-:22
run-old:
qemu-system-riscv64 \
-machine virt \
-nographic \
-smp 8 \
-m 8G \
-drive file=oe-rv-rv64g-30G.qcow2,format=qcow2,id=hd0 \
-device virtio-blk-device,drive=hd0 \
-netdev user,id=usernet,hostfwd=tcp::12055-:22 \
-device virtio-net-device,netdev=usernet \
-append 'root=/dev/vda1 systemd.default_timeout_start_sec=600 selinux=0 rw highres=off console=ttyS0 mem=4096M earlycon' \
-kernel fw_payload.elf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler2020/team-1375238611.git
git@gitee.com:openeuler2020/team-1375238611.git
openeuler2020
team-1375238611
5-GuEe Studio
master

搜索帮助