rodizio1 / EZ-WifiBroadcast

Affordable Digital HD Video Transmission made easy!
GNU General Public License v2.0
811 stars 200 forks source link

HELP please, pi Zero work only with 1.5 ?! #206

Closed DomenicoPatella closed 5 years ago

DomenicoPatella commented 5 years ago

I downloaded the last version 1.6 RC6 and mountend on PI Zero as Air Pi , but the first message show ERROR wifobroadcast config filw not found .. and the the last message is mount : \ boot is busy I tried also 1.6RC5 and the problem it's the same. With 1.5 everything work
Someone can understand the problem ? Thk

errorlog

DomenicoPatella commented 5 years ago

..Solved SOLVED copied 16 file to understand if the problem was coming from GPIO and it's true. I don't know wich configuration is used ..anwyway

immagine

rodizio1 commented 5 years ago

It checks the GPIO pins during bootup, if it uses a different configfile number, it is because the Raspberry reports those GPIO pins as "connected to ground".

Either you have one or more GPIO pins really connected to ground, or something is broken with the GPIO pins.

The error message is indeed not very clear (and contains a typo ...). I'll check if it's possible to add the number to the error message so that it's easier to see what is going on.

DomenicoPatella commented 5 years ago

Ok , but there is an information in log file to understand wich number of configuration is used now? Anyway i will check the status of the GPIO pins , thank for the support

rodizio1 commented 5 years ago

No, unfortunately there is no information which file gets used as the main script in /root/.profile is not aware of the configfile copying, this is done in wbcconfig.sh.