
24 Nov
2010
24 Nov
'10
7:55 a.m.
On Tuesday, November 23, 2010 23:46:53 wzc0066 wrote:
Hello, i feel confused about the parameter of "sf probe" command. Such as "sf probe 0" or "sf probe 1"
I have a 4M SPI Flash on my board, how should i specify the parameter of "sf probe" ? And what means of these parameters ? ( the help info of this command is too small which displayed in u-boot console )
so read the source. it is clearly cropped to below 80 cols, so if your console is smaller than that, fix your console.
the help is pretty obvious to me: sf probe <cs>
the # is the SPI chip select. only you know how you have the SPI flash connected on your board. -mike