2024-02-27.log

- mjw (QUIT: Ping timeout: 255 seconds) (~mjw@gnu.wildebeest.org)00:25
- S0rin_ (QUIT: Ping timeout: 264 seconds) (~S0rin@user/s0rin)00:41
+ S0rin_ (~S0rin@user/s0rin)00:42
- S0rin_ (QUIT: Ping timeout: 264 seconds) (~S0rin@user/s0rin)01:06
+ S0rin_ (~S0rin@user/s0rin)01:08
- S0rin_ (QUIT: Ping timeout: 264 seconds) (~S0rin@user/s0rin)01:46
- jacobk (QUIT: Ping timeout: 268 seconds) (~quassel@utdpat241106.utdallas.edu)01:49
+ S0rin_ (~S0rin@user/s0rin)01:51
- S0rin_ (QUIT: Ping timeout: 264 seconds) (~S0rin@user/s0rin)01:56
+ S0rin_ (~S0rin@user/s0rin)01:57
+ jacobk (~quassel@utdpat242094.utdallas.edu)02:19
- colinsane (QUIT: Quit: bye) (~colinunin@97-113-159-4.tukw.qwest.net)02:22
+ colinsane (~colinunin@97-113-159-4.tukw.qwest.net)02:25
- f_ (QUIT: Read error: Connection reset by peer) (~dingus@fases/developer/funderscore)04:13
+ f_ (~dingus@fases/developer/funderscore)04:15
- cobra (QUIT: Quit: ZNC 1.8.2 - https://znc.in) (~cobra@user/Cobra)04:18
+ cobra (~cobra@user/Cobra)04:23
- jacobk (QUIT: Ping timeout: 240 seconds) (~quassel@utdpat242094.utdallas.edu)04:54
+ jacobk (~quassel@utdpat242016.utdallas.edu)06:04
- jacobk (QUIT: Ping timeout: 240 seconds) (~quassel@utdpat242016.utdallas.edu)06:51
- S0rin_ (QUIT: Ping timeout: 264 seconds) (~S0rin@user/s0rin)07:05
- qbit (QUIT: Remote host closed the connection) (~qbit@mail.suah.dev)07:06
+ S0rin_ (~S0rin@user/s0rin)07:06
+ qbit (~qbit@mail.suah.dev)07:09
+ jacobk (~quassel@129.110.242.173)07:31
+ chomwitt (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)07:37
- chomwitt (QUIT: Ping timeout: 246 seconds) (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)08:31
- S0rin_ (QUIT: Ping timeout: 256 seconds) (~S0rin@user/s0rin)08:52
+ S0rin_ (~S0rin@user/s0rin)08:53
- Nixkernal (QUIT: Read error: Connection reset by peer) (~quassel@2a02:1210:1613:e600:e438:f618:e74b:6f8e)09:28
+ Nixkernal (~quassel@2a02:1210:1613:e600:e438:f618:e74b:6f8e)09:29
+ chomwitt (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)09:31
+ mjw (~mjw@gnu.wildebeest.org)09:37
minuteTIL there is a cursor plane (hw cursor) implementation that should work on a311d, but reads like not on native x11 https://github.com/superna9999/linux/commit/e7d277e6ec2505ae68499a2661e4ace83189486c09:47
- pandora (QUIT: Quit: Connection closed for inactivity) (uid585533@id-585533.ilkley.irccloud.com)09:50
- chomwitt (QUIT: Ping timeout: 264 seconds) (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)10:25
- jacobk (QUIT: Ping timeout: 240 seconds) (~quassel@129.110.242.173)10:48
- klardotsh (QUIT: Ping timeout: 246 seconds) (~klardotsh@c-67-170-115-80.hsd1.wa.comcast.net)11:10
- S0rin_ (QUIT: Ping timeout: 256 seconds) (~S0rin@user/s0rin)11:18
+ S0rin_ (~S0rin@user/s0rin)11:19
- mjw (QUIT: Ping timeout: 264 seconds) (~mjw@gnu.wildebeest.org)11:43
* Guest1286 -> mjw11:50
+ wielaard (~mjw@gnu.wildebeest.org)12:17
digitalrayneminute: i've set up a CI job to build modified OpenBSD 7.4 and 7.5 (-current snapshot) install images for reform, including the built u-boot binary https://source.mnt.re/reform/reform-openbsd/-/pipelines/1656 - understandably, there are no runners assigned to the project, but if you would like these to be built on source.mnt.re then this config should enable that12:18
digitalraynei also made some further devicetree tweaks and got the SD card and all UARTs detected by OpenBSD (they didn't before), and worked out that the backlight brightness just works via wsconsctl on OpenBSD12:19
digitalraynei'm currently compiling OpenBSD for reform on my reform too :)12:20
joschdigitalrayne: the .gitlab-ci.yml references a ./build-images.sh but i don't find that script in the repo12:20
digitalraynethat's very likely an omission on my part12:21
digitalrayneThe following paths are ignored by one of your .gitignore files: build-images.sh (that will do it...)12:21
digitalraynegood catch josch :)12:22
digitalrayneit should now be fixed12:22
joschi checked out the script, looks cool! :)12:24
joschdigitalrayne: that git repo is u-boot -- are there changes to upstream u-boot that are required for openbsd?12:25
digitalrayneyes unfortunately, there are some DT changes, plus there are some newer commits in upstream which break booting on reform which I haven't managed to bisect yet12:26
- bluerise (QUIT: Quit: brb) (~bluerise@p5b211cd4.dip0.t-ipconnect.de)12:26
joschdigitalrayne: maybe instead of having the full u-boot source in that repo, do what is done for reform-ls1028a-uboot and others: https://source.mnt.re/reform/reform-ls1028a-uboot/-/blob/main/build.sh?ref_type=heads12:27
joschessentially that script clones upstream u-boot at a given commit and then applies some patches12:27
joschthat way, the repo will only include the build script and the patches12:27
digitalraynethat's a cool idea, I'll look into adapting to this approach12:27
joschand then it becomes clear what the changes to upstream u-boot actually are12:27
joschthat approach also clearly documents the u-boot version that was still working12:29
joschjust an idea :)12:29
digitalraynethis was all based on an existing fork so I haven't gotten to the point where I understand the full delta between upstream uboot and this but once I do, I agree that's a much cleaner approach12:29
digitalraynethis also carries the patch for the reform modifier keys in u-boot (shift key etc.) and I want to look at the kb firmware and see if we can get rid of that patch too12:30
digitalraynetoo many ideas, not enough time heh12:30
+ bluerise (~bluerise@user/bluerise)12:49
- hramrach (QUIT: Quit: WeeChat 3.4.1) (~hramrach@nat2.prg.suse.com)13:19
+ hramrach (~hramrach@nat2.prg.suse.com)13:27
+ chomwitt (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)13:51
- wielaard (QUIT: Ping timeout: 260 seconds) (~mjw@gnu.wildebeest.org)13:59
- aperezdc (QUIT: Remote host closed the connection) (~aperezdc@46.23.89.43)14:20
+ aperezdc (~aperezdc@46.23.89.43)14:20
- Nixkernal (QUIT: Ping timeout: 260 seconds) (~quassel@2a02:1210:1613:e600:e438:f618:e74b:6f8e)14:32
+ Nixkernal (~quassel@2a02:1210:1613:e600:adc5:3aaa:da01:73b2)14:33
- natalie (QUIT: Quit: quit) (~natalie@user/natalie)15:30
+ natalie (~natalie@user/natalie)15:30
- chomwitt (QUIT: Ping timeout: 264 seconds) (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)15:59
minutedigitalrayne: awesome, i can assign a builder later17:30
+ chomwitt (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)17:40
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:20)18:11
- chomwitt (QUIT: Ping timeout: 260 seconds) (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)18:13
+ erle (~erle@2a02:8109:da01:6400::311a)18:44
f_Is `reformer` an IRC logger?18:45
+ wielaard (~mjw@gnu.wildebeest.org)18:50
* mjw -> Guest968918:52
- Guest9689 (QUIT: Killed (tungsten.libera.chat (Nickname regained by services))) (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)18:52
* wielaard -> mjw18:52
+ Guest9689 (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)18:52
- S0rin_ (QUIT: Ping timeout: 256 seconds) (~S0rin@user/s0rin)19:24
minutef_: yes19:26
f_ok19:26
+ S0rin_ (~S0rin@user/s0rin)19:27
+ klardotsh (~klardotsh@c-67-170-115-80.hsd1.wa.comcast.net)19:51
minutefinally we have a console on rk3588 (before the display would work only in sway)19:54
digitalraynenice20:53
minutedolphin still can't render though (as opposed to on a311d), i guess the mesa driver still needs a bit more time to mature21:06
+ jacobk (~quassel@utdpat241106.utdallas.edu)21:18
+ chomwitt (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)21:31
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)22:45
- jacobk (QUIT: Ping timeout: 260 seconds) (~quassel@utdpat241106.utdallas.edu)22:52
- chomwitt (QUIT: Ping timeout: 240 seconds) (~chomwitt@2a02:587:7a18:fc00:1ac0:4dff:fedb:a3f1)23:24

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