<yann-kaelig>
Well, still can not boot properly from my hdd-raid subboard but I found exactly what to do to get it work. In summary for those who haven't followed :D . To get the sata disk recognized by scsi scan, I have to boot a first time the board ( with or without the SSD connected the SATA cable it doesn't make any difference ). There is a LED on the sata line which lights up and then lights off. Next I poweroff the board wit hthe
<yann-kaelig>
button and I plug the SSD at the SATA line. The LED lights ON but at this time doesn't light off and that make the big difference because when I turn ON the board again then the SSD drive is recognized by the scsi scan command line.
<yann-kaelig>
Maybe the LED light ON and OFF is a sign of a cut in the SATA line which is preventing communication to the disk ?
<yann-kaelig>
I'm playing with preboot, rebuilding uboot and maybe a regulator command before the scsi scan could help, maybe something else
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Client Quit]
goliath has joined #u-boot
enok has joined #u-boot
gsz has quit [Ping timeout: 268 seconds]
joeskb7 has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 255 seconds]
<marex>
yann-kaelig: it is probably some regulator/gpio/retained state in some register issue
rvalue- is now known as rvalue
rvalue has quit [Read error: Connection reset by peer]
<pivi>
NishanthMenon: I have the same problem with my boss not listening to me, maybe they both need a shrink to help out
<pivi>
anyway, done for today, if you feel like we can help on some lobbying just let me know
ukky has joined #u-boot
slobodan__ has quit [Ping timeout: 245 seconds]
enok has quit [Ping timeout: 272 seconds]
ukky has quit [Ping timeout: 264 seconds]
Gravis has joined #u-boot
<yann-kaelig>
well. The same issue occur with older uboot version, so I suppose that I'm the first on this problem
<yann-kaelig>
So, what information should I provide for a bug report ? I suppose that I have to turn ON config logging in uboot
<marex>
yann-kaelig: ideally a patch, scratch your own itch, people can provide hints, but they won't debug a bug they dont even have hardware to debug on
<yann-kaelig>
I understand but I do not have the level to find the source of the issue. I don't know what to do now. I tried each of your ideas, none of them fix the issue, the issue seems to be somewhere else.
<yann-kaelig>
But I don't think I wil be able to isolate it.
<marex>
yann-kaelig: dump registers and compare, really
<marex>
you have a test case, right ?
ukky has joined #u-boot
<yann-kaelig>
I know when the issue occur and I know how to fix the issue by manually unplugging and reconnecting the SSD, but it is done when the board is off, so how can I know what is happening at this very moment when I plug the SSD ?
<yann-kaelig>
I mean reconnecting the SSD is done when the board is off, and during this time there is a signal that it is send to the hardware and the LED turn ON.
<marex>
yann-kaelig: didnt you also say that the problem does not occur if you boot Linux once and then warm-reset out of Linux ?
<yann-kaelig>
marex: yes, that right tested again right now. I boot linux, reboot, get a uboot command prompt. scsi scan works, indeed.
<yann-kaelig>
boot linux from the sdcard*
<marex>
yann-kaelig: analyze everything which is somehow involved
<marex>
yann-kaelig: the clock IP seems like a suitable first culprit
FergusL has quit [Read error: Connection reset by peer]
FergusL has joined #u-boot
FergusL has quit [Ping timeout: 256 seconds]
FergusL has joined #u-boot
GNUtoo has quit [Ping timeout: 272 seconds]
GNUtoo has joined #u-boot
FergusL has quit [Changing host]
FergusL has joined #u-boot
joeskb7 has quit [Ping timeout: 268 seconds]
alperak has quit [Quit: Connection closed for inactivity]
<yann-kaelig>
well, thc for your help. Cu later
yann-kaelig has quit []
FergusL has quit [Read error: Connection reset by peer]
FergusL has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
joeskb7 has joined #u-boot
<crb>
my board comes up with a random ethernet mac address every time which make DHCP hard, if I wanted to hard code a MAC address where would I look in the source?