ChanServ changed the topic of #msm8937-mainline to: Boot Linux on your MSM8917/37/40 and QM215 mobile! | GitHub: https://github.com/msm89x7-mainline | Logs: https://oftc.irclog.whitequark.org/msm8937-mainline | Bridged to #msm8937-mainline:kde.org on Matrix
<chenxuecong[m]> Which configuration should I use?
<chenxuecong[m]> How do I package the boot.img
<chenxuecong[m]> On rolex, my device keeps going into 900e
<chenxuecong[m]> Thanks
<NekoCWD[m]> <chenxuecong[m]> "How do I package the boot.img" <- You need to flash lk2nd into boot
<chenxuecong[m]> But I have flashed lk2nd
<chenxuecong[m]> How can I solve it
<chenxuecong[m]> Is there any prebuilt image for Rolex?
<Andr[m]> chenxuecong: does lk2nd recognize rolex?
<Andr[m]> i.e. do you see msm8952 and rolex on the screen
<NekoCWD[m]> Try to build lk2nd-8952 from sources
<NekoCWD[m]> I don't have rolex, but my agassi was unlocked in hacky way. I have qrd board id instead of agassi board id on it. Lk2nd need to be modified to work on it.
<NekoCWD[m]> Maybe that's your issue
<NekoCWD[m]> But without uart... Good luck with debugging :D
<barni2000[m]> lk2nd should be built from source for Rolex because I have sent fixes for panel selection in recent days, about a week ago
<barni2000[m]> pmbootstrap can make image quickly and there is no boot.img lk2nd uses extlinux config from userdata partition /boot
<barni2000[m]> Btw I have updated the wiki iirc about Rolex, if no let me know
<NekoCWD[m]> chenxuecongI can build it for you, if u want
<barni2000[m]> with prebuilt spyware 🤪
<NekoCWD[m]> barni2000[m]: ofc. Expand my doggy coin mining botnet
<NekoCWD[m]> NekoCWD[m]: thats with `LK2ND_ADTBS="msm8917-xiaomi-rolex.dtb"`
<NekoCWD[m]> (inspired by Jia Tan)
minecrell has quit [Read error: Connection timed out]
minecrell has joined #msm8937-mainline
<NekoCWD[m]> For people, who don't want to hear noise in external/internal speakers, connected to HPH output while pcm suspended: `pactl unload-module module-suspend-on-idle`
<NekoCWD[m]> it won't let pcm suspend
<barni2000[m]> i wonder if android keep pcms alive
<barni2000[m]> s/keep/keeps/
<barni2000[m]> maybe it can be fixed with pcm config?
<NekoCWD[m]> Maybe tlmm pdm lines turns into sleep and it causes noise. idk
<NekoCWD[m]> like, if there are no communication, wcd go sleep i think
<NekoCWD[m]> Or maybe I'm wrong
<NekoCWD[m]> Btw, barni, thank you for charging and battery on prada ❤️😺
<barni2000[m]> yw, i needed it also :D
<barni2000[m]> now there are 2 example for otg+charging
<barni2000[m]> 1. charger is detecting the direction
<barni2000[m]> 2. charger+gpio usb id
<barni2000[m]> almost every moto is using external usbid
<NekoCWD[m]> Agassi also have smb1360 + usb_id gpio
<NekoCWD[m]> how can i resume usb networking after otg role change
<NekoCWD[m]> ?
<barni2000[m]> if your extcons works fine it will be restored automatically when you pull out the cable
<NekoCWD[m]> Oh, i forgot to add dr_mode="otg"
<NekoCWD[m]> Gadget wasn't created by initramfs
<barni2000[m]> you should build charger as built-in
<barni2000[m]> and fg
<NekoCWD[m]> oh
<NekoCWD[m]> Yea, dr_mode="otg" doesn't help. Will change .config
<NekoCWD[m]> It work. Thank you ❤️
<barni2000[m]> 8916 has merged cdc_pdm lines
<barni2000[m]> * 8916 has merged cdc_pdm lines pins
<NekoCWD[m]> Pushed changes to my fork. Will send PR tomorrow. I've fixed panel strobbing after suspend (now it gets dimmed on edges :D), idk that's not a solve, but that's better than strobbing
<NekoCWD[m]> Now I'm going to sleep. Good night yall! 😺💤
<barni2000[m]> with 6.13 there will be less commits above 8916 about 10-15 commits is dropped
<NekoCWD[m]> Dropped like merged, or dropped like missed?
<barni2000[m]> merged upstream
<NekoCWD[m]> Cool
<barni2000[m]> 6.14 will contain more and maybe i can start upstreaming 8937 for 6.15
<barni2000[m]> it depends on my time and my energy
<NekoCWD[m]> Good luck. I think most of your patches will be accepted from first try
<barni2000[m]> 8917 had 11 revision
<barni2000[m]> and still it still has issues
<barni2000[m]> s/still//
<NekoCWD[m]> Code quality looks good for me
<barni2000[m]> i have pre cleaned up 8937 based inputs from 8917
<barni2000[m]> but i will need to drop nodes from it before submission