<
barni2000[m]>
there is a chance it will be very similar for motos what we have check them
<
barni2000[m]>
<mk[m]> "I got lk2nd to recognize the..." <- do you have an sd?
<
barni2000[m]>
--gcc6 is not needed mainline kernel compiles with latest gcc
<
barni2000[m]>
nowdays i am start porting with minimal dtb with fb+reserved memory
<
barni2000[m]>
i will make another test branch for smgr+sns-reg
<
mk[m]>
<barni2000[m]> "do you have an sd?" <- Yep
<
mk[m]>
<barni2000[m]> "`cat Image.gz <dtb> > something`..." <- I see, so should I just compile an unmodified kernel and add my dtb into that?
<
mk[m]>
* Yep, but how could I use it?
<
barni2000[m]>
you should add your the dt in the kernel tree
<
barni2000[m]>
<mk[m]> "Yep" <- `pmbootstrap install --sdcard /dev/<sd>`
<
barni2000[m]>
but first you will need fastboot boot until you have find out the fb and gpio-reserved-ranges
<
barni2000[m]>
smgr is working on santoni and not working on hannah
<
barni2000[m]>
your minimal dt should contain reserved mem, and fb and regulators
<
barni2000[m]>
you can use your downstream fdt as a reference for voltage values
<
barni2000[m]>
and lk log for fb memory address
<
barni2000[m]>
also you should check other devices
<
barni2000[m]>
do you have 8920 or 8917 variant?
<
mk[m]>
8917 variant
<
mk[m]>
I have checked dts with nora and hannah
<
barni2000[m]>
does james using pmi8950?
<
mk[m]>
That I don't know
<
barni2000[m]>
you can find out grep for pmi8950 in your downstream fdt
<
mk[m]>
Is fdt an extracted dtb from the phone?
<
barni2000[m]>
adb pull /sys/firmware/fdt
<
barni2000[m]>
fdt means flattend device tree
<
barni2000[m]>
s/flattend/flattened/
<
barni2000[m]>
dtc fdt | grep pmi8950
<
barni2000[m]>
nora will be a good reference for james
<
mk[m]>
I'll do some testing
<
barni2000[m]>
i will stop spamming now you will test it if you want