It’s been sitting here frozen like this for a really long time, hours actually. I’m trying to install Lemmy on my raspberry pi. The terminal hasn’t moved at all in hours, but the mouse will nudge a little after like a minute of lag. Is it frozen in a broken way? Or should I just try and leave it for the night?

  • mo_ztt ✅@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    I think you’re probably swapping like mad, and likely to eventually bomb… I could be wrong but I can’t see compiling a real Rust project on a Pi 3 coming to a successful conclusion. Like one other poster mentioned I think it might actually even damage the hardware from overheating. I think for my system I had to up the hosting to 2GB RAM, and still had to activate swap for some parts of the compilation, before it succeeded. Is it possible for you to cross-compile it or something?

      • mo_ztt ✅@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        Cross compiling is building software on one platform that’s designed to run on a different platform – e.g. you can build a Rust package on your PC that’s designed to run on your Pi. It’s not very well-supported in general (i.e. I have no idea if it’s even feasible for this scenario) but in cases where it works it can be pretty useful.

        • Soullioness@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Cool. I was just looking it up. Very neat. I don’t have the first clue how to go about it but I’ll let the little raspberry try overnight. We’ll see what happens.

    • SteveTech@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      1 year ago

      I doubt it’ll overheat, Pi’s do thermal throttle when hot and from memory the Pi 3 runs fairly under clocked to begin with. If it’s swapping you’re more likely to burn out the SD card.