• Dandroid@dandroid.app
    link
    fedilink
    arrow-up
    35
    ·
    5 months ago

    OH MAN. I worked on an Android tablet that used a rockchip CPU, not the one listed here but an older one (I think RK3026). What a PIECE OF SHIT. I don’t wish that tablet on my worst enemy. Battery life was like sub 2 hours with a 3200 mAh battery. Sometimes it would start running hot, and you could watch the batter percentage go down one percent every 10-20 seconds. The only way to break it out was to reboot it or let it die.

    We later upgraded our CPU to the 3288, one gen older than this one, and it was significantly improved, but still very entry level.

  • stingpie@lemmy.world
    link
    fedilink
    arrow-up
    19
    arrow-down
    3
    ·
    5 months ago

    Anything that’s turning complete, has enough ram, and has a c compiler can run Linux. Theoretically, you could program a CPLD to run brainfuck and you could still run Linux.

      • stingpie@lemmy.world
        link
        fedilink
        arrow-up
        24
        arrow-down
        2
        ·
        5 months ago

        Yes. Any turing complete processor can perfectly emulate any other turing complete processor, whether it is x86, arm, or riscv. Mainline Linux can then run on this emulated processor without modification.

        • Rodeo@lemmy.ca
          link
          fedilink
          arrow-up
          14
          ·
          5 months ago

          Damn that’s gonna be slow.

          But I guess speed was not a criterion.

          • stingpie@lemmy.world
            link
            fedilink
            arrow-up
            1
            arrow-down
            2
            ·
            5 months ago

            Emulated processors can do the same things as physical processors, including booting from disk.

            • Ross_audio@lemmy.world
              link
              fedilink
              arrow-up
              3
              ·
              5 months ago

              Boot = Bootstrap

              If you’ve loaded up a virtual CPU first that’s not a boot of mainline Linux on the CPU.

            • monk@lemmy.unboiled.info
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              5 months ago

              Yes, but it doesn’t count, because the SoC from the picture didn’t boot Linux, an emulated machine did.

              That’s why the records on doing this silly stuff on progressively smaller microcontroller use the word “run”. It has more transitivity.

              • stingpie@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                5 months ago

                I’m not sure I understand your argument. Are you saying that the emulated processor executes instructions while the SoC doesn’t? Every instruction that goes to the x86 is broken down into several SoC instructions, which the SoC executes in order to emulate what an x86 would do. Saying that the emulated x86 is booting/running Linux, but the SoC is not is like saying that computers can’t run java code, they can only run jvm.

                • monk@lemmy.unboiled.info
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  5 months ago

                  I’m saying it runs it because “running” is transitive, but doesn’t boot it because “booting” is not. Similarly to how you can carry your grandkid by carrying your kid who carries their kid (carrying is transitive), but you can’t give birth to your grandkid by giving birth to your kid who’d give birth to their kid (giving birth is not transitive).

  • dion_starfire@lemm.ee
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    5 months ago

    I remember this captcha. I gave up after about the fourth round. The prize just wasn’t worth it, and I wasn’t on a machine where I could try scripting out a solution.

  • merthyr1831@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    5 months ago

    ARM really shot itself in the foot by making it so every SOC needs to have a custom OS image tailored to it. x86 meanwhile lets you pick a universal binary that’ll sort itself out at runtime