Command interpreter for iMX28

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Command interpreter for iMX28

Jump to solution
737 Views
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

Labels (1)
0 Kudos
1 Solution
625 Views
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.

View solution in original post

0 Kudos
2 Replies
626 Views
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 Kudos
625 Views
Yuri
NXP Employee
NXP Employee

U-boot is not bad candidate.

0 Kudos