Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread Studio
QEMU
Ubuntu
启动失败:qemu-system-arm: command not found
发布于 2022-01-21 11:10:55 浏览:1826
订阅该版
根据https://docs.rt-thread.org/#/rt-thread-version/rt-thread-standard/application-note/setup/qemu/ubuntu/an0005-qemu-ubuntu 安装都很正常 最后启动提示`not found` ```shell UV:~/rt-thread/bsp/qemu-vexpress-a9$ ./qemu.sh 65536+0 records in 65536+0 records out 67108864 bytes (67 MB, 64 MiB) copied, 0.229009 s, 293 MB/s ./qemu.sh: line 5: qemu-system-arm: command not found ``` 查找qemu.sh 查看 ```shell if [ ! -f "sd.bin" ]; then dd if=/dev/zero of=sd.bin bs=1024 count=65536 fi qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -serial stdio -sd sd.bin -show-curse ``` 请大家帮助看看问题在哪里?如何修正,谢谢
查看更多
4
个回答
默认排序
按发布时间排序
RTT_逍遥
认证专家
2022-01-21
https://github.com/supperthomas
``` apt-get install qemu-system-arm ```
chenyaxing
2022-01-21
泥上偶然留指爪,鸿飞那复计东西。
powershell ``` where.exe qemu-system-arm ``` ubuntu ``` which qemu-system-arm ```
UXJE_1455
2022-01-22
这家伙很懒,什么也没写!
根据https://docs.rt-thread.org/#/rt-thread-version/rt-thread-standard/application-note/setup/qemu/ubuntu/an0005-qemu-ubuntu 从`sudo apt-get install qemu`开始重新配制 `scons --menuconfig`阶段没有任何改动,直接保存`.config` ``` .config - RT-Thread Project Configuration ────────────────────────────────────────────────────────────────────────────── ┌──────────────────── RT-Thread Project Configuration ────────────────────┐ │ Arrow keys navigate the menu.
selects submenus ---> (or empty │ │ submenus ----). Highlighted letters are hotkeys. Pressing
│ │ includes,
excludes,
modularizes features. Press
to │ │ exit, > for Help, > for Search. Legend: [*] built-in [ ] │ │ ┌─────────────────────────────────────────────────────────────────────┐ │ │ │ RT-Thread Kernel ---> │ │ │ │ RT-Thread Components ---> │ │ │ │ RT-Thread Utestcases ---> │ │ │ │ RT-Thread online packages ---> │ │ │ │ Hardware Drivers Config ---> │ UV:~/rt-thread/bsp/qemu-vexpress-a9$ pkgs --update .../.env/tools/scripts/pkgs: line 1: python: command not found UV:~/rt-thread/bsp/qemu-vexpress-a9$ ./qemu.sh qemu-system-arm: -show-curse: invalid option ```
aozima
2022-01-23
调网络不抓包,调I2C等时序不上逻辑分析仪,就像电工不用万用表!多用整理的好的文字,比截图更省流量,还能在整理过程中思考。
>`qemu-system-arm: -show-curse: invalid option` 看来有些环境下没支持,默认配置应该把这个选项去掉,
撰写答案
登录
注册新账号
关注者
0
被浏览
1.8k
关于作者
UXJE_1455
这家伙很懒,什么也没写!
提问
1
回答
1
被采纳
0
关注TA
发私信
相关问题
1
Linux下的Qemu mini2440虚拟机(32位和64位)
2
有qemu Linux的rt-thread开发环境建立吗?
3
qemu+mini2440+bootloader问题
4
QEMU gdbstub 在Win7下的bug
5
请教如何在windows下使用qemu测试rrt0.31中的例子
6
QEMU运行os问题
7
QEMU-mini2440 模拟环境上运行RT-thread这篇
8
在Ubuntu上执行qemu的configure命令checkzlib失败
9
求大舅:telnet-连接QEMU时,QEMU segmentation fault 结束
10
RealTouch打算出QEMU模拟器吗
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
freemodbus主机在freertos的适配,参考rtthread例程
2
开源共生 商业共赢 | RT-Thread 2024开发者大会议程正式发布!
3
【24嵌入式设计大赛】基于RT-Thread星火一号的智慧家居系统
4
RT-Thread EtherKit开源以太网硬件正式发布
5
还在担心bsp不好维护吗?快使用yml管理主线bsp
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
rt_mq_消息队列_msg_queue
keil_MDK
ulog
MicroPython
C++_cpp
本月问答贡献
a1012112796
20
个答案
3
次被采纳
张世争
12
个答案
3
次被采纳
踩姑娘的小蘑菇
7
个答案
3
次被采纳
用户名由3_15位
13
个答案
2
次被采纳
rv666
9
个答案
2
次被采纳
本月文章贡献
程序员阿伟
9
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
RTT_逍遥
1
篇文章
7
次点赞
大龄码农
1
篇文章
5
次点赞
ThinkCode
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部