libera/#maemo-leste/ Thursday, 2021-07-22

uvosmarex: no stuch guide exists, currently you cant run leste on debian because we lack systemd .serivce files / general setup00:30
uvosmarex: would be great if you could change that ;)00:30
marexuvos: OE allows me to pick whatever init system I might need, that doesn't really impact me much00:31
marexso the init system bit is not really important00:32
uvosmarex: its all also really debian specfic, lots of packages install files via /debian directory00:32
marexuvos: I can imagine how that can be reasonably easily converted to bitbake recipes00:33
uvossure00:33
marexso I think what I am looking for is some sort of from-scratch bootstrap guide00:33
marexit seems the CI is already running from some pre-bootstrapped system and just rebuilding packages in that00:33
uvosright00:34
uvosas far as what to compile in what order, i dont think we have sutch a thing00:34
uvosrebootstraping leste at this point would be quite the mess afaik, but parazyd is more knowlageable here ^^^00:34
marexlets see what crops up, thanks00:36
parazydmarex: This is somewhat of a build order: https://github.com/maemo-leste/jenkins-integration/blob/master/repos_core.py07:49
parazydThe way the packages build, is minimal Devuan chroots with git-buildpackage07:50
inetdragon06:31 <inetdragon> Wizzup, regarding the fixed wifi issue on N900, where will be the kernel fix? In which repository?09:07
inetdragon06:46 <sicelo> beowulf-devel, I believe09:07
inetdragonsicelo, could you provide a link of the source code of the repository?09:08
sicelosource code of the repository? Not sure I fully understand the question09:49
siceloThe kernel repository is, https://github.com/maemo-leste/n9xx-linux/tree/maemo/beowulf-devel09:49
siceloI seem to recall he said it's now in stable too, hence, https://github.com/maemo-leste/n9xx-linux/tree/maemo/beowulf09:51
siceloIn short, a simple apt-get update/upgrade, whether with -devel or not, should give you what you want09:51
Wizzupuvos: it was this I think https://github.com/tmlind/ddroid12:19
Wizzupmarex: btw, regarding the order to build the packages, I think this list can help: https://github.com/maemo-leste/jenkins-integration/blob/master/repos_core.py12:21
WizzupI think that is the order we built the packages in, over time we usually append packages at the bottom, so dependency wise it should mostly work out12:21
Wizzupoh, shit, parazyd already linked that12:22
Wizzupsorry.12:22
marexparazyd: Wizzup: thanks12:40
stanoanybody know what happened to Oliver McFadden?  He presented quake3 on N900 at Maemo Summit Amsterdam, 200912:50
Wizzupmarex: let us know if you have any questions/problems, happy to help13:24
uvosindeed13:29
marexI will give it a go and ask if I get stuck, not sure when, but at some point I will13:36
Wizzupuvos: so I guess for safestrap, it looks like you need to provide it with your own kexec modules and such17:28
Wizzupuvos: at least looking at the ddroid I linked earlier today17:28
uvosWizzup: ah yeah17:33
uvoson /system no?17:33
uvosthats really stupid design, this is also why they had to boot the 3.0 kernel on d317:34
uvosbecause ofc they dont want to have to include a bounch of moudles for various kernels17:34
uvosso just pilfer the modules from los then17:34
WizzupI installed safestrap 2.10, just now, as it seems to use the android kernel, btw:17:37
WizzupLinux localhost 2.6.35.7-g5fa4155 #1 SMP PREEMPT Fri Feb 24 22:09:47 CST 2012 armv7l GNU/Linux17:37
uvosyeah thats how safestrap works on d4/bionic with kern 3.017:38
uvosWizzup: thats good, since you have to kexec from this kernel in the end17:38
uvos(2.6)17:38
Wizzupyes, so maybe I can make the kexec work this time17:40
Wizzupuvos: do you know when --command-line=string is passed to kexec, when you load the kernel, or when you use kexec -e ?17:47
WizzupI assume the former17:47
uvosformer17:48
uvoskexec -e is just thtat17:48
uvos*that17:48
Wizzupok17:48
Wizzuphard to debug this kind of tsuff :)17:48
uvosWizzup: i had to compile a newer version of kexec to boot mainline btw17:49
Wizzuphm, of the binary?17:49
uvosyeah17:49
Wizzupdo you have that binary somewhere? clownboot?17:49
uvosclownboot contains the binary yeah17:49
uvosthe new kexec cant boot kernel 3.0 either17:50
uvosso it dosent work both ways17:50
uvoskexecboot also contains both for this reason17:50
Wizzupok, but I want to boot mainline17:50
Wizzupso on my old kernel, I should be able to use your new binary and hopefully have something working?17:50
uvosi hope so17:50
uvosbut depending on how i compiled it17:50
uvosit might not run on andoid 2.317:50
Wizzupit starts at least17:52
uvosnice : ), define starts17:52
Wizzupno, sorry17:54
Wizzupkexec runs17:54
Wizzupthe binary17:54
Wizzupworking on it17:54
Wizzupreally annoying that you have to load uart.ko for the kexec modules to load :/17:56
uvosyes17:56
Wizzupmakes it impossible to see if/where it fails17:56
uvosbut that was the only way the kexec module could be debugged17:56
Wizzupmhm17:57
uvoswell you have to redeirect the output to a file and examine it later17:57
uvosbu yeah i messed with this a for several hours before clownboot worked17:58
Wizzupdoes your kexec module support --devtree ?17:58
Wizzupah it is --dtb now17:58
uvosyes17:58
uvoskexec -l /zImageStatic --dtb=/omap4-droid-bionic-xt875.dtb --command-line="console=ttyS2,115200 debug earlycon rootwait rootfstype=ext2 root=/dev/mmcblk1p1417:58
uvosthats clownboots command17:58
uvosro init=/sbin/preinit.sh earlyprintk"17:59
Wizzupwell, my script now also seems to boot do something (safestrap disappears), but I don't see anything else visibly happen18:00
uvosok18:00
uvosi had a script with a sleep18:00
Wizzup(also, my laptop thinks my usb port died because the droid stopped responding)18:00
Wizzupsleep to get serial?18:00
uvosso i could unplugg usb and insert serial18:00
uvosyeah18:00
uvosalso as the name implies zImageStatic is a static kernel18:01
uvosthat also helped alot18:01
uvossince it can wake the display very early18:01
Wizzupyeah, I suppose maybe I should do that18:01
Wizzupneed to restart my laptop, usb ports are unhappy18:02
Wizzupso just make the usual config but change every =m to =y ?18:03
uvosi used make localmodconfig on a d4 and removed the sensors to make the kernel smaller18:04
uvosand then replace =m with =y yeah18:04
Wizzupis it necessarily to make the kernel smaller?18:04
uvossadly i lost the defconfig somehow :\18:04
Wizzupnecessary*18:04
uvosWizzup: no18:04
uvosif you make a new one that would be helpfull18:04
uvosbecause i have to update the clownboot kernel past 5.8 at some point :P18:05
WizzupI am just doing defconfig + sed -i 's/=m/=y/' now18:05
uvosok18:05
Wizzuphope I can at least get it to boot to something today... phew18:08
uvosits certenly a happy moment when you manage to kexec yourself out of that mess :P18:09
Wizzuphrm18:10
Wizzuparch/arm/boot/compressed/../../../../lib/../scripts/dtc/libfdt/fdt.c:79:8: error: redefinition of ‘fdt_header_size’18:10
Wizzupwhy it happens now? no idea18:13
uvosno idea18:13
uvosobj. somehow by some module being built in18:13
uvos*obv.18:13
Wizzuplet's see, building with modules now18:14
bencohWizzup: you could even skip the dtc part and give it a prebuilt dtc18:18
Wizzupuvos: ah that happens also with the mod config, so something else is up18:19
Wizzupbencoh: yeah I have a system dtc, but how to tell linux ;)18:19
uvosWizzup: do make mrproper then18:22
bencohhmm ... I guess you'd need to nullify the related rules in the Makefile18:22
Wizzupbencoh: yeah ok, but rather not go down that rabbit hole18:22
Wizzupuvos: how will that help?18:22
bencohWizzup: either that, or just copy your dtc where it should be created, and hope it works18:22
Wizzupmhm18:23
uvosi have had random compile issues in the tools after git pull on mainline before18:23
uvosmrproper aka rebuild everything helped in these cases18:23
bencohyeah, mrproper is magic sometimes18:23
Wizzupok, trying18:24
WizzupI mean I don't really need a new dtb anyway18:28
Wizzupah, no, it looks like the fdt.c errors are from the kernel needing libfdt to unpack the dts18:30
WizzupI'm using droid4-linux droid4-pending-pvr-omapdrm-v5.1118:31
Wizzupinternet suggests git clean -xdf18:32
Wizzupthat fixed it18:36
sicelo(yay! now VT-x/VT-d works fine on my laptop ... running VMs will be a better experience finally)18:37
Wizzupcool18:37
Wizzupuvos: hm, also with static kernel I don't see anything on screen, I'll try this again when I get a serial then18:52
Wizzup(later today)18:52
Wizzupwhatever the kexec thing does, it does cause my usb controller to get unhappy18:53
Wizzupinteresting though, the device doens't reset like it did before18:55
uvosprogress18:55
Wizzupmaybe18:55
Wizzupugh the usb port really stops responding, need to reboot again, will do it a bit later18:56
Wizzupnote to self: increase sleep time and disconnect usb cable18:56
Wizzupuvos: btw, if you have other ideas if I can't get anything on serial either (why kernel maybe won't boot), wouldn't mind hearing it20:14
Wizzup(getting serial in an hour or so)20:14
WizzupI think I set up the memory region correctly20:14
WizzupI could try to have a kernel with powervr too if that's somehow causing trouble20:14
Wizzupalthough I don't think safestrap sets up pvr20:14
uvoswell safestrap on d4 and i guess safestrap 2.x runs after the android userspace has booted part way20:15
uvosso if safestrap dose it or not is a moot point20:15
Wizzupdo you think android inits it before then?20:16
uvosi would leave pvr out20:16
Wizzupok20:16
uvosWizzup: on bionic yes20:16
uvosanyhow you dont want pvr anyhow20:16
Wizzupfor clown boot you mean?20:16
uvossince your trying to create a kernel for clown boot anyhow20:16
WizzupI was also just trying to get it to boot anything20:16
uvosthe kernel you create is never suposed to boot leste anyhow20:16
uvosbut kexecboot20:16
Wizzuphm20:16
WizzupI mean, ultimately, yes, but seeing anything like kernel starting would already be progress20:17
uvossure20:17
Wizzupthe zImage-static is 7.3M btw20:17
uvosif you dont get anything on serial that would be akward, since serial output should start so early that the kernel hasent messed with anything yet except the omap20:17
Wizzuplet me check if I have earlyprintk in my cmdline (will check in 30 mins)20:18
WizzupI took the cmdline from the boot.cfg for the bionic20:18
uvosso i dont really see how the device could fail that early20:18
Wizzupmaybe I just missed it on serial20:19
Wizzupwe'll know soon20:19
uvosi mean you must at least see the debug output20:19
uvosfrom kexec.ko20:19
uvosHelp im alive!20:19
Wizzupdo you mean when safestrap starts, or when I run my kexec attempt?20:20
uvosthe kexec attempt20:20
Wizzupok, let me try to catch that20:20
uvoskexec.ko prints the above line20:20
uvosand some other info20:20
uvosif you dont see that your serial setup or kexec is not working20:20
Wizzupso 'Help I am alive' is from kexec before it does final kexec call?20:21
uvosyes20:21
Wizzupcheck20:21
uvosor rather thats the first print in the kexec sequence in kexec.ko20:22
uvosthere is some stuff after that iirc20:22
uvoscompear with with a bionic maybe20:22
uvoshttps://github.com/STS-Dev-Team/kernel_kexec_modules/blob/570705185ac29da0b6ec2bab7e311b4b7b591b2d/arch/arm/mach-omap2/board-mapphone-emu_uart.c%7E#L73720:27
uvosright there20:27
uvosso its uart.ko20:27
uvoshttps://github.com/STS-Dev-Team/kernel_kexec_modules/blob/570705185ac29da0b6ec2bab7e311b4b7b591b2d/arch/arm/kernel/machine_kexec.c20:28
uvosyou should see all the printascii() commands here20:28
uvosso the last thing should be printascii("Switch stack\n"); i20:29
Wizzupok20:29
Wizzupthe kexec modules I use are pulled from safestrap 3.x' boot mechanism, and they load just fine in safestrap 2 (which makes sense, since it uses the standard kernel)20:29
Wizzupjfyi, that should be fine20:29
uvosyeah20:30
Wizzupok, back in 20 mins, should have serial then20:30
uvosbtw you sould also feal i vibrate on kexec20:37
uvosthe litte vibration the d4 makes wen you boot somehting in kexecboot20:38
uvosthats also kexec.ko20:38
uvossomehow20:38
uvosnot sure where the code for this is actually20:38
tmlindwe should just go through the pain to strip down the kexec module to bare minimum for the old kernels and leave out the serial port support, it might even make it more reliable for booting..20:56
Wizzupuvos: hm: syscall kexec_file_load not available.21:07
Wizzupso maybe your kexec is too new?21:08
Wizzupls21:08
Wizzupuvos: do you recall why you had to compile a newer kexec binary for mainline?21:10
Wizzupwith the old kexec userspace I see this as last msgs:21:11
WizzupSwitch mm21:11
WizzupSwitch stack21:11
WizzupABE21:11
Wizzupand then nothing happens21:11
Wizzupuvos: using your kexec I only see the "Help I'm alive" but never the kexec, so that makes sense, given the kexec_file_load not being available21:13
Wizzupso I guess the next steps would be to debug why the kexec with old userspace kexec fails to do anything, or to load newer safestrap again and try los/cm, to see how their kexec methods work21:13
Wizzupuvos: lol EARLY_PRINTK is not on21:15
Wizzupuvos: anything I need to do besides DEBUG_LL and EARLY_PRINTK ?21:16
uvosWizzup: i compiled newer kexec using the android 4.0 sdk because the old one dident work for me21:16
uvosbescily21:16
Wizzup(I see something regarding physical base address of debug uart)21:16
uvosits just something i tried21:16
Wizzupuvos: ok, but I mean, how did it not work, did it corrupt the kernel when loading or something?21:17
uvoswhen it dident want to boot21:17
Wizzupok21:17
uvosit failed pre final kexec stage21:17
Wizzupbecause it looks to me like the kexec userspace I have at least seems to load and attempt to boot, not sure if it does it correctly21:17
uvosno sure either21:17
Wizzuptoo bad21:17
uvostmlind: ^^^^21:17
uvoshe might know21:18
uvossince kexecboot dose the same thing21:18
uvos(different kexec binary for old vs new kernels)21:18
Wizzupuvos: hmm so I think your kexec binary also works (maybe it has a fallback to older syscall)21:19
Wizzupbut still nothing after ABE21:19
Wizzupcompiling kernel with early printk now21:19
Wizzuphttps://lists.infradead.org/pipermail/kexec/2018-February/020006.html looks like there should be a fallback indeed21:21
uvosactually ABE is correct21:21
Wizzuphm?21:21
Wizzupuvos: yeah so both kexec userspace seem to do something (trigger the whole thing)21:21
uvosABE comes after Switch stack21:22
uvosi just missed it earlyer21:22
Wizzupok, right21:22
uvosso the sequence on a bionic looks like this:21:22
WizzupI mean mostly that nothing comes after it :p21:22
uvosHelp I'm alive21:22
uvosDisable IRQ's21:22
uvosKern restart prepare21:22
uvosMachine shutdown21:22
uvosMachine kexec21:22
uvosDisable IRQ's21:22
uvosva: dfb5900021:22
uvospa: 9fb5900021:22
uvosBye!21:22
uvosFlush Icache21:22
uvosL2X0 Access21:22
uvosL2X0 Disable21:22
uvosSwitch mm21:22
uvosSwitch stack21:22
uvosABE21:22
uvos[    0.000000] Booting Linux on physical CPU 0x021:22
uvosso the 2.6 kernel is sucessfully kexecing21:22
uvosand then the mainline kernel fails to take over21:23
WizzupI see the same, but not the kernel msg21:23
Wizzupyeah21:23
uvosthats not what i saw with old kexec on bionic21:23
uvosit failed somewhere else21:23
uvosbefore bye!21:23
Wizzupok21:23
uvosmaybe cpacp is connected to a different uart21:24
uvos(the cpcap multiplexer)21:24
Wizzupbtw I see the same, except for va/pa, they are different numbers21:24
Wizzupva: da93a00021:24
Wizzuppa: 9a93a00021:24
uvosso the mainline kernel is printing somewhere else21:24
uvos(maybe)21:25
uvospa is probubly physical / virutal address21:25
uvosfor the kernel image21:25
uvosso should not matter21:25
uvosboth look like they are in ram21:26
uvossomewhere21:26
Wizzupok, well, I don't see anything on serial with earlyprintk in cmdline and also enabled in kernel21:26
uvosi wish kernel_kexec_modules had acually usefull commits....21:28
Wizzupyour hunch on the kernel writing to the wrong place, I guess that is something that can maybe be verified with the kernel src, or on a running system even?21:31
WizzupI suppose I could try to kexec the existing kernel just to see what happens, too21:31
uvosthats not it21:32
uvossince the uart.ko module writes to uart321:32
uvosand so dose mainline21:32
Wizzupok21:32
uvosso i would go diff the motorla sources now but there are like 3 changes specific to solana total21:33
uvosso that seams not helpfull21:33
uvosso next would be dts21:33
Wizzupas in, three is very few?21:33
Wizzupshould I try to boot the existing android kernel via kexec first, just to see if that works / does something?21:34
uvosalso they are not in places you would expect boot failure21:34
uvosjust periferals21:34
uvosnext would be to check stock kernel dts against bionic21:34
tmlindWizzup: so i've been using three patches for the kexec for the v3.0.8 kernel if you're rebuilding them21:34
uvosbut those where decompiled from i think (right tmlind?) idk how to do that tmlind and sre just gave me the dts for both bionic and d4.21:35
uvos*decompiled from dtb on device21:35
uvosfor the stock kernel21:35
Wizzuptmlind: I am using the kexec kernel modules from safestrap 3.x for the droid3, from the android kernel (safestrap 2 loaded). I also tried to kexec from safestrap 3, which has the 3.x kernel (probably 3.0.8), but could not find kexec modules for it21:36
tmlindyeah i used to have a patch to do the endian swap for dtc to decompile but lost it..21:36
uvosyeah i gues we need to repo that next21:37
uvosif nothing else gives21:37
tmlindWizzup: old kexec did not understand the size at least21:37
Wizzuptmlind: old kexec binary, that is?21:39
tmlindWizzup: kernel kexec too, it is now passing the zImage uncompressed size in the image21:40
Wizzupaha, that could cause some issues..21:40
Wizzupdoes it make sense to pass an uncompressed kernel as a test?21:41
WizzupI suppose it's better to just get on the same kernel and patches as what we have working21:41
uvostmlind: hmm where are these patches? clownboot uses https://github.com/STS-Dev-Team/kernel_kexec_modules/tree/3.0.8-ics-spyder21:41
uvosand that works21:41
tmlindstill trying to find them myself.. just a sec21:43
Wizzup(back in 10m)21:43
tmlindhere's some more info on the kexec module patches: https://github.com/tmlind/buildroot/commit/e53b12792a93ebab4f84e2d852297cab1ded606421:44
uvosthis is kinda an interesting study in how quickly "institutional knowledge" decays :P21:44
uvosyou would think we would have enough experiance in kexecing mapphones by now :P21:44
tmlindwell the problem is the v3.0.8 kernel needs earlier gcc to compile the modules21:45
tmlindanyways, the patches are in the http://muru.com/linux/d4/droid4-mainline-kexec-0.4.tar.xz package21:45
uvosany idea why this worked on bionic as is?21:45
tmlindnotkit did some patches to build the kernel with gcc6 i think, so now it would be possible to in theory to build them with buildroot21:46
tmlinduvos: you are probably passing the imaginary --size parameter to kexec?21:46
uvoslet me check21:47
uvosno21:47
uvoshmm21:47
uvosmaybe best not to look at it to hard21:47
tmlinduvos: i'd assume at least 0003-Fix-to-support-mainline-kexec-dtb.patch is needed?21:48
marexfreemangordon: Pali: you might want to follow up on the u-boot rx51 musb stuff21:49
tmlinduvos: so the patched up buildroot droid4-kexecboot uses has the kernel kexec patches applied, but maybe the kernel Wizzup is building does not21:51
uvostmlind: yeah i know21:51
uvosbut the module in clownboot was built by me21:51
uvosbased just on the sources from STS-Dev-Team21:52
uvosand it somehow manages to work21:52
tmlinduvos: hmm weird21:52
uvosi guess ill want to pach it when i upgrade the kernel21:52
uvoslest it explode21:52
tmlinduvos: maybe unpatched it works with some different patched up kexec-tools only?21:56
tmlindlots of time wasted with this locked down bs "security" features forcing us to do kexec :(21:57
uvostmlind: yeah :(21:57
tmlindfake security for device manufacturer, worse security for device owners21:58
uvosalso more device sales21:58
uvosbecause you cant upgrade your own android version21:58
uvosprobubly the real reason for this stupidity21:59
tmlindheh just like the bloating battery with the android kernels if left plugged in :)21:59
tmlindhey it produces more battery sales21:59
uvosi think thats just the battery being old and hvlipos not ageing well21:59
uvosbut i mean why dose d3 not get android 4 when bionic did? just market segmentation....21:59
tmlindyeah who knows22:00
tmlinduvos: so what's the version of kexec-tools you're using?22:00
uvosnot sure any more22:00
uvosid have to check the binary that is actually in the repo against what i have here22:01
tmlindok, i'm guessing you're using the safestrap kexec binary and that's why it works, but won't work with mainline kexec-tools22:01
uvosi remember trying lots of binarys from safestrap & compiling various versions from source22:01
uvosim not sure what acctually worked anymore rn22:01
tmlindyeah so if you apply the patches i listed, you should be able to use mainline kexec-tools22:02
uvostmlind: ok thats nice22:02
tmlindand be able to kexec both legacy android kernels and current mainline kernels22:02
uvosok22:02
uvosd3 hopefully soon gives me a good reason to update clownboot22:02
tmlindok22:02
tmlindzzz time here, ttyl22:05
uvosttyl :)22:06
Wizzupb22:06
Wizzupok... trying to catch up22:08
Wizzupuvos: how do you suggest I continue?22:17
uvosWizzup: try and patch the 2.6.x kernel_kexec_modules branch as suggested by tmlind22:19
uvosand find a compiler that will compile it22:19
uvosthat should be fun22:19
Wizzupok, I mean I could also go for 3.0.8 that safestrap uses if that's any easier22:20
Wizzupalthough I guess that means double kexec would be required22:20
WizzupI guess that's the case anyway, I mean triple22:21
uvosugh it hurts pls no :P22:21
Wizzupok, so trying to patch https://github.com/STS-Dev-Team/kernel_kexec_modules/tree/2.6.35-solana ?22:21
Wizzupand building the modules22:22
uvosyour gonig to need gcc 4.522:22
uvosyeah22:22
Wizzupweird that only old gcc works22:22
uvosits by design22:22
uvosthe kernel only allows you to compile it with gcc version it knows22:22
Wizzupoh, right22:22
Wizzupyeah, this is going to be a proper pain22:26
Wizzuplol22:26
Wizzuphm, I am also not passing the atags file22:28
uvosWizzup: thats not used by modern kernels22:31
Wizzupok, going to continue another time, it's def. getting more complicated than I hoped22:32
Wizzupto I need to find gcc 4.5, and build the kernel modules from the STS dev team, with tony's patches on top, and then also find newer kexec userspace, right?22:32
Wizzupfind/build22:33
uvosclown boot kexec userspace should be fine22:33
uvosif it works22:33
uvosWizzup: sec i ll compile the modules for you22:33
Wizzup"if it works" is something I've been thinking for aw hile22:33
Wizzupyou have gcc 4.5?22:33
uvosyeah22:33
uvosfor clownboot ofc22:34
Wizzupwasn't sure if 3.0.8 wanted an older gcc22:34
uvosoh its the same22:34
Wizzupok22:34
uvosproblem is that tmlinds patches dont apply to 2.622:35
Wizzupow22:35
Wizzupmight take a bit more time to compile then?22:36
uvosyeah i have to rebase the patches22:36
Wizzupok, I need to do a work thing, I'll try to be back in half an hour or so, hope that's ok22:36
Wizzup(i can postpone it if you think it'll be done quickly)22:37
uvos30min sounds about right22:37
Wizzupok22:37
uvosWizzup: wasent so bad22:43
uvoshttp://uvos.xyz/maserati/solana-kexec.tar.gz22:43
Wizzupuvos: am back23:33
Wizzupwill try, ty23:34
uvosok should work with kexec from clown boot23:47
WizzupI think that's the one I am using23:48
Wizzuphm... just getting noise on my serial atm23:50
Wizzup(might be the serial)23:50
uvosalso the prints from kexec?23:50
Wizzupno23:51
uvosjust the "mainline" ones?23:51
Wizzupsorry, internet is flaky23:51
uvosyour kernel command line might have the wrong baud rate23:51
WizzupI just got noise23:51
Wizzuplet me re-try23:51
Wizzupuvos: I guess it tries to write on non-11520023:56
WizzupI get the same 'noise' on 115200 as last run23:57
WizzupI can try 9600 or so23:57
Wizzupor any of the other ones23:57
Wizzupnot the right rate23:57
uvosWizzup: i mean the reate should be whatever you set in cmdline23:59

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!