17:27
<
barni2000[m] >
i have updated my branch it contains mostly schema fixes and cleanups
17:28
<
barni2000[m] >
saw2 and tsens separtion is left
17:44
<
hacker420[m] >
uh guys
17:44
<
hacker420[m] >
what command do I use to pull ramoops over fastboot again
17:44
<
hacker420[m] >
from lk2nd
17:48
<
hacker420[m] >
kacper@Desktop:~/ext/mainline-cedric/.output/arch/arm64/boot> fastboot oem ramoops console
17:48
<
hacker420[m] >
FAILED (remote: 'data too large')
17:48
<
hacker420[m] >
fastboot: error: Command failed
17:59
<
hacker420[m] >
just seems to reboot
17:59
<
hacker420[m] >
maybe it has some reserved GPIOs?
18:00
<
hacker420[m] >
if anyone has any pointers
18:00
<
hacker420[m] >
downstream for reference
18:01
<
barni2000[m] >
<hacker420[m]> "what command do I use to pull..." <- from old lk2nd fastboot oem pstore
18:01
<
hacker420[m] >
I use new lk2nd
18:01
<
barni2000[m] >
there is no pstore support in it afaik
18:02
<
barni2000[m] >
but maybe i know it wrong
18:02
<
barni2000[m] >
i know it wrong
18:03
<
barni2000[m] >
it should be something under oem
18:03
<
barni2000[m] >
oem help
18:04
<
barni2000[m] >
fastboot oem ramoops
18:05
<
barni2000[m] >
it can add simplefb to the dt lk2nd.pass-simplefb(=...)
18:11
<
hacker420[m] >
<barni2000[m]> "oem help" <- nope
18:11
<
hacker420[m] >
console gives me data too large
18:11
<
hacker420[m] >
raw gives me garbage
18:41
<
barni2000[m] >
strings <raw_dump>
18:49
<
hacker420[m] >
nothing
18:54
<
barni2000[m] >
maybe the writing was too slow
18:54
<
barni2000[m] >
try gpio-reserved-range = <0 133>
18:55
<
barni2000[m] >
it is working on santoni
18:56
<
barni2000[m] >
i can try on my montana
19:08
<
Danct12[m] >
hacker420: have you tried limiting the ram size using `mem=256M`?
19:08
<
hacker420[m] >
Danct12[m]: I can try
19:09
<
Danct12[m] >
i actually have no idea if that parameter does anything on ARM
19:09
<
hacker420[m] >
Danct12[m]: doesn't work
19:09
<
hacker420[m] >
<barni2000[m]> "try gpio-reserved-range = <0 133..." <- hmm
19:10
<
hacker420[m] >
do I have to rebuild the kernel package?
19:10
<
hacker420[m] >
or can I just change the source and rebuild that
19:10
<
Danct12[m] >
hacker420[m]: it's a device tree so you only need to rebuild the dtb
19:10
<
Danct12[m] >
no need to rebuild kernel
19:15
<
hacker420[m] >
<barni2000[m]> "try gpio-reserved-range = <0 133..." <- nope
19:15
<
hacker420[m] >
<barni2000[m]> "i can try on my montana" <- yeah if you could I'd be grateful
19:15
<
barni2000[m] >
i had an working dt somewhere for 6.6
19:16
<
hacker420[m] >
try to see if 6.10 works on it too
19:16
<
hacker420[m] >
it might either be some dts issue or kernel issue
19:19
<
barni2000[m] >
it should work
19:19
<
barni2000[m] >
i can check your dt
19:21
<
barni2000[m] >
i don't find it i remember i was modified yours dt
19:21
<
barni2000[m] >
but i have find dt for land
19:22
<
hacker420[m] >
maybe it wants a board id?
19:22
<
barni2000[m] >
did you tried boot through lk2nd or lk fastboot?
19:23
<
hacker420[m] >
lk2nd
19:23
<
barni2000[m] >
you can try to get the lk2nd loog
19:23
<
barni2000[m] >
s/loog/log/
19:23
<
barni2000[m] >
oem log
19:25
<
hacker420[m] >
it tells me nothing if I fastboot boot
19:25
<
hacker420[m] >
hacker420[m]: nope
19:26
<
hacker420[m] >
<barni2000[m]> "i can check your dt" <- yeah please do
19:26
<
hacker420[m] >
maybe I missed something obvious
19:29
<
barni2000[m] >
only 1 board-id?
19:29
<
barni2000[m] >
they have a lot
19:29
<
hacker420[m] >
just added the one for my board revision
19:29
<
hacker420[m] >
for now
19:30
<
barni2000[m] >
remove ramoops node because lk2nd will add it
19:32
<
hacker420[m] >
anything else?
19:35
<
barni2000[m] >
what are the values in the qseecom node?
19:36
<
barni2000[m] >
```reg = <0x84300000 0x2000000>;```
19:36
<
barni2000[m] >
it seems fine
19:37
<
barni2000[m] >
lets try your dt on my montana
19:41
<
barni2000[m] >
mnt/linux/.output/arch/arm64/boot/dts/qcom/msm8937-motorola-montana.dtb: leds@d800: qcom,ovp-millivolt:0:0: 29500 is not one of [18100, 19600, 29600, 31100] wled is not correct it will not probing but it is not an issue atm
19:41
<
barni2000[m] >
29600 is will be fine
19:57
<
barni2000[m] >
lk2nd is not working for me idk why yet
20:02
<
hacker420[m] >
what happens?
20:02
<
barni2000[m] >
it is fine now
20:08
<
barni2000[m] >
msm id seems not fine btw
20:08
<
barni2000[m] >
qcom,msm-id = <294 66 0 0x10000>;
20:08
<
hacker420[m] >
what should be there?
20:09
<
barni2000[m] >
294 0
20:09
<
hacker420[m] >
just that?
20:11
<
barni2000[m] >
294 is MS8937 id
20:11
<
hacker420[m] >
still reboots
20:12
<
hacker420[m] >
what
20:13
<
hacker420[m] >
but at least it seemed to go at least to that
20:13
<
hacker420[m] >
but at least it seemed to go to that
20:19
<
barni2000[m] >
yes it was rebooted to me
20:20
<
barni2000[m] >
Uploading 'montana_log' FAILED (upload request failed: remote: 'no data staged')
20:23
<
barni2000[m] >
i am going to disable almost everything for test
20:34
<
hacker420[m] >
yeah feel free to tweak anything
20:34
<
barni2000[m] >
btw maybe something will be with msm8937
20:34
<
barni2000[m] >
msm8940 is working
20:36
<
hacker420[m] >
barni2000[m]: maybe
20:37
<
barni2000[m] >
twrp also rebooting
20:39
<
barni2000[m] >
it seems it is booting without lk2nd
20:40
<
hacker420[m] >
twrp?
20:40
<
barni2000[m] >
no the kerne;
20:40
<
barni2000[m] >
* no the kernel
20:41
<
hacker420[m] >
mainline?
20:42
<
barni2000[m] >
twrp is broken for montana :(
20:42
<
hacker420[m] >
wait
20:42
<
hacker420[m] >
so it boots mainline on stock bl but not on lk2nd?
20:42
<
barni2000[m] >
at least it is not rebooting
20:43
<
hacker420[m] >
hm yeah
20:43
<
hacker420[m] >
just stays on logo
20:45
<
hacker420[m] >
tested old lk2nd
20:45
<
hacker420[m] >
also reboots
20:45
<
barni2000[m] >
and what about pstore?
20:46
<
barni2000[m] >
twrp-3.4 is working
20:48
<
barni2000[m] >
ok idk i will check land tomorrow now i need to sleep because i am tire
20:48
<
barni2000[m] >
s/tire/tired/
20:49
<
hacker420[m] >
barni2000[m]: would need to see
20:49
<
hacker420[m] >
but that's for tomorrow
20:49
<
barni2000[m] >
lk2nd,pstore=<range>