- erlehmann (QUIT: Ping timeout: 272 seconds) (~erle@dynamic-046-114-037-087.46.114.pool.telefonica.de) | 01:14 | |
+ freakazoid333 (~freakazoi@72.168.176.24) | 01:16 | |
+ erlehmann (~erle@dynamic-046-114-032-239.46.114.pool.telefonica.de) | 01:26 | |
- freakazoid333 (QUIT: Read error: Connection reset by peer) (~freakazoi@72.168.176.24) | 04:26 | |
- mjw (QUIT: Quit: Leaving) (~mark@herd.wildebeest.org) | 10:07 | |
ex-parrot | hmm, I’ve got a small bruised spot in the panel where it looks the trackball must have hit it in shipping or something :/ | 10:42 |
---|---|---|
ex-parrot | I can probably just order a new panel | 10:42 |
ex-parrot | That said it’s not very noticeable. Ironically the exact same thing happened to my Novena where the nub mouse in the keyboard bruised the panel | 10:43 |
ex-parrot | And, I should say, this is not a complaint :P | 10:47 |
ex-parrot | I ran through the migration process this afternoon and that seems to have worked well, encrypted nvme is working nicely. I seem to keep bumping out the SD card so probably next up is to flip to eMMC boot as well | 10:47 |
mntmn | ex-parrot: ohh @ bruise. sorry to hear it. i wonder if you can find a compatible panel (list of models is in the handbook) in your area | 10:54 |
ex-parrot | I’ll be able to import one from China I imagine | 10:55 |
ex-parrot | Is there a particular one you’d recommend from the list? | 10:56 |
ex-parrot | Going to have a go at flashing the trackball firmware tomorrow to change the button ordering around. I have some tiny documentation bug fixes for you too which I’ll send through gitlab | 10:57 |
ex-parrot | This is kind of a weird question maybe, but what key combination are folks using mostly to replace “delete forward” on the reform keyboard? (Eg the “delete” key) | 11:11 |
ex-parrot | Just ctrl+d? Or am I missing something obvious :P | 11:13 |
ex-parrot | Also where do the trackball HID LEDs come out in Linux? I was poking at /sys/class/led but the entries there don’t seem to be it | 11:15 |
ex-parrot | Ah I was looking at the keyboard LEDs | 11:19 |
ex-parrot | Well “keyboard LEDs”, I don’t think the endpoints are connected to actual hardware :P | 11:19 |
+ mjw (~mjw_@2001:1c06:2487:f800:9e5c:8eff:fe8f:a440) | 11:23 | |
ex-parrot | Ok mntmn I’m “fincham” in gitlab now pending your approval :) | 11:29 |
mntmn | ex-parrot: i recommend the innolux one with centered connector | 11:30 |
ex-parrot | Ty | 11:30 |
ex-parrot | I’ll put it on my list | 11:30 |
mntmn | the LEDs are controllable via the hidraw device | 11:31 |
ex-parrot | ahh ok | 11:31 |
ex-parrot | I can probably work that out | 11:31 |
ex-parrot | Tho rn I have done enough computer for today. Catch you later | 11:32 |
mntmn | see ya! | 12:35 |
bluerise | hm, so, not really sure where my OpenBSD troubles come from | 13:02 |
bluerise | 'stock' U-Boot behaves the same as my newer U-Boot version | 13:03 |
bluerise | FOUND IT | 14:09 |
bluerise | SolidRun ships max. 3G, and the MNT Reform's SoM from Boundary Devices has 4G. The 'fourth' Gig of memory is on an address >32-bit, because that last area below is reserved for the I/O device registers. Now it appears the i.MX8MQ I/O devices cannot access >32-bit addresses. | 14:11 |
bluerise | And that's why it sometimes works, and sometimes doesn't: our OS sometiems uses addresses above, sometimes below. | 14:12 |
mntmn | bluerise: ah, makes a lot of sense, yes | 15:10 |
mntmn | bluerise: i think linux uses bounce buffers for that | 15:11 |
bluerise | Yeah, we can set DMA constraints to restrict allocation | 15:15 |
bluerise | It's an 'easy' fix, just need to think about how we parse it | 15:15 |
mntmn | cool | 15:23 |
+ wiedi_ (~wiedi@37.228.191.159) | 15:23 | |
- wiedi (QUIT: Ping timeout: 240 seconds) (~wiedi@37.228.191.159) | 15:23 | |
+ freakazoid333 (~freakazoi@72.168.176.33) | 16:59 | |
- wiedi_ (QUIT: Ping timeout: 252 seconds) (~wiedi@37.228.191.159) | 17:26 | |
+ wiedi (~wiedi@37.228.191.159) | 18:03 | |
- mjw (QUIT: Quit: Leaving) (~mjw_@2001:1c06:2487:f800:9e5c:8eff:fe8f:a440) | 18:52 | |
+ rasmus (~rasmus@c83-253-223-217.bredband.tele2.se) | 20:11 | |
- freakazoid333 (QUIT: Read error: Connection reset by peer) (~freakazoi@72.168.176.33) | 21:05 | |
+ freakazoid333 (~freakazoi@72.168.176.33) | 21:05 | |
mntmn | FPGA module is done https://source.mnt.re/reform/reform-kintex-som | 21:24 |
scops | yeah :) | 21:31 |
furan | cool | 21:31 |
bluerise | nice | 21:32 |
- wiedi (QUIT: Read error: Connection reset by peer) (~wiedi@37.228.191.159) | 21:40 | |
+ wiedi (~wiedi@37.228.191.159) | 21:41 | |
bluerise | mntmn: now that I know my bug is not in U-Boot/DDR/ATF, I'm much more confident in my U-Boot upgrade | 21:43 |
mntmn | bluerise: cool! | 21:43 |
bluerise | I should have a look to make it so that it works for your normal boot case as well | 21:43 |
bluerise | because I use distro boot, with EFI. and your u-boot just loads the image and boots with booti | 21:44 |
bluerise | so I need to check how to 'marry' the approaches | 21:44 |
bluerise | maybe distro boot as default, and yours as fallback | 21:44 |
bluerise | also I have PCI + NVMe support in u-boot, meaning there's no need to have kernel/fdt on the SD card | 21:45 |
bluerise | and no need for SD card if u-boot is on the eMMC | 21:45 |
mntmn | bluerise: well, except if the NVMe is encrypted... then you need another unencrypted partition on it | 21:49 |
mntmn | bluerise: i'm curious btw, can openbsd make use of the HDMI framebuffer set up by u-boot? | 21:50 |
bluerise | It can, but I don't think the 'upgraded' U-Boot sets up HDMI correctly right now. or maybe it did, but not the display | 21:55 |
jackhill | bluerise: cool! I'm interested in doing distro boto with EFI. I'd be curious to look at your notes | 21:55 |
bluerise | mntmn: well, even openbsd's full-disk-encryption needs a bootloader that can be loaded and can then decrypt the disk, so yeah | 21:56 |
bluerise | jackhill: heh :) | 21:56 |
jackhill | :) | 21:57 |
jackhill | I don't have a serial/uart adaptor for Reform yet though, so I'm kind of hoping to get one before I mess around too much. Can't get very far flying blind | 21:58 |
+ mjw (~mark@herd.wildebeest.org) | 22:03 | |
- rasmus (PART: Disconnected: timeout during receiving) (~rasmus@c83-253-223-217.bredband.tele2.se) | 22:11 | |
+ rasmus (~rasmus@c83-253-223-217.bredband.tele2.se) | 22:12 | |
- rasmus (PART: Disconnected: closed) (~rasmus@c83-253-223-217.bredband.tele2.se) | 22:32 | |
- wiedi (QUIT: Quit: My MacBook has gone to sleep. ZZZzzz…) (~wiedi@37.228.191.159) | 23:43 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!