-
Notifications
You must be signed in to change notification settings - Fork 90
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
add rock-3a m.2 e-key sata dts and defconfig #95
add rock-3a m.2 e-key sata dts and defconfig #95
Conversation
Signed-off-by: pykpkg47 <pykpkg@protonmail.com>
Signed-off-by: pykpkg47 <pykpkg@protonmail.com>
Hi @pykpkg47, please add the following configs: CONFIG_SATA=y |
|
|
Certainly, "CONFIG_CMD_SATA=y" is an optional configuration option. |
c3baf4e
to
7a35264
Compare
added the configs , build u-boot without error, will test later on device |
Tested with added config options sata boot still works |
I tested just now, it works too. |
Hi. I can see that there is |
7a35264
to
58a94c6
Compare
done changed carriage returns to Line Feed (though git in vscode does that themself but was wrong) |
Thanks. I see that rock-3a-sata-rk3568_defconfig is correct. Please also modify file dts rk3568-rock-3a-sata.dts. |
Signed-off-by: pykpkg47 <pykpkg@protonmail.com>
58a94c6
to
fda58fc
Compare
I rewrite the pr and merge it. @pykpkg47 Thanks for your great work. |
Added dts for rock-3a which switches m.2 e-key to sata and a defconfig which enables the needed options for sata
Tested with m.2 sata ssd , boot works if first partition(/boot) is vfat
depends on #94 which has to be merged first