Re: [U-Boot] U-Boot: Enhancement request to get flash device specific information

2014-07-10 Thread Wolfgang Denk
Dear Heera, In message you wrote: > > I am avoiding to use regular expression to extract the information. It has > two reasons, > 1) In future realise of u-boot if string format is changed, my regular > expression will fail. So I need to track the format change in this message. > 2) It is possi

Re: [U-Boot] U-Boot: Enhancement request to get flash device specific information

2014-07-09 Thread HEERA NAND BHAGTANI
Hi Simon, This tool is basically using u-boot technology to communicating to remote board. This tool is developed such a way that it can load u-boot elf on remote processor (available on remote board). This tool communicates with processor using u-boot commands. It can send the u-boot command, and

Re: [U-Boot] U-Boot: Enhancement request to get flash device specific information

2014-07-03 Thread Simon Glass
Hi, On 2 July 2014 10:05, HEERA NAND BHAGTANI wrote: > Hi U-boot team, > > I am looking for u-boot command which can give me flash device specific > properties. For example, there should be dedicated commands to get the > flash memory size, sector size, page size etc. > > Currently I found there

[U-Boot] U-Boot: Enhancement request to get flash device specific information

2014-07-02 Thread HEERA NAND BHAGTANI
Hi U-boot team, I am looking for u-boot command which can give me flash device specific properties. For example, there should be dedicated commands to get the flash memory size, sector size, page size etc. Currently I found there is command "sf probe" for spi flash device which is returning devic