Giter Site home page Giter Site logo

Comments (4)

sowbug avatar sowbug commented on July 23, 2024 2

Aw, heck, and now I just did this:

PXL_20240103_215437215 MP

from frameos.

alexrudd2 avatar alexrudd2 commented on July 23, 2024 1

What do you get when you run uname -a on the Raspberry Pi 3B?
I think it will be armv71. You already posted; it is armv7l

Here's a suggested change to the architecture detection code in frameos/backend/apps/tasks/deploy_frame.py

-- if arch == "aarch64":
++ if arch == "aarch64" or arch == "armv7l":
    cpu = "arm64"
elif arch == "armv6l":
    cpu = "arm"
elif arch == "i386":
    cpu = "i386"
else:
    cpu = "x86_64"

from frameos.

sowbug avatar sowbug commented on July 23, 2024

I reimaged with the 64-bit lite OS choice (which I now see the instructions suggested), and uname -m now reports aarch64. I'm still waiting for the setup to complete, but I bet this was the problem.

Unless there's a reason why the other architectures can't work, it would be really nice to be more flexible about them (as I see @alexrudd2 has already done!).

from frameos.

mariusandra avatar mariusandra commented on July 23, 2024

Ouch, that hurts :(.

from frameos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.