Command interpreter for iMX28

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Command interpreter for iMX28

跳至解决方案
1,046 次查看
michaelkoelbl
Contributor III

Hi,

for starting-up with my own hardware and later for testing I want to implement a command interpreter with functions like read/write CPU registers, read/write I/Os, reading ADC-value and so on.

Does anyone know whether one is already available?

Thanks

标签 (1)
0 项奖励
回复
1 解答
934 次查看
AnsonHuang
NXP Employee
NXP Employee

Hi, mike

     For register read/write, there is already tools, such as "md" and "mw" command in uboot.

     In linux kernel, our BSP rootfs has a tool called "memtool", it is in /unit_tests/, you can use it to read/write register directly in kernel.

     These tools are only for register read/write.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
935 次查看
AnsonHuang
NXP Employee
NXP Employee

Hi, mike

     For register read/write, there is already tools, such as "md" and "mw" command in uboot.

     In linux kernel, our BSP rootfs has a tool called "memtool", it is in /unit_tests/, you can use it to read/write register directly in kernel.

     These tools are only for register read/write.

0 项奖励
回复
934 次查看
Yuri
NXP Employee
NXP Employee

U-boot is not bad candidate.

0 项奖励
回复