Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Umstieg Raspberry PI2 auf PI3 - Erfahrungen

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Umstieg Raspberry PI2 auf PI3 - Erfahrungen

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mctom last edited by

      Hallo Tom,

      danke für dein Feedback.

      2 Fragen habe ich noch. 🙂
      > Dann läuft auch die Datensicherung am PC in 1-3 Minuten je nach Größe. (Komplettes Image Sichern).
      Sicherst du dann den kompletten USB Stick ?

      Wenn ja wie machst du das ?

      ` > 3. Auf der SD-Karte in der FAT-Partion die Datei cmdline.txt ändern:

      root=/dev/mmcblk0p2 –> root=/dev/sda2 `
      Kann es auch sein , dass in manchen Fällen sda2 durch etwas anderes ersetzt werden muss ?

      Gruß

      Michael

      1 Reply Last reply Reply Quote 0
      • T
        tp1de last edited by

        Hallo Michael,

        Win32Diskimager zum Sichern und Schreiben von images ist ein muß !

        Einfach googlen, gibt es überall zum download.

        Hat sich bewährt regelmäßig das komplette Image zu sichern. (Am PC)

        Ich habe viel probiert und mir regelmäßig was zerschossen.

        Da ich viele Hardwareerweiterungen benutze habe ich experimentiert.

        Zu Anfang hatte ich erhebliche Memory-Probleme und habe Multihost ausprobiert.

        Das Schreiben ist langsamer - kann schon mal einige Minuten dauern - aber dann geht alles ohne Stress.

        Ich habe diverse Images mit Raspian Jessie + ssh, mit Iobroker + diversen Konfigurationen.

        Bei mir war es immer sda2, es sei denn du hast mehrere USB-devices am PI.

        Mein Tipp: Nimm eine 16 GB SD Karte und einen 16 GB USB Stick für die erste Zeit.

        1 Reply Last reply Reply Quote 0
        • R
          ralalla last edited by

          Doch nicht ganz so einfach ioBroker auf einem neuen Pi3 ans laufen zu bekommen ohne Linux Kentnisse 😞

          So hier dann mal bis wo hin ich komme:

          root@raspberrypi3:~# wget http://download.iobroker.net/nodejs0_12_6_armhf.deb
          --2016-03-07 14:29:05--  http://download.iobroker.net/nodejs0_12_6_armhf.deb
          Auflösen des Hostnamen »download.iobroker.net (download.iobroker.net)«... 5.189.159.127, 2a02:c200:1:10:3:1:51:1
          Verbindungsaufbau zu download.iobroker.net (download.iobroker.net)|5.189.159.127|:80... verbunden.
          HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
          Länge: 6728900 (6,4M) [application/x-debian-package]
          In »»nodejs0_12_6_armhf.deb«« speichern.
          
          nodejs0_12_6_armhf. 100%[=====================>]   6,42M   318KB/s   in 20s
          
          2016-03-07 14:29:25 (329 KB/s) - »»nodejs0_12_6_armhf.deb«« gespeichert [6728900/6728900]
          
          root@raspberrypi3:~# dpkg -i nodejs0_12_6_armhf.deb
          Vormals nicht ausgewähltes Paket node wird gewählt.
          dpkg: Betreffend nodejs0_12_6_armhf.deb, welches node enthält:
           nodejs-legacy kollidiert mit node
            node (Version 0.12.6-1) soll installiert werden.
            node liefert node und wird installiert.
          
          [color]dpkg: Fehler beim Bearbeiten des Archivs nodejs0_12_6_armhf.deb (--install):
           Kollidierende Pakete - node wird nicht installiert
          Fehler traten auf beim Bearbeiten von:
           nodejs0_12_6_armhf.deb[/color]
          root@raspberrypi3:~#
          
          

          Wenn ich die Schritte weiter durchgehe kommt dann das:

          root@raspberrypi3:/opt/iobroker# npm install iobroker
          -bash: npm: Kommando nicht gefunden.
          
          
          1 Reply Last reply Reply Quote 0
          • R
            ralalla last edited by

            Habe mal hier einen Thread erstellt in dem es um die Installation auf dem Pi3 geht.

            Brauche aber noch Hilfe da es noch nicht wirklich läuft.

            http://forum.iobroker.net/viewtopic.php … 238#p21238

            1 Reply Last reply Reply Quote 0
            • E
              elektrofreak last edited by

              Hallo, ich habe leider recht wenig Erfahrung mit Linux, versuche momentan ioBroker auf das Raspberry PI 3 zu Installieren leider scheitere ich an der Installation, kann hiermit jemand was anfangen:

              root@raspberrypi:/opt/iobroker# npm install iobroker
              npm ERR! Linux 4.1.19-v7+
              npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker"
              npm ERR! node v0.12.6
              npm ERR! npm  v2.11.2
              npm ERR! code ENETUNREACH
              npm ERR! errno ENETUNREACH
              npm ERR! syscall connect
              
              npm ERR! connect ENETUNREACH
              npm ERR!
              npm ERR! If you need help, you may report this error at:
              npm ERR!     <https: github.com/npm/issues="">npm ERR! Please include the following file with any support request:
              npm ERR!     /opt/iobroker/npm-debug.log</https:> 
              
              1 Reply Last reply Reply Quote 0
              • Bluefox
                Bluefox last edited by

                @elektrofreak:

                Hallo, ich habe leider recht wenig Erfahrung mit Linux, versuche momentan ioBroker auf das Raspberry PI 3 zu Installieren leider scheitere ich an der Installation, kann hiermit jemand was anfangen:

                root@raspberrypi:/opt/iobroker# npm install iobroker
                npm ERR! Linux 4.1.19-v7+
                npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker"
                npm ERR! node v0.12.6
                npm ERR! npm  v2.11.2
                npm ERR! code ENETUNREACH
                npm ERR! errno ENETUNREACH
                npm ERR! syscall connect
                
                npm ERR! connect ENETUNREACH
                npm ERR!
                npm ERR! If you need help, you may report this error at:
                npm ERR!     <https: github.com/npm/issues="">npm ERR! Please include the following file with any support request:
                npm ERR!     /opt/iobroker/npm-debug.log</https:> 
                ```` `  
                

                Du hast wohl kein Internet.

                Schreib mal

                ping google.com
                
                1 Reply Last reply Reply Quote 0
                • E
                  elektrofreak last edited by

                  Ja anscheinend hab ich keine Internetverbindung

                  root@raspberrypi:~# ping google.com
                  connect: Network is unreachable
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • E
                    elektrofreak last edited by

                    Ich denke das ich es fast geschafft habe ioBroker zu installiern, Internetverbindung ist jetzt da, Danke für den Tipp, doch jetzt kommt das:

                    root@raspberrypi:/opt/iobroker# npm install iobroker
                    /
                    > iobroker@0.7.1 install /opt/iobroker/node_modules/iobroker
                    > node lib/setup.js
                    
                    npm install iobroker.js-controller --production --prefix /opt/iobroker
                    npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fai
                    l on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possibl
                    e.
                    
                    

                    Wie kann ich auf graceful-fs 4.0.0 updaten?

                    1 Reply Last reply Reply Quote 0
                    • Thisoft
                      Thisoft last edited by

                      Hallo,

                      wie man dieses graceful updaten kann (und was das überhaupt ist :oops: ) weiß ich auch nicht.

                      Aber bei mir kommt diese Warnung auch und ioBroker läuft trotzdem - ist ja schließlich nur ne Warnung. Vielleicht klärt uns ja auch noch jemand über dieses Dingens auf… 😉

                      1 Reply Last reply Reply Quote 0
                      • S
                        simpixo last edited by

                        Also ich habe das nach installiert

                        Der Befehl dazu lautete im Ordner

                        /opt/iobroker/node_modules/

                        npm install graceful-fs@4.1.3

                        Es wurde die neuste Version 4.1.3 installiert, seitdem ist ruhe

                        Wozu das Paket gut ist weiß ich auch nicht, man kann auch die Fehlermeldung ignorieren, dies stand hier irgendwo im Forum [emoji6]

                        Gesendet von meinem iPhone mit Tapatalk

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        1.2k
                        Online

                        31.7k
                        Users

                        79.7k
                        Topics

                        1.3m
                        Posts

                        7
                        20
                        6294
                        Loading More Posts
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes
                        Reply
                        • Reply as topic
                        Log in to reply
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                        The ioBroker Community 2014-2023
                        logo