× Benvenuti sul nostro forum su Sint Wind PI!

Postate qui domande o segnalate problemi / bug che riscontrate,

file SWPI - Problema all'avvio

  • Martin
  • Martin's Avatar Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #1744 by Martin
SWPI - Problema all'avvio was created by Martin
Ciao a tutti,
la settimana scorsa ho installato la mia stazione PCE FWS 20 ed oggi ho ricevuto il mio RaspBerry.

Ho scaricato ed installato la distribuzione modificata con SWPI pre configurato ma, purtroppo, il RaspBerry non si avvia.

La luce verde lampeggia 8 volte e, leggendo un po' di documentazione, ho capito che il problema è legato ad una incompatibilità tra la versione Linux e i moduli SDRAM della Micron installati sugli ultimi RaspBerry realizzati ( www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=47477&start=50 ).

Ho installato la distribuzione Raspbian del 23/07/2013 e funziona correttamente mentre le versioni precedenti non si avviano (il file bootcode.bin e start.elf andrebbero aggiornati).

A questo punto vorrei sapere se è possibile installare e/o configurare il SWPI su una distribuzione Linux vergine. Immagino che non sia una cosa immediata e che sia necessaria un po' di dimestichezza con i comandi Linux. Immagino ci siano da attivare alcuni moduli (Python per esempio) e non so che altro :)

Please Log in to join the conversation.

More
10 years 7 months ago #1745 by tony
Replied by tony on topic SWPI - Problema all'avvio
aiahhhh !!!

Puoi installare i pacchetti a mano che sono quelli indicati nel Readme.md dei sorgenti ma è una cosa lunga.

Mi puoi dire che versione è quella che indichi come 23/07/2013 ( comando uname -a )

In questo momento momento mi sembra sulle mie schede ho la 528

TT
The following user(s) said Thank You: Martin

Please Log in to join the conversation.

  • Martin
  • Martin's Avatar Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #1746 by Martin
Replied by Martin on topic SWPI - Problema all'avvio
Grazie mille per la risposta :)

In pausa pranzo verifico e ti faccio sapere.

Ieri sera ho scaricato i sorgenti ed ho letto il file di documentazione.
Quindi, in teoria, "basterebbe" eseguire quella configurazione manuale? :)

Please Log in to join the conversation.

  • Martin
  • Martin's Avatar Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #1747 by Martin
Replied by Martin on topic SWPI - Problema all'avvio
La versione che mi indica è la 3.6.11+ #474

(ovvero questa :http://www.raspberrypi.org/downloads)

Please Log in to join the conversation.

More
10 years 7 months ago #1748 by tony
Replied by tony on topic SWPI - Problema all'avvio
ok. questa sera faccio un upload della mia 528 e vediamo se ti và

Please Log in to join the conversation.

  • Martin
  • Martin's Avatar Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #1755 by Martin
Replied by Martin on topic SWPI - Problema all'avvio
Wow, grazie. Gentilissimo. Intanto io provo a smanettare direttamente con l'installazione ex novo :)

Please Log in to join the conversation.

More
10 years 7 months ago #1758 by tony
Replied by tony on topic SWPI - Problema all'avvio
Il file è da 1.4 Gb ... ci vorrà un pò di tempo. Non prima di domani sera tardi
TT
The following user(s) said Thank You: Martin

Please Log in to join the conversation.

  • Martin
  • Martin's Avatar Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #1759 by Martin
Replied by Martin on topic SWPI - Problema all'avvio
Grazie ancora ;)

Please Log in to join the conversation.

  • Martin
  • Martin's Avatar Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #1767 by Martin
Replied by Martin on topic SWPI - Problema all'avvio
Ciao a tutti.
Ho installato SWPI da zero su un'installazione vergine di Raspbian.

Innanzitutto, per comodità, ho creato un file install_tool.sh per installare i pacchetti descritti nel file Readme.md, configurandolo come eseguibile
sudo apt-get -y install python-dev
sudo apt-get -y install python-imaging
sudo apt-get -y install python-serial
sudo apt-get -y install uvccapture
sudo apt-get -y install wvdial
sudo apt-get -y install python-rpi.gpio
sudo apt-get -y install python-smbus
sudo apt-get -y install i2c-tools
sudo apt-get -y remove ntp
sudo apt-get -y install gphoto2
chmod 777 install_tools.sh
sh ./install_tool.sh

Per installare le librerie USB, Cython e Cythonh-hidapi ho seguito le istruzioni che ho trovato nelle seguenti pagine web:
blog.retep.org/2012/07/30/installing-a-u...raspberry-pi-part-1/

raspberrypi.stackexchange.com/questions/...on-if-online-offline

Dopodichè ho provato a lanciare SWPI ma ricevevo l'errore "No module name requests"

Ho quindi installato altri due pacchetti:
sudo apt-get -y install python-dev python-setuptools python-pip
sudo pip install requests

Per comodità ho anche installato un VNC Server ( gettingstartedwithraspberrypi.tumblr.com...ting-up-a-vnc-server ) ed ho lavorato dal mio portatile tramite SSH (senza tastiere, mouse e video attaccati al RaspBerry)

Adesso mi manca solo da configurare il Siont Wind con i miei dati :)

Please Log in to join the conversation.

More
10 years 7 months ago #1768 by tony
Replied by tony on topic SWPI - Problema all'avvio
Bene :-) nel frattempo ho quasi finito di uploadare la 528 ( ti faccio sapere quando ) e mi dovrai fare il favore di provarla per capire se risolve il problema delle nuove RAM.

TT

Please Log in to join the conversation.

  • Martin
  • Martin's Avatar Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #1769 by Martin
Replied by Martin on topic SWPI - Problema all'avvio
Volentieri :)

Please Log in to join the conversation.

More
10 years 7 months ago #1772 by tony
Replied by tony on topic SWPI - Problema all'avvio
Fatto. puoi scaricare dal solito link in download

Please Log in to join the conversation.

  • Martin
  • Martin's Avatar Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #1773 by Martin
Replied by Martin on topic SWPI - Problema all'avvio
Okidoki ;)

Please Log in to join the conversation.

More
10 years 5 months ago #2196 by iw7eex
Replied by iw7eex on topic SWPI - Problema all'avvio
Salve a tutti. SWPI ha deciso di non partire.. ho seguito la guida e scritto la scheda usando sw dedicato.. ma nulla... Non so davvero cosa fare. Ho un RPI preso 2o giorni fa. modello con ethernet.

come potrei agire? grazie

Please Log in to join the conversation.

More
10 years 5 months ago #2197 by Roberto Vaccaro
Ciao Gianluca,
cosa vedi a video?
Non ho capito bene cosa intendi per ... non partire ...
Il Raspi parte e non si avvia swpi o resta tutto spento?

73 de Iw1pur

Please Log in to join the conversation.

More
10 years 5 months ago #2198 by iw7eex
Replied by iw7eex on topic SWPI - Problema all'avvio
Ciao Roberto, grazie per aver risposto.
Non vedo nulla.
Schermata nera.
RPI ha il led che si illumina.
Per la precisione lampeggia 8 volte e poi si ferma. come se non riuscisse a far partire il boot.

Schermo nero.

Ho rimesso Raspbian e parte.
ma swpi non va.

Please Log in to join the conversation.

More
10 years 5 months ago #2199 by tony
Replied by tony on topic SWPI - Problema all'avvio
Se ne parla qualche post più sotto. Devi scaricarti l'ultima versione del firmware che è swpi_528.img
Nelle ultime schede hanno cambiato la RAM e la vecchia versione da il problema degli 8 lampeggi.
TT

Please Log in to join the conversation.

More
10 years 5 months ago #2202 by iw7eex
Replied by iw7eex on topic SWPI - Problema all'avvio
Ciao Tony, ti chiedo scusa per aver fatto perdere tempo. Non mi ero accorto che nella pagina download era stato riattivato il link dropbox. Avevo scaricato dal Mirror che mi dava la vecchia versione del so. Ora ho provveduto a scaricare dalla pagina download. Grazie ancora a te e a Roberto per aver risposto. Iniziamo questa avventura.. vediamo come va a finire! :D gentilissimi. Buon week end.

Please Log in to join the conversation.

More
10 years 5 months ago #2204 by iw7eex
Replied by iw7eex on topic SWPI - Problema all'avvio
DUnque sistema operativo istallato. Ora viene la parte più complessa credo.. mettere i dati on line. Ma un dubbio mi sorge..una volta che parte il swpi non c'è modo di far partire interfaccia grafica quindi usare altre funzionalità? Immagino sia chiedere troppo a questo giocattolo... :)
grazie

Please Log in to join the conversation.

More
10 years 5 months ago #2208 by tony
Replied by tony on topic SWPI - Problema all'avvio
No ... swpi consuma assolutamente pochissime risorse della Raspberry.
Se non vuoi che il software parta aumaticamente commenta la riga di avvio in fondo al file /etc/profile e a qual quel punto puoi fare tutto quello che vuoi ...

Please Log in to join the conversation.

More
10 years 5 months ago #2210 by iw7eex
Replied by iw7eex on topic SWPI - Problema all'avvio
Grazie milleTony.
Comunque piccola nota tecnica. Riesco ad alimentare rpi da usb autoalimentato. La corrente pare entrare dalla porta. E non necessita della sua alimentazione dalla mini USB. stando a quanto vedo non dovrebbe creare problemi

Please Log in to join the conversation.

More
10 years 5 months ago #2211 by tony
Replied by tony on topic SWPI - Problema all'avvio
non è una buona idea.la USB non ha nessuna protezione ed in caso di sovratensione rischi di danneggiare la scheda. ti consiglio di cambiare hub

Please Log in to join the conversation.

More
10 years 5 months ago #2309 by iw7eex
Replied by iw7eex on topic SWPI - Problema all'avvio
Riporto testualmente:

No handlers could be found for logger "station.wms100"

e poi riprende con i vari check di internet disk space left. ecc. a loop.

che vuol dire?

Infiniti ringraziamenti.

Please Log in to join the conversation.

More
10 years 5 months ago #2310 by iw7eex
Replied by iw7eex on topic SWPI - Problema all'avvio
dimenticavo.. stavo cercando di installare usando questa guida che ho trovato

www.vololiberomontecucco.it/vlmc/media/k...nts/987/SWPILAMP.pdf

Please Log in to join the conversation.

More
10 years 5 months ago #2311 by tony
Replied by tony on topic SWPI - Problema all'avvio
In quella guida è un installazione server molto particolare. Tutti i componendoti server ( mysql , apache, php .. ) non servono per un uso normale.

Please Log in to join the conversation.

Time to create page: 1.121 seconds