Command interpreter for iMX28

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Command interpreter for iMX28

ソリューションへジャンプ
1,360件の閲覧回数
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 解決策
1,248件の閲覧回数
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 返答(返信)
1,249件の閲覧回数
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 件の賞賛
返信
1,248件の閲覧回数
Yuri
NXP Employee
NXP Employee

U-boot is not bad candidate.

0 件の賞賛
返信