-
Notifications
You must be signed in to change notification settings - Fork 425
dts: msm8909: Add support for Andromax A (A16C3H) #585
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
base: main
Are you sure you want to change the base?
Conversation
Adding Andromax A (A16C3H) To lk2nd
|
|
||
| / { | ||
| // This is used by the bootloader to find the correct DTB | ||
| qcom,msm-id = <206 0>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| qcom,msm-id = <206 0>; | |
| qcom,msm-id = <QCOM_ID_MSM8909 0>; |
206? msm8916?
https://github.com/msm8916-mainline/lk2nd/blob/main/lk2nd/include/dt-bindings/arm/qcom%2Cids.h#L75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh Sorry, I'm New Here So Just Forgive Me If I'm Wrong :)
| model = "Andromax A"; // FIXME | ||
| compatible = "andromax,a16c3h"; // FIXME | ||
|
|
||
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; | |
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; |
Use tabs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I Accidentally Press Backspace Before :)
| / { | ||
| // This is used by the bootloader to find the correct DTB | ||
| qcom,msm-id = <206 0>; | ||
| qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This device could be one of skuc device, so let's move the device to skuc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Owh, Okay
HaHmada
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've Fixed It
|
|
||
| / { | ||
| // This is used by the bootloader to find the correct DTB | ||
| qcom,msm-id = <206 0>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh Sorry, I'm New Here So Just Forgive Me If I'm Wrong :)
| / { | ||
| // This is used by the bootloader to find the correct DTB | ||
| qcom,msm-id = <206 0>; | ||
| qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Owh, Okay
| model = "Andromax A"; // FIXME | ||
| compatible = "andromax,a16c3h"; // FIXME | ||
|
|
||
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I Accidentally Press Backspace Before :)
|
duplicate, ive already added this device as Haier G151, it's quite literally the same exact device (#488) |
https://wiki.postmarketos.org/wiki/Haier_G151_(haier-g151)#Installation i need to mention that the device cannot boot lk2nd, so if you want to boot mainline linux or somethingn, you'd have to replace the bootloader itself with lk1st. the instruction above should give you some clue on how to do that |
Oh Ok, Can You Give Instructions On How To Install PostmarketOS On Haier G151/Andromax A? |
Adding Andromax A (A16C3H) To lk2nd