• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

raspi 64 bit available

Scheduled Pinned Locked Moved General Discussion
15 Posts 5 Posters 4.0k Views 5 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    sdetweil
    last edited by Feb 2, 2022, 6:48 PM

    see
    https://www.raspberrypi.com/news/raspberry-pi-os-64-bit/

    note the issues w 64 bit chromium in the text

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    K B 2 Replies Last reply Feb 2, 2022, 8:44 PM Reply Quote 2
    • K Offline
      karsten13 @sdetweil
      last edited by Feb 2, 2022, 8:44 PM

      @sdetweil

      my pi4 is now running with 64bit, mm runs out of the box (docker setup as always).

      K 1 Reply Last reply Feb 4, 2022, 8:36 PM Reply Quote 2
      • K Offline
        karsten13 @karsten13
        last edited by Feb 4, 2022, 8:36 PM

        pi zero 2w works too.

        Off topic: Did not expect that motioneye with raspicam (running in docker buster image) is working.

        1 Reply Last reply Reply Quote 2
        • B Offline
          BKeyport Module Developer @sdetweil
          last edited by Feb 5, 2022, 5:49 AM

          @sdetweil

          Just for the fun of it, I’m installing it on the test box…

          Seems your script has issues with it…

          Capture.PNG

          Also, with this - Rasp Imager got an update, too - It’s got lots of config changes now, so make sure you check out the gear icon when writing!

          The "E" in "Javascript" stands for "Easy"

          S B 2 Replies Last reply Feb 5, 2022, 6:10 AM Reply Quote 0
          • S Offline
            sdetweil @BKeyport
            last edited by Feb 5, 2022, 6:10 AM

            @bkeyport thx. I am away from my pi devices til middle of march.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            K 1 Reply Last reply Feb 5, 2022, 8:37 PM Reply Quote 0
            • K Offline
              karsten13 @sdetweil
              last edited by karsten13 Feb 5, 2022, 8:43 PM Feb 5, 2022, 8:37 PM

              @sdetweil

              I am away from my pi devices til middle of march.
              😱

              Meanwhile I digged into pi specific setup.

              Real bad is that they removed /opt/vc and integrated the pi specific stuff into the normal file system under /lib and /usr.

              With a docker setup I could formerly just mount /opt/vc into the container which is impossible now.

              E.g. for getting vcgencmd working in the container I have to mount
              now

                    - /lib/aarch64-linux-gnu/libvchiq_arm.so:/lib/aarch64-linux-gnu/libvchiq_arm.so.0:ro
                    - /lib/aarch64-linux-gnu/libvcos.so:/lib/aarch64-linux-gnu/libvcos.so.0:ro
                    - /usr/bin/vcgencmd:/usr/bin/vcgencmd
              

              after using ldd to know which libraries are used.

              Other possibility would be to install the pi specific libraries into the docker image which will explode size.

              This will have also impact to hardware releated modules which hardcoded the /opt/vc/ path in their js code (e.g. mmm-systemtemperature).

              S 1 Reply Last reply Feb 5, 2022, 9:56 PM Reply Quote 0
              • S Offline
                sdetweil @karsten13
                last edited by Feb 5, 2022, 9:56 PM

                @karsten13 yes, movent towards the normal core will break older stuff…

                wondering what is wrong w install

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bert269 @BKeyport
                  last edited by Feb 6, 2022, 2:21 PM

                  @bkeyport - Config changes were already present in the older version(1.6.2) - just have to be invoked by pressing Alt-Shift-Z or X - cannot remember)

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rejas Module Developer
                    last edited by Feb 7, 2022, 6:53 PM

                    I am currently trying to update the docs with minimal infos on configuring on a fresh isntall.

                    So I took the 64 bit image as well, seems fine so far.

                    Only thing I am not trying to get working is rotating the display.

                    display_rotate=1

                    added to boot/config doesnt seem to work anymore. Anyone got it working?

                    S 1 Reply Last reply Feb 7, 2022, 6:58 PM Reply Quote 1
                    • S Offline
                      sdetweil @rejas
                      last edited by Feb 7, 2022, 6:58 PM

                      @rejas did u try the display config in prefences?

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      R 1 Reply Last reply Feb 7, 2022, 7:18 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        2/15
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy