2024-07-03.log

chartreuseMight give bookworm a try then upgrade to testing to see how that behaves. Though the only breakage I'm seeing right now is FreeCAD on unstable00:00
joschthe reform repo only has unstable, but you can mostly mix that with testing00:00
- xktr (QUIT: Ping timeout: 264 seconds) (~xktr@user/xktr)00:02
+ xktr (~xktr@user/xktr)00:02
joschchartreuse: one problem with mixing the reform repo with testing is every time that gcc didn't transition to testing yet00:03
chartreuseAh okay, so some stuff in that repo is depending on the latest gcc00:04
chartreuseDoes it need the latest gcc though, or would setting it to something like gcc > 11 be enough00:04
joschchartreuse: the dependency relationship is very strict00:07
joschchartreuse: the problem is linux-libc-dex00:07
chartreuseAh that makes sense00:08
joschand you need that because you want to build the reform-lpc dkms module00:08
josch*linux-libc-dev00:08
chartreuseI didn't think you needed the latest libc to build a dkms module, just the same one that the kernel is build on. But I guess the kernel is in unstable so it's being built on the latest00:09
chartreuseI might give the bookworm image a try later. I imagine it (besides those issues) should work fine on an 8mq since I have a ath9k wifi module so won't lose that00:10
joschchartreuse: why do you want a kernel later than bookworm if you have the imx8mq?00:12
- Gooberpatrol66 (QUIT: Ping timeout: 264 seconds) (~Gooberpat@user/gooberpatrol66)00:14
- qbit (QUIT: Remote host closed the connection) (~qbit@mail.suah.dev)00:26
+ qbit (~qbit@mail.suah.dev)00:28
+ Gooberpatrol66 (~Gooberpat@user/gooberpatrol66)00:36
- qbit (QUIT: Remote host closed the connection) (~qbit@mail.suah.dev)00:41
+ qbit (~qbit@mail.suah.dev)00:43
+ chomwitt (~chomwitt@2a02:587:7a1b:1e00:1ac0:4dff:fedb:a3f1)00:44
- qbit (QUIT: Remote host closed the connection) (~qbit@mail.suah.dev)00:48
+ qbit (~qbit@mail.suah.dev)00:50
chartreuseI don't really, just was thinking of putting something more "stable" on here. But might just stick with sid00:57
- xktr (QUIT: Quit: leaving) (~xktr@user/xktr)01:23
- mjw (QUIT: Ping timeout: 264 seconds) (~mjw@gnu.wildebeest.org)01:39
+ xktr (~xktr@user/xktr)01:57
- q66 (QUIT: Quit: WeeChat 4.0.2) (~q66@q66.moe)02:39
+ q66 (~q66@q66.moe)02:46
- q66 (QUIT: Client Quit) (~q66@q66.moe)02:46
+ q66 (~q66@q66.moe)02:47
- nsc (QUIT: Ping timeout: 240 seconds) (~nicolas@i5C74DD2D.versanet.de)03:11
+ nsc (~nicolas@29-98-142-46.pool.kielnet.net)03:13
violetthe pocket reform is here :)03:28
- Manis (QUIT: Quit: Gateway shutdown) (01a66df340@77-56-188-94.dclient.hispeed.ch)04:03
- chomwitt (QUIT: Ping timeout: 246 seconds) (~chomwitt@2a02:587:7a1b:1e00:1ac0:4dff:fedb:a3f1)04:18
- bkeys (QUIT: Remote host closed the connection) (~Thunderbi@45.134.140.153)04:23
- akira (QUIT: Ping timeout: 268 seconds) (~akira@37.4.230.225)05:57
+ akira (~akira@37.4.230.225)06:00
- akira (QUIT: Read error: Connection reset by peer) (~akira@37.4.230.225)06:12
+ akira (~akira@37.4.230.225)06:14
reform12872@josch: it seems i can't manage to build the image07:19
reform12872it sill dies with -j207:20
reform12872https://mister-muffin.de/p/MfSh.txt07:20
reform12872https://mister-muffin.de/p/MfSh.txt07:20
reform12872any other ideas i could try?;07:20
joschfatal error: Killed signal terminated program cc107:41
joschinteresting!07:41
joschbuilding the kernel image works for me even with six parallel processes07:41
joschmaybe that is because i am using swap?07:42
joschreform12872: do you have any swap configured?07:42
- akira (QUIT: Ping timeout: 268 seconds) (~akira@37.4.230.225)07:50
+ akira (~akira@2a01:599:a25:97c3:38b2:1449:228:176)07:51
+ Manis (01a66df340@77-56-188-94.dclient.hispeed.ch)08:01
chartreuseIf you look in dmesg you can probably check if the OOM killer is what killed it08:24
chartreuseIt'll have a line like "Out of memory: Kill process ..." 08:24
chartreuseHaving some swap would be a good idea, though make sure you're not running something memory hungry like a browser while doing the compiling. I believe you should just be able to also restart the compilation with the same command and it should pick up assuming no make clean has been done08:25
joschon my a311d reform i have 8 GB of swap configured and am running a browser and all my other normal stuff while compiling src:linux08:28
chartreuseI don't remember having any swap setup when I was originally messing with compiling some earlier 6.x kernels a year ago or such. Though maybe I did. I know I was trying to setup zram or zswap back then doing that08:33
joschchartreuse: but was that on the imx8mq?08:34
chartreuseYes08:34
joschthen i had the same experience08:35
chartreuseI didn't think that'd make much difference with compiling, but dunno08:35
joschi think the problem is that the a311d has less ram but more cores08:35
joschso by default, sbuild will use all available cores which is six on the a311d08:35
joschwhile having less memory than imx8mq with four cores08:35
joschso sbuild will have spawned less processes in parallel on a machine with more memory08:35
chartreuseBoth have 4GB though? I would have though then doing a -j4 or -j2 would have solved that then08:36
joschsince a311d has 50% more cores, i learned to be much more careful with my ram than i had been with imx8mq08:36
joschchartreuse: no, a311d has 3.6 GB08:36
chartreuseAh the video buffer takes from ram on there then08:36
joschyes, i have zero use for 400 MB video memory but what can you do :)08:37
chartreuseAnother option to swap space on a nvme or such is setting up zswap to use some of your ram as a compressed swap space. That's my normal setup on here with 2GB given to that08:37
chartreuseer zram not zswap (similar but different)08:37
joschwith my 8 GB of swap i usually do not run into memory problems -- no idea if it's faster to use zram (and pay the cpu cost) or use more swap (and pay the ssd slowness cost)08:38
chartreuseWith the higher core count on the a311d I'd assume it'd be more worth while on there, I have mine set to zstd compression and I've not really noticed it too bad, can even set lz4 for even faster speed at cost of compression ratio08:39
chartreuseCan actually use both too with zram having a higher swap priority. zram with CONFIG_ZRAM_WRITEBACK can also then fall back nicely to a swap file behind that. 08:41
chartreuseThough depending on the workload maybe having the full 3.5G of main memory makes more sense, rather than giving up half of that to compressed ram08:41
chartreuseI don't think anyone really knows what's the best or benchmarked all the swap approaches08:42
chartreuseMain reason I was going for it was just general aversion to swap hammering ssds08:43
joschmakes sense08:47
joschand clearly benchmarks would be nice08:47
joschbut those are obviously highly system dependent :)08:47
chartreuseWas just loading a bunch of applications to see how it was going to respond to memory pressure, and noticed that Prusaslicer no longer is working right just showing a while area for the build volume and a warning about an unsupport OpenGL version. Guess they increased their minimum since last year09:01
chartreuseIt wants 3.2 now, while the etnaviv driver on here is 2.109:01
- jjbliss (QUIT: Ping timeout: 252 seconds) (~jjbliss@1464766-static.elnsmiaa.metronetinc.net)09:07
minutechartreuse: tried overriding to 3.2?09:10
chartreuseI don't remember the commands for it, though I figure it was just trying anyway since it launched fine and didn't error out09:12
chartreuseMESA_GL_VERSION_OVERRIDE=3.2 then gives a list of missing shaders and then basically the same inapp behaviour09:13
chartreuseWith the override set the errors are basically being unable to compile the shaders since it's requiring 1.4 and overriding that won't change it09:17
chartreusehttps://github.com/prusa3d/PrusaSlicer/issues/1233409:20
+ jjbliss (~jjbliss@1464766-static.elnsmiaa.metronetinc.net)09:20
chartreuseSounds like it was changed early this year, and quite a few people are complaining and finding workarounds for it, since lots of people used it on the RPi and even the Pi 5 only has 3.1 support09:21
- cobra (QUIT: Ping timeout: 268 seconds) (~cobra@user/Cobra)09:24
pandoraI will try to run the script with like 8 GB of swap09:39
- reform12872 (QUIT: Remote host closed the connection) (~user@business-90-187-186-49.pool2.vodafone-ip.de)09:46
minutechartreuse: you also need to set MESA_GLSL_VERSION_OVERRIDE=320 but it might still not work09:54
joschpandora: you can just use a swapfile for testing purposes and create a real partition for it later10:00
joschminute: do we have these kind of workarounds documented somewhere?10:00
joschthey pop up every once in a while and I find myself grep-ing the irc history too often :D10:01
minutejosch: yes, in the operator handbook10:01
joschaha!10:01
minutejosch: https://mntre.com/reform2/handbook/software.html#gpu-hacks10:02
minute(it's new since rev 2 of the handbook)10:02
joschperfect, thank you!10:02
joschshame on me -- i had reviewed that and should've remembered :D10:02
joschis anybody using emulate.sh in the reform-system-image repo to test the system images?10:03
joschi have a bunch of changes/improvements and maybe somebody wants to test them10:03
minutejosch: haha no shaming necessary10:03
minutejosch: well, i haven't used it in a while (i think last time i tried it was broken). it's useful for sure10:03
vkoskivI feel quite tempted to grab the v2 book on my next order. I don't think my name has ever appeared in a book before :D10:04
chartreuseminute: Same issue with that override, it's trying to use GLSL 1.4 10:04
vkoskiv(Thank you for including it, made me smile!)10:04
minutechartreuse: weird but ok!10:04
minutevkoskiv: nice :310:04
chartreuseAnd some 1.5 ones too:  Unable to compile vertex shader of shader program 'dashed_thick_lines':10:04
chartreuse0:1(10): error: GLSL 1.50 is not supported. Supported versions are: 1.00 ES10:04
joschvkoskiv: my name never appeared in a book together with Lukas' so I also totally will get myself a physical copy for the bookshelf the next time i order something from MNT :)10:05
chartreuseOh hey I'm in there too, so maybe I should finally get a physical copy. And also get some upgrades like the protected battery boards XD10:06
chartreuseOne of the few people in there under a pseudonym XD10:06
joschchartreuse: you really want the protected boards -- they will let you sleep so much better at night :D10:07
joschchartreuse: would you have preferred the name your government knows you by instead?10:07
chartreuseHeh yeah I know, I already had managed to drain the cells once and had to replace some of them10:08
chartreuseI was one of the ones concerned about the lack of undercharge protection in the first place too XD10:08
chartreuseLooking at the store keeps making me eye the RK3588 boards as expensive as they are, would be a fun upgrade 10:10
joschthe trend goes to a second reform! ;)10:10
pandora@josch: hehe yeah just use a 8gb swap file. It’s compiling rn. Gonna see the results in a few hours I guess :D10:10
joschhttps://tooting.ch/@vimja/11266840606749820710:11
chartreuseGoing to kill me through my wallet with upgrades, like a Pocket Reform, or a Reform Next XD10:11
joschi'm currently half jobless but got a new half-job starting in october, so that means more money for MNT then and since the rk3588 is still a few months away, this might align nicely :)10:14
minute:D10:15
chartreuseYeah I'm applying for jobs right now, so hoping to be able to afford it when it comes out, kinda like when I got the reform in the first place10:15
chartreuseNeed someone to come up with some 18650 lifepo4 cells at >2000mAh capacity to make up for the higher power draw10:16
chartreuseThough honestly the life span of the 8mq on these 1800's is plenty fine for me, even with basically no automatic power savings10:17
minutepower draw on rk3588 is not that bad, except if you heavily exercise it of course :D10:17
- lexik_ (QUIT: Read error: Connection reset by peer) (~lexik@93.185.97.218)10:17
joschchartreuse: you might be interested in the reform-next then, as that may support multi-chemistry charging, so li-ion cells with higher power density would be a possibility10:17
joschminute: my cpu is idle 99% of the time, i think personally i'm mostly interested in the power draw of "sway is running with 10 terminals open" :)10:18
minutejosch: i think the rk itself draws around 4W then10:18
joschthat's real nice!10:18
minutehuh, this might be a "light" version of rk3588 combined with rcm4 https://www.cnx-software.com/2024/07/03/orange-pi-cm5-a-raspberry-pi-cm4-alternative-with-up-to-16gb-ram-256gb-emmc-flash/10:19
joschreform.d.n just had the first successful run of its scripts via cron since may 15 :)10:20
minutehas a third connector though so might not be immediately 100% useful10:20
joschpandora and ex-parrot gave me some good motivation -- so thank you two! :)10:20
chartreuseOh so it's actually more variable than the 8mq is, seems to draw 240-280mAh depending on load10:20
joschwow, three clicks to get the cnx-software cookie banner to go away...10:21
chartreuseI do like the use of lifepo4 though, even though it's not as energy dense as li-ion (1800vs3000) for 18650's10:21
+ lexik (~lexik@93.185.97.218)10:22
joschchartreuse: for me, i really like the argument regarding conflict material in my cells10:22
joschi'm surprised companies are announcing cm4 modules still. I weren't aware they are still that popular. I also wonder if/when there might be a cm5 or a raspi5 in cm4 form factor (hopefully the latter i guess)10:23
vkoskivSalt batteries aren't there yet wrt. energy density, but I did see one for the first time on a store shelf a few weeks ago!10:24
pandora@josch: I will continue to generate more motivation since I got my own reform now and want to push it a bit :P10:24
chartreuseThe salt ones do seem to have a much more sloped discharge curve and still lower that lifepo4 but always neat to see newer techs10:24
joschpandora: yeeeeees! :D10:25
chartreuseI did miss out on a year of my Reform so getting back into the full swing of it again10:25
vkoskivSalt is neat because it's salt, kind of hard to make a conflict mineral out of that :D10:25
vkoskivThough I'm sure some people will try anyway10:25
joschvkoskiv: re salt batteries, you saw this, right? https://tiny.tilde.website/@lykso/11222154402555135710:26
chartreuseClearly the solution is to use a material found everywhere on earth, lead. And mix it with some kind of acid as an electrolyte :P10:26
joschi really like lead batteries -- i'd not give our students any other chemistry ;)10:27
chartreuseThough laptops with them went away fairly quick in the early 90s XD10:28
chartreuseFor their experiments they really would have benefited from an original plain battery board it seems, since the protection is setup for lifepo4. Plus needing to change the resistor divider on the charger circuit10:30
chartreuseI have no desire to use them, but presumably that voltage divider could be changed too use li-ion cells in the reform as well, by setting the charge current to 4.2 instead of 3.65, then tweaking the LPC firmware to suitable values10:32
chartreuses/current/voltage/10:33
joschchartreuse: maybe but you then also need some temperature monitoring for safety, no?10:33
chartreuseCould use protected cells, and set the charge current to be low enough to not be as much as a worry. 10:34
chartreuseI was looking at the LPC firmware again since I replaced the hacktheplanet header I accidentally melted last time. And messing up the balacing logic is keeping me from hacking that controller all too much even though it has plenty of gpios free10:35
chartreuseFor Li-ion could make a custom protected battery board with li-ion protection circuits as well. It's not an impossible setup10:36
joschimpossible it certainly is not :)10:37
chartreuseThe reform is currently charging at around 1C I imagine (-1.46A) That's not unreasonable for li-ion, though could be set lower for safety/longevity too10:37
joschbut it's probably easier to wait for Lukas to do the work for us in the Reform Next :)10:37
chartreuseBut then I'd have to buy another laptop instead of hacking :P10:37
joschhehe :)10:38
joschnew emulate.sh for anybody who'd like to give it a try: https://source.mnt.re/reform/reform-system-image/-/merge_requests/10110:39
chartreuseJust like my mind was looking at the audio circuit and noticing the IC has a 3rd mono output and thinking about adding a "subwoofer" type amp on there. I was originally thinking it wouldn't work since the pin isn't broken out to a pad, but I did just look under my reform and noticed that there's solder visible around the chip so a wire *could* be tacked on10:39
chartreuseI know you and minute have added the pocket reform speakers in parallel, but not sure how good that is for the quality/chip as that would lower the impedence to 4 ohms instead of 810:40
chartreuseWas also looking at digikey and seeing there was another speaer brand that has an 13x18 or such speaker the same size as the normal ones and wondering if it'd be any louder 1:1 swapped10:41
chartreuseI'm sure the whole lack of loudness thing on the built in is that there's no room for a large resonance box in such a compact speaker10:41
joschsince my personal use is "make episodes of my little pony louder for the little ones", speaker quality was of little importance to me :D10:41
chartreuseHeh yeah. I already improved the headphone output on mine, so that takes care of most of the quality concerns. 10:42
chartreuseWith the big 330uF electrolytic dc blocking caps to improve bass response10:42
chartreuseSoldered to the tiny 0402 pads where the 47uF ceramics lived10:43
joschuff i'd like to have your fingers XD10:43
amospallajosch: yeah, it was not the first login, but I remember one root login had no bash.10:44
chartreusehttps://tiny.tilde.website/@lykso/11222154402555135710:44
chartreuseOops10:45
joschamospalla: thank you for confirming -- i have to figure out what's going on there...10:45
joschfunnily i cannot reproduce it in qemu10:45
chartreusehttps://community.mnt.re/t/speakers-too-quiet-try-this/375/610:45
amospallajosch: it happens, but it has bash on /etc/passwd10:46
joschyeah, i was confused by that too10:47
joschhow does it give me /bin/dash if it says otherwise in /etc/passwd10:47
chartreuseIs /bin/bash symlinked to /bin/dash?10:47
amospallanever saw that before10:47
chartreuseMight do that if bash isn't installed to help with scripts10:47
chartreuseor /usr/bin/bash alternatively10:47
joschchartreuse: nope, typing "bash" gets me to bash10:48
chartreuseIf you type the path it shows in /etc/passwd does that bring you to bash though?10:48
chartreusePerhaps it's /bin/bash while bash is installed at /usr/bin10:48
joschit is installed in /usr/bin but /bin is a symlink to /usr/bin10:48
chartreuseHmm10:49
joschi suspect it is something to do with the custom profile.d scripts the system image ships10:49
chartreuseIs bash in /etc/shells? Though I figure if it wasn't a valid login shell it's fail rather than dash10:49
chartreuseOr something in systemd yeah10:49
joschyes, both /bin/bash as well as /usr/bin/bash is in /etc/shells10:50
chartreuseINB4 setting up the only sysvinit MNT reform :P 10:51
chartreuse(Though I guess people are running BSD on them... so they do have a plain init type reform)10:52
amospallapstree shows: "greetd --session-worker 12" -> sh -> bash10:52
joschaha, maybe it's greetd10:52
amospallathat is, root logged in, into sh, and then I typed bash10:52
joschcommand = "/usr/sbin/agreety --cmd /bin/sh"10:52
joschamospalla: it's greetd!10:52
joschthank you!! :D10:53
chartreuseOddly /usr/bin/sh is a symlink to /usr/bin/dash, but running it and echo $SHELL gives /bin/bash10:53
amospallaglad to help10:53
chartreuseI guess dash just reports bash10:54
chartreuseSince it's ignoring my .bashrc10:54
chartreuseminute: Did try that LIBGL_ALWAYS_SOFTWARE=1 you mentioned for prusa-slicer and it does work in software at least, but quite slow as expected10:56
+ mjw (~mjw@gnu.wildebeest.org)10:59
joschand that's also why the problem does not appear in qemu, because there i have a login via serial and greetd is configured to show up on virtual terminal 711:01
vkoskivWhat I want is a flag like LIBGL_ALWAYS_SOFTWARE, but where it only emulates a feature in software if it isn't supported in hardware11:03
vkoskivI think 99% of the things Blender does are supported in hardware, but I have to set everything to software, or nothing at all11:04
+ cobra (~cobra@user/Cobra)11:04
vkoskivI don't mind unsupported features being slow, as long as the basic stuff is still accelerated11:04
chartreusePresumably can be done at the driver level adding emulations in there to get a higher version number, though would be nice if mesa could do that like you said for just ones that no accelerated routine exists11:09
- colinsane (QUIT: Quit: bye) (~colinunin@97-113-64-230.tukw.qwest.net)11:10
+ colinsane (~colinunin@97-113-64-230.tukw.qwest.net)11:16
erle> where it only emulates a feature in software if it isn't supported in hardware11:29
erlearen't the gallium drivers working like that?11:29
amospallaOn my Pocket Reform, greetd's shutdown fails with "Command failed: no such file or directory (os error 2)", I added "--power-shutdown 'sudo poweroff'" to /etc/greetd/config.toml and a sudo entry to allow _greetd user to execute without asking for a password /usr/sbin/poweroff and it works.11:30
amospallaWhen I find time, where should I try to upload PR with these kind of changes?11:32
joschamospalla: i think those would go either into the Debian packaging or into greetd upstream11:32
amospallaI have never submitted patches though, but I would enjoy doing so.11:32
amospallaYeah, I saw there is nothing related inside reform-tools.11:33
joschand making the shutdown button work is also not reform-specific11:33
joschbut possibly debian-specific11:33
joschand if it's not even debian-specific, it should go to upstream11:33
amospallaWould Debian accept these kind of patches into stable?11:33
joschinto stable? probably not, no11:34
joschargument would be: you are free to adapt your /etc/greetd/config.toml to your liking as a stable user11:34
joschthis is just about sane defaults11:35
amospallaThat is what I thought, so the correct thing should be opening a patch against debian or upstream, and maybe adding something into reform-tools that patches stable images?11:35
joschwe can add this into the image, yes11:36
joschbut we cannot add it to reform-tools because users might have their own custom /etc/greetd/config.toml and reform-tools must not overwrite that11:36
amospallaOr are these kind of changes into the image itself at image creation?11:36
joschit would be even better if greetd upstream would default to reading a config file in /usr/share/greetd/config.toml and if there exists /etc/greetd/config.toml, then it would prefer the latter11:37
joschthen packages could update /usr/share/greetd/config.toml without damaging the user's config in /usr/share/greetd/config.tom11:37
amospallaI see. What do you expect on this case, for example, somebody to notify, open bug, submit pr?11:37
amospallaI've never submited participated into open source project, I'm new.11:38
joschamospalla: i do not know greetd upstream and thus i don't know how friendly they are to newcomers11:38
joschif you submit this as a bug to debian, then i can promise you to help you out11:38
amospallaI mean, about Reform itself, about Debian stable on it.11:38
joschif you want to submit a bug or mr to the reform tooling, the right place would be reform-system-image repo11:39
amospallaOk, thank you.11:40
- cobra (QUIT: Quit: ZNC 1.8.2 - https://znc.in) (~cobra@user/Cobra)12:04
+ cobra (~cobra@user/Cobra)12:09
minutechartreuse: how do you mean "in parallel" @ speakers? reform has separate l/r speaker outputs12:09
minutechartreuse: ah, in parallel to the old ones. i haven't done that, i have disconnected the old ones12:10
minuteamospalla: do you have an approved account on source.mnt.re?12:10
amospallaminute: no, I don't.12:10
minuteamospalla: if you want one, please tell me your username after signing up so i can approve it12:11
amospallaminute: thank you.12:11
amospalla@minute I created the username amospalla on gitlab.13:06
- Aard (QUIT: Remote host closed the connection) (~bwachter@217.11.60.132)13:19
+ Aard (~bwachter@edna-edison.lart.info)13:19
+ chomwitt (~chomwitt@2a02:587:7a1b:1e00:1ac0:4dff:fedb:a3f1)13:24
- akira (QUIT: Read error: Connection reset by peer) (~akira@2a01:599:a25:97c3:38b2:1449:228:176)13:29
+ akira (~akira@37.4.230.225)13:29
- mjw (QUIT: Killed (zinc.libera.chat (Nickname regained by services))) (~mjw@gnu.wildebeest.org)13:32
* Guest1668 -> mjw13:32
+ Guest4377 (~mjw@gnu.wildebeest.org)13:32
gsoraoooh got a delivery, wifi card for my reform!16:12
gsoragot myself a mt792216:13
bluerisenice17:09
mtmminute: ticket filed, looks like plom is out of office until next week17:09
blueriseETA for the RK3588 SoM? Wondering if I should get one17:09
blueriseGot a NanoPi R6C incoming soon17:09
blueriseThe Firefly ITX 3588 that I got was complete shit :/17:10
blueriseI hope the SoM is better17:10
gsorawhy was it bad?17:13
bluerisemostly because they heavily rely on their linux fork17:17
bluerisewhich has like 20 dts that include each other for modularity17:17
blueriseand don't just apply to Linux mainline17:18
blueriseThey do all this fancy UART/RS323/RS485 stuff and then the actual serial console is on a tiny 3 pin connector no one uses17:18
blueriseI don't think I found proper schematics for board/som17:19
bluerisewith radxa/nanopi, I know that eventually linux mainline will have stuff17:19
gsoraah so the issue is not with the rk3588 itself, rather the board maker isn't very upstream friendly17:21
blueriseOh yeah, I'm happy with the Rockchip stuff. They've been delivering with every chip.17:22
blueriseIt's just that everytime I have things from Firefly it's all... semi-nice17:22
gsorawe could say they make nice eval boards for us who get a reform with the rk chipset :P17:25
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50)17:48
- xktr (QUIT: Quit: Lost terminal) (~xktr@user/xktr)18:08
+ xktr (~xktr@user/xktr)18:12
- amk (QUIT: Ping timeout: 246 seconds) (~amk@user/amk)18:17
+ amk (~amk@user/amk)18:19
- sterni (QUIT: Read error: Connection reset by peer) (~quassel@user/sterni)18:33
+ sterni (~quassel@user/sterni)18:35
- akira (QUIT: Ping timeout: 268 seconds) (~akira@37.4.230.225)18:48
+ akira (~akira@2a01:599:a1c:be58:4a6e:e9db:7e29:9dfd)18:49
- mjw (QUIT: Killed (lithium.libera.chat (Nickname regained by services))) (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)20:18
* Guest4377 -> mjw20:18
+ Guest2827 (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)20:18
- akira (QUIT: Read error: Connection reset by peer) (~akira@2a01:599:a1c:be58:4a6e:e9db:7e29:9dfd)20:39
+ akira (~akira@ip2504e6e1.dynamic.kabel-deutschland.de)20:39
- akira (QUIT: Read error: Connection reset by peer) (~akira@ip2504e6e1.dynamic.kabel-deutschland.de)20:49
- hairu (QUIT: Remote host closed the connection) (m-uotkmd@user/hairu)20:49
+ akira (~akira@ip2504e6e1.dynamic.kabel-deutschland.de)20:49
+ hairu (m-uotkmd@user/hairu)20:50
- akira (QUIT: Read error: Connection reset by peer) (~akira@ip2504e6e1.dynamic.kabel-deutschland.de)20:58
+ akira (~akira@ip2504e6e1.dynamic.kabel-deutschland.de)20:58
violeti wonder, is it technically possible to do USB device-mode over usb-c with the pocket with any of the computer modules?21:00
- hairu (QUIT: Remote host closed the connection) (m-uotkmd@user/hairu)21:15
+ hairu (m-uotkmd@user/hairu)21:16
- akira (QUIT: Ping timeout: 256 seconds) (~akira@ip2504e6e1.dynamic.kabel-deutschland.de)21:17
+ akira (~akira@2a01:599:a1c:be58:4a6e:e9db:7e29:9dfd)21:23
- Twodisbetter (QUIT: Quit: Gateway shutdown) (2cc0e4ea1c@irc.cheogram.com)21:25
+ Twodisbetter (2cc0e4ea1c@irc.cheogram.com)21:27
+ reform7299 (~user@business-90-187-186-49.pool2.vodafone-ip.de)21:42
reform7299@josch: i think it was successful. tho there is a weird rsync error at the end21:43
reform7299https://mister-muffin.de/p/pQGY.txt21:43
joschwell... :)21:43
joschthat one should probably be made configurable indeed21:43
joschreform7299: the script is meant to run on reform.debian.net21:44
reform7299took 11h ish on the pocket :D21:44
joschand there it's supposed to fill /var/www as that is shared by the webserver21:44
joschreform7299: takes 5 hours on reform.debian.net21:44
reform7299maybe it should get a "local_build" option21:44
joschreform7299: you can now set the WWWDATA environment variable to choose another location than /var/www21:46
reform7299ah maybe next time :D21:47
reform7299from the logs it is a bit unclear where all the builds are saved to21:47
joschreform7299: the last executed line in your build log has this:21:48
joschrsync -Pha --delete reform-debian-packages/repo/ /var/www/debian21:48
joschthe directory reform-debian-packages/repo/ contains the debian repository21:48
pandoraAh yeah21:49
pandoraI see it21:49
pandoraI should learn to read :D21:49
minuteour final stock of LS1028A modules (6!) now available at crowd supply: https://www.crowdsupply.com/mnt/reform#product-374821:54
minutealso, stock of MNT Reform USB camera! https://www.crowdsupply.com/mnt/reform#product-3749 21:55
minutebluerise: yeah the som is robust so far22:00
[tj]gsora: the usb controller has otg22:04
[tj]oh sorry, I meant violet22:04
mhoyeOh no, did I miss my chance at the bananapi CM4 upgrade? I don't see it on the mnt site...22:23
joschmhoye: you will probably have an easy time get an a311d second hand from those who want to upgrade to the rk3588 :)22:25
mhoyehaha22:29
mhoyeIs that a drop-in option, or do I need to worry about reinstalling anything?22:30
joschmhoye: what do you want to drop-in for what?22:32
blueriseminute: etwa for the RK3588 SoM? 3 months?22:35
mhoyesorry - I guess my two questions are "is the a311d a drop-in replacement for the imx8 one I have"22:36
vagrantcmhoye: i think it is a mixed bag as i understand it22:36
vagrantcoh, wait, i was assuming the ls1028a ...22:37
joschls1028a is a mixed bag indeed :)22:37
joschmhoye: when i switched from imx8mq to a311d i wrote this: https://community.mnt.re/t/migrating-encrypted-nvme-to-different-som-imx8mq-to-a311d/178322:37
mhoyemy second question is, if I really want to go rogue, are "compute modules" actually a standard thing?22:43
mhoyeby which I mean, if I am looking at http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-CM5.html22:44
blueriseThis one *again* doesn't have the PHY on the module22:44
blueriseminute: iirc the Ethernet PHY needs to be on the CM4 module, right?22:45
minutebluerise: hmm yeah i think so. this is also the case on rcore, where i squeezed a phy in the corner22:55
minutemhoye: banana pi stock is also at crowd supply! ships immediately22:56
mhoyeminute: what what?22:57
mhoyeI'll take a look directly! thank you.22:57
minutemhoye: check the mnt reform page on CS22:57
mhoyeGot it. So, what are the odds that an orangepi will just drop into that slot?22:57
mhoyeI guess zero22:57
minutebluerise: eta for rcore: it depends. 2-3 mo realistically :/ i'm doing a final spin to iron out some pcie SI issues22:58
minutebluerise: in general it is in very good shape22:58
minutei've been daily driving it for a longer time now22:58
minuteit is kind of like how reform should have always been, performance wise ^^22:59
minuteand really curious what's coming up with panvk...22:59
bluerisecool cool!23:04
vagrantcmhoye: what's the orangepi got that the banana pi module doesn't?23:09
mhoyeThe A55 chip is (reportedly) a fair bit less power hungry23:48
mhoyeI haven't seen an apples-to-apples comparison though...23:48

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