[PATCH] Add readmem command to read values out of memory.

Sascha Hauer s.hauer at pengutronix.de
Sun May 11 22:59:10 PDT 2014


On Fri, May 09, 2014 at 03:59:11PM -0700, Owen Kirby wrote:
> From 299ffc6a961c807b118605bdd9e736c7b096fec9 Mon Sep 17 00:00:00 2001
> From: Owen Kirby <osk at exegin.com>
> Date: Fri, 9 May 2014 15:14:30 -0700
> Subject: [PATCH] Add readmem command to read values out of memory.
> 
> I was trying to do something conditionally from a shell script based on the type
> of image present in flash, and finding it rather cumbersome to do. So I added a
> command that reads values out of memory and into shell variables as hexadecimal.

Such a functionality might come in handy and indeed it seems to be hard
to archieve with other commands.

Have you looked into the filetype stuff? This could solve your problem
without having to interpret hex values from shell. See common/filetype.c
and commands/filetype.c.

> +config CMD_READMEM
> +	tristate
> +	default y

No default y please, just drop this line.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list