This repository was archived by the owner on Jul 9, 2024. It is now read-only.
Replies: 4 comments 7 replies
-
Settings used for RTT Viewer (says no USB device is connected, when pressing ok): |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converted issue to a discussion because it's not a bug in asset-tracker-cloud-firmware-aws. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just asking the obvious, on the same device using the same USB cable, the AT client produces UART output? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Please post full
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have followed this doco to set up AWS and create a customised firmware.
My only deviation was that, rather than flashing from the Linux box where I built, I downloaded the certificates and HEX file to my PC (Windows 10) and applied manually through LTE Link Monitor (certs) and Link Monitor (HEX). Both of those activities showed success messages.
After applying the custom firmware, the LED no longer lights up and device is clearly behaving differently. However, there is no evidence that it is communicating with AWS. Further, I modified
overlay-low-power.conf
to re-enable the LED and UART, but this does not have an effect on the device. I have rebuilt/reapplied the firmware multiple times, to multiple devices.I'm very confused and running blind, because I can't see anything on a terminal Link Monitor or J-link RTT Viewer. I have also tried the Trace Collector application, however, the files it generates are 0 bytes.
I see no evidence in AWS CloudTrail of the devices attempting to contact AWS.
It's clear that something on the firmware is not happy, but how to troubleshoot and resolve are not clear to me. I am hoping by my description, someone familiar with the devices and this code base might have some ideas of where I have gone wrong.
In
build/zephyr/.config
, it appears the relevant settings are applied (eg. for UART and LED), however, when I connect the device LED Link Monitor, I don't see any output and there is no LED lit up on the device.Beta Was this translation helpful? Give feedback.
All reactions