Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread一般讨论
RT-THREAD AM3352启动异常(gcc)
发布于 2017-01-15 20:05:55 浏览:2387
订阅该版
[tocm] RTT 要在AM3352上跑起来需要修改那些内容,目前通过U-BOOT引导RTT 会引发数据异常,如下 ```U-Boot SPL 2014.04-rc2 (Nov 26 2015 - 10:56:39) reading u-boot.img reading u-boot.img U-Boot 2014.04-rc2 (Nov 26 2015 - 10:56:39) I2C: ready DRAM: 512 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Net: cpsw Hit any key to stop autoboot: 10 0 U-Boot# fatload mmc 0 0x80200000 rtthread.bin reading rtthread.bin 130284 bytes read in 24 ms (5.2 MiB/s) U-Boot# go 0x80200000 ## Starting application at 0x80200000 ... | / - RT - Thread Operating System / | 2.1.0 build Jan 15 2017 2006 - 2016 Copyright by rt-thread team Execption: r00:0x80222641 r01:0x8021ef85 r02:0x80000000 r03:0x0000006d r04:0x8021ef7c r05:0x0000000b r06:0x80222638 r07:0x9ffbafa8 r08:0x9fb57a88 r09:0x9fb56f28 r10:0x8020b860 fp :0x8020b93c ip :0x80222638 sp :0x8020bb18 lr :0x8021c126 pc :0x8021c126 cpsr:0xa00001b3 data abort thread (NULL) stack: Execption: r00:0x00000018 r01:0x802202bc r02:0x00000018 r03:0x802202bc r04:0x60000197 r05:0x0000000b r06:0xa00001b3 r07:0x9ffbafa8 r08:0x8020bb54 r09:0x9fb56f28 r10:0x8020b860 fp :0x8020ba9c ip :0x80222638 sp :0x8020b9f8 lr :0x8020abc0 pc :0x8020abc0 cpsr:0x60000197 data abort thread tshell stack: thread pri status sp stack size max used left tick error ------ --- ------- ---------- ---------- ------ ---------- --- tshell 20 ready 0x00000040 0x00001000 01% 0x0000000a 000 shutdown... (0) assertion failed at function:rt_hw_cpu_shutdown, line number:164``` 谢谢,各位看官 [s:157]
查看更多
3
个回答
默认排序
按发布时间排序
tomyqg
2017-02-04
这家伙很懒,什么也没写!
终于搞好了,继续前进 [s:154] ``` EVB-T335-AM3352- IAR-IDE: U-Boot SPL 2014.04-rc2 (Nov 26 2015 - 10:56:39) reading u-boot.img reading u-boot.img U-Boot 2014.04-rc2 (Nov 26 2015 - 10:56:39) I2C: ready DRAM: 512 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Net: cpsw Hit any key to stop autoboot: 10 0 U-Boot# fatls mmc 0 lost.dir/ .android_secure/ 7653 default-capability.xml android/ 145 customized-capability.xml dcim/ download/ wandoujia/ 67952 rtt_bbb.bin 69084 evb_t335_rtt.bin 4 file(s), 6 dir(s) U-Boot# fatload mmc 0 0x80200000 evb_t335_rtt.bin reading evb_t335_rtt.bin 69084 bytes read in 13 ms (5.1 MiB/s) U-Boot# go 0x80200000 ## Starting application at 0x80200000 ... | / - RT - Thread Operating System / | 2.1.0 build Feb 4 2017 2006 - 2016 Copyright by rt-thread team finsh >list_thread() thread pri status sp stack size max used left tick error ------ --- ------- ---------- ---------- ------ ---------- --- buzz 8 suspend 0x00000070 0x00000200 21% 0x0000000a 000 led 8 suspend 0x00000070 0x00000200 21% 0x0000000a 000 tshell 20 ready 0x00000078 0x00001000 08% 0x00000002 000 tidle 31 ready 0x00000058 0x00000400 08% 0x00000001 000 0, 0x00000000 finsh >list_mem() total memory: 134201304 used memory : 2112 maximum allocated memory: 4312 -2145363692, 0x80205914 finsh >list() --Function List: reboot -- reboot the cpu hello -- say hello world version -- show RT-Thread version information list_thread -- list thread list_sem -- list semaphone in system list_event -- list event in system list_mutex -- list mutex in system list_mailbox -- list mail box in system list_msgqueue -- list message queue in system list_mempool -- list memory pool in system list_timer -- list timer in system list_device -- list device in system list -- list all symbol in system list_mem -- list memory usage information msh -- use module shell pinMode -- set hardware pin mode pinWrite -- write value to hardware pin pinRead -- read status from hardware pin --Variable List: dummy -- dummy variable for finsh 0, 0x00000000 finsh >list_device() device type ref count ------ -------------------- ---------- uart2 Character Device 0 uart1 Character Device 0 uart0 Character Device 2 0, 0x00000000 finsh > ```
xzp114
2017-02-09
这家伙很懒,什么也没写!
您好,楼主,我也遇到了相同的问题,我的板子启动到如下界面: ``` | / - RT - Thread Operating System / | 2.1.0 build Feb 4 2017 2006 - 2016 Copyright by rt-thread team ``` 真诚恳请一下能否共享一下您的工程,刚接触RT实在是没辙了!万分感谢
撰写答案
登录
注册新账号
关注者
0
被浏览
2.4k
关于作者
tomyqg
这家伙很懒,什么也没写!
提问
3
回答
11
被采纳
0
关注TA
发私信
相关问题
1
有关动态模块加载的一篇论文
2
最近的调程序总结
3
晕掉了,这么久都不见layer2的踪影啊
4
继续K9ii的历程
5
[GUI相关] FreeType 2
6
[GUI相关]嵌入式系统中文输入法的设计
7
20081101 RT-Thread开发者聚会总结
8
嵌入式系统基础
9
linux2.4.19在at91rm9200 上的寄存器设置
10
[转]基于嵌入式Linux的通用触摸屏校准程序
推荐文章
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
ART-Pi2移植CMSIS-DAP(基于CherryUSB协议栈)
2
RT-thred的stm32h723对应bsp包CubeMX添加其他外设报错
3
RT-Thread中的time溢出问题,时间戳溢出,解决方法
4
ART-PI使用env驱动ETH网卡,pc和板子可以ping通
5
SystemView线程名字不显示
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
DMA
USB
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
rt-smart
FAL
I2C_IIC
UART
ESP8266
cubemx
WIZnet_W5500
ota在线升级
PWM
BSP
flash
freemodbus
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
keil_MDK
ulog
SFUD
msh
C++_cpp
MicroPython
本月问答贡献
RTT_逍遥
9
个答案
2
次被采纳
xiaorui
3
个答案
2
次被采纳
winfeng
2
个答案
2
次被采纳
三世执戟
8
个答案
1
次被采纳
KunYi
8
个答案
1
次被采纳
本月文章贡献
catcatbing
2
篇文章
5
次点赞
swet123
1
篇文章
4
次点赞
lizimu
1
篇文章
4
次点赞
Days
1
篇文章
4
次点赞
YZRD
1
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部