-
Notifications
You must be signed in to change notification settings - Fork 2
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
samsung-a5: fb_convert_to_xrgb8888 causes data fault #2
Comments
j5x might have the same issue. uboot initially failed to boot due to #3 . i worked around that by dumping all the file in thirdstage.ext2 into system. After that it started to bootloop thus i tried do smailer thing as above . it stoped boot looping after that but uboot console didnt show up on the sceen and i dont have other way verify uboot boot |
Hi! At some point I've updated lk2nd to allow framebuffer relocation, but unfortunately I didn't have time to update this repo yet to build latest versions of lk2nd and u-boot yet. I believe you should be able to build it with latest lk2nd and update cmdline with new value: gen-uboot-img/extlinux/extlinux.conf Line 7 in f478d92
should be changed to use |
alr i builded the lastest uboot and latest main branches of lk2nd with patches from rebase/hl (bc of qhypstub (see msm8916-mainline/lk2nd#414) ) and it booted pm os that on the sdcard but the screen went black when the phone is in uboot ( linux did trun the screen on after uboot booted linux via efi) |
When booting U-Boot with
lk2nd.pass-simplefb=uboot
command line, the following exception is triggered in lk2nd:Manually commenting out
mdp_set_xrgb8888
and instead usingmdp_set_rgb565
does work.The text was updated successfully, but these errors were encountered: