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

2014-07-10 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,

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

2014-07-10 Thread Wolfgang Denk
Dear Heera, In message CANiu2MrgDg8zmHK8Dm90TJn1SgsRTe2juXScgGq11M=jedk...@mail.gmail.com 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

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

2014-07-03 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 device

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 diamond@gmail.com 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