I have a Google coral Devboard that I've been working on for the past few months. I plugged it in today and the PWR LED is blinking. No connection to the devboard is achievable, fan doesn't turn on, and using serial isn't working. Has anyone encountered this before? I do not have it connected to power intensive devices. The documentation does not say what blinking means.
Related Questions in GOOGLE-CORAL
- GAN implementation via Raspberry or Coral TPU boards
- Is it possible to convert the Google MediaPipe FaceMeshV2 TFLite model with post-training quantization to a fully integer-quantized model version?
- Can running the same model on CPU and Edge TPU yield different results?
- Is there a way to verify a model summary with printf debug statements in the LibCoral or TFLM C++ API?
- AttributeError: 'Delegate' object has no attribute '_library' on Coral USB accelerator
- Google Coral.ai Developer Board - basic terminal issue under windows 10 - "your terminal lacks the ability to clear the screen
- How to include Coral into Yocto Build
- How to deal with Google-Coral source code, especially libedgetpu library?
- Why is my custom model not running on the coral micro edge tpu?
- Pycoral: but it is not going to be installed
- Google coral developer board not working with waveshare display
- "no such package '@bazel_tools//platforms'" when building with bazel
- Why can't I install pycoral~=2.0 (Error: could not find a version that satisfies the requirement...)
- SuperPoint conversion to Google Coral
- How do you install pycoral on a raspberry pi?
Related Questions in GOOGLE-DEVELOPER-TOOLS
- How to tweak the security policy of Chrome, in order to run "unsafe" snippets in the console?
- How to set date from React Date Picker with Google Chrome Dev tool?
- Where are my endpoints and what are the AJAX requests doing?
- How to convert Google Chrome's Devtools Perfomance profiler json data dump to diagrams like .puml?
- How to disable yellow lines around elements in the website while opening the google dev console?
- How to stop dev tools (inspect element) on Chrome from closing?
- Issues with Dagger Hilt and KSP in Android Kotlin Project: Cannot Resolve Symbol ‘Inject’
- How do I identity the Chrome extension that is causing console error: Refused to execute inline script because it violates
- use GoogleNetHttpTransport.newTrustedTransport() func, return a error! java.lang.ExceptionInInitializerError
- How to keep google Oauth token permanently without publishing the application
- Deep linking of gmail app on IOS and Adroid
- How to find the analytics page for a Google reCAPTCHA registration
- Download files in network tab in inspection
- Show source file of objects in Chrome developer tools
- Is there anyway to change location accuracy value on Google Chrome when using Developter tool?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I ran into this issue when I was first flashing Mendel onto the board with the environmental sensor board and camera module attached. After power cycling and changing boot to eMMC mode, the LED blinked and the fan twitched, but nothing more.
I resolved it by disconnecting both attachments; reconnecting the power source returned the board to normal behavior. Likely, it was a power or first boot issue (or a combination). Hope that helps in some way.