-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable booting from sata (after u-boot) #1
Comments
The solution to 1 is rather simple, and implemented in my u-boot fork. Then however I found that my new SSD was not being detected, so I looked around on Marvells side and found this interesting patch which appears to delay link detection, and gets the ssd detected for me. Sadly however I then noticed that I see the SSD twice now! That is also a hint for me that maybe spinning drives are seen twice, too (though hard to know if you put in identical ones):
At this point I have to stop due to time constraints, maybe somebody else wants to pick this up? |
Hi @Artox , Thanks for the pointer, I need to take a look on that delay link detection. Actually for problem no 1, you don't need to change BOOT_TARGET_DEVICES_SATA into BOOT_TARGET_DEVICES_SCSI. scsi0 is included in boot_targets. I tested it using Armbian on SATA drive connected to 1st SATA port.
As you can see above, I don't have any problem with SSD detection (well, I think it's worth to mention that the drive is SATA II) but definitely something wrong with the SATA initialization and it seems only 1st controller that is initialized.
|
Hi everybody,
I have noticed that booting from sata drives is not currently enabled in the Helios-4 U-Boot.
There are 2 independent problems:
2a. first drive on each controller is detected twice
The text was updated successfully, but these errors were encountered: