GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by lucie lukas "minute" hartmann (mntmn@mastodon.social)

  1. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Friday, 04-Jul-2025 00:35:18 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    the whole idea of that stuff is to give up on any mental effort, right... so why would you go through all the effort of setting up all those janky tools and babysit them. clearly that can't be the future

    In conversation about 6 days ago from mastodon.social permalink
  2. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Friday, 04-Jul-2025 00:35:18 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann

    if you have to do your vibe coding yourself, clearly you're doing it wrong

    In conversation about 6 days ago from mastodon.social permalink
  3. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Friday, 04-Jul-2025 00:35:17 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    this whole generative ai and vibe coding thing, to me, has this very strong aura of, like david lynch would say, "big sadness"

    In conversation about 6 days ago from mastodon.social permalink
  4. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Friday, 04-Jul-2025 00:35:17 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    the vibe coding human should aspire to give up on any symbolic communication, and ultimately cease all thought, and ultimately shed their worldy bodies, and ultimately just vibe as pure energy until the heat death of the universe

    In conversation about 6 days ago from mastodon.social permalink
  5. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 04:17:02 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    ok, now after reworking the code (also moving some stuff to devm_ etc), i get an Oops in spi_sync() :3

    In conversation about 9 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/773/707/358/631/290/original/163cc122e38dc6d3.png
  6. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 04:17:01 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    oof, poweroff finally works again

    In conversation about 9 days ago from mastodon.social permalink
  7. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 04:17:01 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    ah, i'm silly, i can't just cast sys_off_data, it's a whole struct! instead i need to grab cb_data

    In conversation about 9 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/773/894/929/055/083/original/cd3ea4034521a8e6.png
  8. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 04:17:01 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    does this mean spi->controller is already freed at this point?!

    In conversation about 9 days ago from mastodon.social permalink
  9. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:24 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    boots a lot slower with only 1 cpu core!

    In conversation about 9 days ago from mastodon.social permalink
  10. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:24 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    debian kernel doesn't seem to have KGDB support, so i built a monolithic kernel with all necessary modules compiled in (so i don't need to copy modules around and can iterate faster). i use the extracted debian kernel package source with our patches applied and a special .config that i have for this purpose.

    In conversation about 9 days ago from mastodon.social permalink
  11. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:24 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    ... so not to lose too much time, i'm gonna first try remote kgdb debugging. i'll check if kgdboe (still) works nowadays, and if not, will resort to UART. the first thing is to drop an extlinux.conf with all the kernel parameters, and disabling all CPUs except one (maxcpus=0)

    In conversation about 9 days ago from mastodon.social permalink
  12. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:24 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann

    i'm working on trying to find out what's preventing proper poweroff (that would call into our reform2_lpc driver to actually shut down the power rails) in our linux 6.15 kernel for rk3588. i'm gonna append to this thread as i try things.

    the first thing i considered is trying out JTAG/SWD but i haven't done that yet on RK3588, even if the pins look convenient (there are some on UART2 and some on SD card pins). i read that SWD gets disabled by uboot or linux so i'd have to solve that first...

    In conversation about 9 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/773/125/141/589/077/original/59bcdd2b21d4cf42.png
  13. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:23 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    i don't need remote gdb to find the problematic line, because gdb can just load the module on the machine and i can enter `l *lpc_command+0x40` (the offset from the Oops) to see the null pointer must be `device* dev` from `dev_get_drvdata()`.

    In conversation about 9 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/773/524/023/850/309/original/925220a35f4527fc.png
  14. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:23 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    the 0xff is some artifact of how i'm building and loading the module, fixed this by explicitly clearing the buffer for lpc responses.

    over serial i can see that lpc_power_off is indeed called when registered properly, _but_ it also crashes when trying to send the actual command! (all output lines are doubled because i use keep_bootcon for the serial output)

    In conversation about 9 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/773/474/421/794/498/original/640482faa172f26e.png
  15. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:23 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    machine is prepared insofar that i have stable ssh remote access, and serial console login, and graphical login is turned off. i can build kernel modules on the machine. strangely, reform2_lpc reports a garbage byte at the end of the firmware string now (0xff)

    In conversation about 9 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/773/389/174/589/834/original/826dcefb33c4403d.png
  16. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:23 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    strangely, ethernet doesn't work on the monolithic kernel (no link). using usb ethernet as a workaround

    In conversation about 9 days ago from mastodon.social permalink
  17. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 02:39:22 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to

    indeed i messed something up here, because `poweroff_device` is some leftover thing from the old code before i converted it to a proper sys_off handler.

    In conversation about 9 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/773/530/498/206/767/original/a9555d8e1b89d273.png
  18. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 00:59:44 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to
    • Christine Lemmer-Webber

    @cwebber ... to see which ones cause suspend or wakeup to get stuck.

    In conversation about 9 days ago from mastodon.social permalink
  19. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Tuesday, 01-Jul-2025 00:55:12 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    in reply to
    • Christine Lemmer-Webber

    @cwebber There's one person who has (IIRC) working hibernate, gordon1 in the IRC channel. if i were to debug suspend, i'd make a custom boot disk with extlinux.conf enabling some kernel parameters like no_console_suspend, and make a custom dtb file with as many hardware features as possible turned off but that i'd still be able to boot to a console where i can try the suspend/resume. i think it should work with bare rk3588 + serial console, for example. then enable hw features one by one

    In conversation about 9 days ago from mastodon.social permalink
  20. Embed this notice
    lucie lukas "minute" hartmann (mntmn@mastodon.social)'s status on Monday, 30-Jun-2025 22:16:31 JST lucie lukas "minute" hartmann lucie lukas "minute" hartmann
    • holo//memory
    • Linaro Limited

    our June 2025 update article is out, featuring our collaboration with @LinaroLtd on the QCS6490, MNT Desktop Reform, a third M.2 slot for RK3588 Pocket Reform, GPN23 and more https://mntre.com/media/reform_md/2025-06-26-june-update.html (thanks to @holo_memory for writing it all up)

    In conversation about 9 days ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: files.mastodon.social
      MNT June 2025 Update
      Our June update features a big collaboration, small developments, and an intense event!
  • Before

User actions

    lucie lukas "minute" hartmann

    lucie lukas "minute" hartmann

    CEO of MNT Research. OSHW laptop MNT Reform: https://mntre.com | https://shop.mntre.com | FOSS, ARM, OSHW, FPGA, Amiga, RISC-V | batcave, cyberpunk, industrial, synth/darkwave | non-binary, queer, vegan, sober 🏳️⚧️

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          2628
          Member since
          29 Jul 2022
          Notices
          469
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.