技术交流微信:mucx459522889

开发环境: t2080rdb, uboot2015, vxworks7.0

还是vx7.0的更容易开发,有需要的可以找我

1. 《VxWorks_7_fsl_t2t4_BSP_Supplement_Guide__SR0620.pdf》描述:

实际上默认创建的vip,profile选项为none时,vip内核配置中是包含了INCLUDE_END选项的。所以在创建vip的时候最好就添加上PROFILE_DEVELOPMENT。

2. 内核参数

bootargs是一些网络参数设置

=> pri bootargs
bootargs=memac(1,0)b109304:vxworks h=10.0.14.213 e=10.0.14.116:ffffff00 g=10.0.14.1 u=vxworks pw=vxworks f=0x04

设置好ip地址,下载代码运行

=> pri ipaddr
ipaddr=10.0.14.15
=> pri serverip
serverip=10.0.14.213

tftp 0x2000000 uVxWorks; tftp 0xf000000 t2080rdb.dtb; bootm 0x2000000 - 0xf000000

=> tftp 0x2000000 uVxWorks; tftp 0xf000000 t2080rdb.dtb; bootm 0x2000000 - 0xf000000
Using FM1@DTSEC4 device
TFTP from server 10.0.14.213; our IP address is 10.0.14.15
Filename 'uVxWorks'.
Load address: 0x2000000
Loading: ###################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################4.5 MiB/s
done
Bytes transferred = 7784528 (76c850 hex)
Using FM1@DTSEC4 device
TFTP from server 10.0.14.213; our IP address is 10.0.14.15
Filename 't2080rdb.dtb'.
Load address: 0xf000000
Loading: ##1.4 MiB/s
done
Bytes transferred = 17504 (4460 hex)
WARNING: adjusting available memory to 30000000
## Booting kernel from Legacy Image at 02000000 ...Image Name:   vxworksImage Type:   PowerPC VxWorks Kernel Image (uncompressed)Data Size:    7784464 Bytes = 7.4 MiBLoad Address: 00100000Entry Point:  00100000Verifying Checksum ... OK
## Flattened Device Tree blob at 0f000000Booting using the fdt blob at 0xf000000Loading Kernel Image ... OKLoading Device Tree to 03fe8000, end 03fff45f ... OK
## Starting vxWorks at 0x00100000, device tree at 0x03fe8000 ...
Hello, VxWorks!
check system clock frequency
system clock frequency: 66666667
The (spin-table) method is found for CPU0
CPU 0 will be released from 0x7fef4100
The (spin-table) method is found for CPU2
CPU 2 will be released from 0x7fef4140
The (spin-table) method is found for CPU4
CPU 4 will be released from 0x7fef4180
The (spin-table) method is found for CPU6
CPU 6 will be released from 0x7fef41c0
reserved memory block for QMan/BMan memory at 0xfe800000 with length 0x1800000
initialize CPU
start CPU
initialize MMU
initialize base virtual memory support
initialize virtual memory support module
initialize inverse translation library
initialize address space library
initialize global mapping
initialize board
initialize debug console
initialize VxBusinstall bus types:vxbMiiBus(MII bus type)vxbFdtBus(Flattened Device Tree bus type)vxbNexusBus(Nexus bus type)probe and attach devices
kick kernel and enable secondary CPU 2
The (fsl,spin-table) method is found for CPU2
CPU 2 will be released from 0x001e2dc0
kick kernel and enable secondary CPU 4
The (fsl,spin-table) method is found for CPU4
CPU 4 will be released from 0x001e2e00
kick kernel and enable secondary CPU 6
The (fsl,spin-table) method is found for CPU6
CPU 6 will be released from 0x001e2e40
drive is out of range (0--1).
Target Name: vxTarget_________            _________\77777777\          /77777777/\77777777\        /77777777/\77777777\      /77777777/\77777777\    /77777777/\77777777\   \7777777/\77777777\   \77777/              VxWorks 7 SMP 64-bit\77777777\   \777/\77777777\   \7/     Core Kernel version: 3.1.0.0\77777777\   -      Build date: Jul  4 2022 14:18:28\77777777\\7777777/         Copyright Wind River Systems, Inc.\77777/   -                 1984-2022\777/   /7\\7/   /777\-   -------Board: Freescale T2080RDBCPU Count: 8OS Memory Size: 4072MBED&R Policy Mode: DeployedDebug Agent: Not startedStop Mode Agent: Not startedInstantiating /ram as rawFs,  device = 0x1
Formatting /ram for DOSFS
Instantiating /ram as rawFs, device = 0x1
Formatting...Retrieved old volume params with %38 confidence:
Volume Parameters: FAT type: FAT32, sectors per cluster 00 FAT copies, 0 clusters, 0 sectors per FATSectors reserved 0, hidden 0, FAT sectors 0Root dir entries 0, sysId (null)  , serial number c0000Label:"           " ...
Disk with 64 sectors of 512 bytes will be formatted with:
Volume Parameters: FAT type: FAT12, sectors per cluster 12 FAT copies, 54 clusters, 1 sectors per FATSectors reserved 1, hidden 0, FAT sectors 2Root dir entries 112, sysId VXDOS12 , serial number c0000Label:"           " ...
OK.Adding 11522 symbols for standalone.-> ls
_user_objs.cdf
_user_objs.nm
build_vars_list
ctdt.c
ctdt.d
ctdt.o
dataSegPad.d
dataSegPad.o
linkSyms.d
linkSyms.o
partialImage.o
prjConfig.d
prjConfig.o
romfs_image_prj.d
romfs_image_prj.o
romfs_image_prj.s
symTbl.c
symTbl.d
symTbl.o
sysALib.d
sysALib.o
sysLib.d
sysLib.o
t2080qds.dtb
t2080qds.dts.s
t2080rdb.dtb
t2080rdb.dts.s
t4240qds.dtb
t4240qds.dts.s
uVxWorks
usrAppInit.d
usrAppInit.o
usrEntry.d
usrEntry.o
usrRtpAppInit.d
usrRtpAppInit.o
version.d
version.o
vxWorks
vxWorks.bin
value = 0 = 0x0
->

uboot引导vxworks--t2080调试记录相关推荐

  1. VxWorks调试记录

    做了快3个月的VxWorks,基本熟悉了DKM工程的开发,但是决定不继续做下去了,哎,说来话长啊. 总结一下工作中的调试记录: 1.基础的VxWorks指令,调试必须的. 2.系统在网络接收任务里崩溃 ...

  2. skyeye linux qt,在ARM9上安装Linux,利用SkyEye模拟器及U-BOOT引导

    提示:本人在2008年进行Linux@ARM实验,在ARM9上安装Linux.利用SkyEye模拟器及U-BOOT引导.这是实验报告.以及实验过程中留下的记录,按日期倒序排列. 本文以Creative ...

  3. RV1126 调试记录

    RV1126 调试记录 ######################################################################################## ...

  4. AML8726调试记录

    一:源代码下载: 1:Installing Repo # mkdir ~/bin # PATH=~/bin:$PATH # curl https://dl-ssl.google.com/dl/goog ...

  5. RK3568开发笔记-EDP显示屏接口调试记录

    目录 文章目录 前言 一.edp显示接口介绍 二.edp接口部分原理图 三.edp接口显示屏参数介绍 四.RK3568设备树参数配置 五.完整DTS edp参数 六.RK3568多屏显示vop选择 七 ...

  6. T2080RDB: UBoot boot vxWorks SMP

    T2080RDB:  UBoot boot vxWorks SMP 3162412793@qq.com 技术交流QQ群:691976956 U-Boot 2015.01QorIQ-SDK-V1.8+g ...

  7. f1c100s spi nand 128MB W25N01G 调试记录

    f1c100s 128MB W25N01G spi nand调试记录 镜像使用说明 镜像位置images文件夹 uboot-with-spl-usb.bin FEL模式下使用的uboot镜像 uboo ...

  8. selinux移植调试记录

    LINUX平台selinux移植调试记录 前言 什么是selinux 主要作用 selinux的组成 工作模式 工作流程 查看当前的文件或进程的安全上下文 uboot和kernel中的配置 refpo ...

  9. vxworks常用调试命令

    总结的vxworks常用调试命令,学习vxworks这些东西是必须的. 1.与任务相关的命令  sp, [arg1], ..., [arg9]     -启动任务,最多接受9个参数,默认的优先级100 ...

  10. uboot 引导wince NK.nb0

    版权归作者原所有 =========================================================================================== ...

最新文章

  1. 敏捷软件开发实践——估算与计划(01)
  2. linux下各种颜色的文件表示的文件类型
  3. android ImageButton的图片怎么定义?
  4. 路径调度问题(CVRP)后续之如何在MATLAB中安装YALMIP及CPLEX包
  5. python当中的生成器
  6. Guava源码分析——Immutable Collections(4)
  7. 中国电子云发布专属云CECSTACK 以全栈信创赋能千行百业
  8. Spring 事务传播原理及数据库事务操作原理
  9. (原創) 有限狀態機FSM coding style整理 (SOC) (Verilog)
  10. android http请求缓存,android 缓存http请求数据
  11. Mybatis——持久层框架
  12. UI进阶——XMPP即时通讯
  13. mapgis二次开发教程
  14. PMP和PRINCE2到底有什么区别?哪个含金量更高?
  15. 如何安装Chrome OS系统
  16. 通过PackageManager、PackageInfo、ApplicationInfo、ActivityInfo获得你想要的 App 信息
  17. 手机电脑同连一个wf,手机网速比电脑网速快很多,电脑网速很慢
  18. QTableView实现冻结行冻结列
  19. H5页面打开微信小程序
  20. 《编程之道》第三册:《计算机寓言--信息时代的启示》

热门文章

  1. Matlab中消除图像噪声之中值滤波器:medfilt2
  2. ATT格式汇编—— mov与lea的区别
  3. 交换两个变量的值的4种方法,你了解了吗?
  4. 作为一个领导,最看重下属什么?
  5. 手写体识别python,python使用KNN算法手写体识别
  6. MRI scanner 连线说明和实验步骤
  7. 图形编程中,旋转的三种表示方法
  8. vue组件中通过css或scss修改三方组建的style样式
  9. hbase java查询_Java进行Hbase查询
  10. 2021年甘肃省安全员C证考试试卷及甘肃省安全员C证模拟考试题库