-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question: How can I see CPU IDs logs for configuration? #3
Comments
Hi Salman,
Please take a look at the Makefile
https://github.com/iot-chalmers/BlueFlood/blob/master/examples/nrf-glossy/Makefile
To log from the serial port, you can use the log make target:
make log uart_device=tty.usbmodem000$(NRF_JLINK_SN)1
Set NRF_JLINK_SN to the serial number of your debug port.
Otherwise, you can check which serial port is being used on your pc, and
log from it using any serial logger you like.
The default baud rate is 115200
Best,
Beshr
…On Sat, 28 Aug 2021, 11:20 Salman Maroufi ***@***.***> wrote:
Hi Blueflood Team.
I tried to have Blueflood network. I program this project on nrf52840
board and programming process was done in HELLOWORLD_TESTBED mode.
[image: 2222]
<https://user-images.githubusercontent.com/13234572/131212885-d04d5ced-c85a-4380-a66e-d662cdebca18.PNG>
How can I see logs for finding CPU IDs and How can I see flooding logs?
Can I use picocom to view the logs on the UART?
If it's true can you tell me about port and details?
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB6IKMZSSD7NMR5FVKQZH3T7CS57ANCNFSM5C65YANA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
For test and making sure that serial logger works correctly, I add some fake code in PROCESS_THREAD before TEST_HELLO_WORLD condition. |
Hi Blueflood Team.
I tried to have Blueflood network. I program this project on nrf52840 board and programming process was done in HELLOWORLD_TESTBED mode.
How can I see logs for finding CPU IDs and How can I see flooding logs?
Can I use picocom to view the logs on the UART?
If it's true can you tell me about port and details?
Thanks.
The text was updated successfully, but these errors were encountered: