iot-chalmers / BlueFlood

Concurrent Transmissions for Multi-Hop Bluetooth 5, Proceedings of the 2019 International Conference on Embedded Wireless Systems and Networks (EWSN 2019)
Other
16 stars 7 forks source link

Question: How long does it take to program on the connected mote?(Compilation Error because of toolchain installation) #2

Closed maroufi closed 2 years ago

maroufi commented 3 years ago

Congratulations to the ‌BlueFlood team for this successful project. I apologize in advance for my poor English. I tried to have a testbed and run project on nrf52840 board. I faced to this point that programming on the board with "make dirty-channel.flash" does not have result. I see this log without any progress. pic

What's the reason of this issue? And How can I tell you more detail about this try.

olafland commented 3 years ago

It should work out of the box, i.e., you should see some startup info from Contiki directly.

beshrns commented 3 years ago

Hi Salman,

I see in your picture error messages directly when it tries to flash the binary in the sensor. It indicates that the program was not loaded on your device. Please consult the installation procedure of the tool chain.

Best, Beshr

On Wed, 25 Aug 2021, 20:35 Olaf Landsiedel @.***> wrote:

It should work out of the box, i.e., you should see some startup info from Contiki directly.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iot-chalmers/BlueFlood/issues/2#issuecomment-905777614, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABB6IKJPV24K5JP5T4TNO6TT6UZW3ANCNFSM5CYRTCXA . 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&utm_campaign=notification-email .

maroufi commented 3 years ago

Hi Beshr.

Thanks for your helpful response. That error was related to this bash file https://github.com/iot-chalmers/BlueFlood/blob/master/cpu/arm/nrf52x/nrfjprog.sh and based on my research, in this bash file there are a few deprecated syntax as it mentioned on this page https://wiki.bash-hackers.org/scripting/obsolete. I can make a pull request for this.

Thank you.