-
Notifications
You must be signed in to change notification settings - Fork 964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: 2.2.7 pico does not initialize properly #2816
Comments
Yeah, there's definitely something going on with this.
|
GPS initialization issue possibly based on that last line. @jp-bennett do you have a pico based board? |
No, but I'd agree, it's something odd with trying to power up GPS. Which may or may not exist. What is the general setup for a pico board? Is there a Lora HaT? |
Waveshare LoRa module https://meshtastic.org/docs/hardware/devices/raspberry-pi/ |
There's also the RAK RP2040 based core but don't know if it's affected. |
I'm going to say yes
|
We dropped the check for GPS_SERIAL_NUM during init. That chip probably doesn't have a serial port to try to bring up. I'll open a PR just to try to fix this in a bit. |
I have a Waveshare RP2040-Plus 4MB coupled to a Waveshare SX1262 LoRa Node Module for a Raspberry Pi Pico. No gps at the moment. Perhaps in the future. |
In theory #2817 fixes this hang. |
I’ll test it |
Nope, 2.2.8 is not working. I tried to capture the output: //\ E S H T /\ S T / C DEBUG | ??:??:?? 1 Filesystem files: Green led is still on. |
@jp-bennett Yes, you are right. I was too fast and downloaded the wrong one. Now 2.2.8 is working. Many thanks for the fast fix. |
Category
Other
Hardware
Raspberry Pi Pico (W)
Firmware Version
2.2.7.e8970ad
Description
It hangs during boot.
The led stays on continuesly.
I cannot get a putty window on the serial port.
The previous alpha version 2.2.6 works
Relevant log output
No response
The text was updated successfully, but these errors were encountered: