calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

Provide HEX file(s) for initial scientific measurements #93

Open rzbrk opened 3 years ago

rzbrk commented 3 years ago
Amerlander commented 2 years ago

Added with https://github.com/calliope-edu/CalliopEO_AstroPi/commit/e6fcaab596ed35f8182f0408717da75c8a822448 .data. files is not included yet.

rzbrk commented 2 years ago

Hmmm, cannot run the hex successfully. Seems, the hex is not responding with @START@.

I tested with 30sec-iss-sensors.hex, it works. But not the new hex.

rzbrk commented 2 years ago

Still the updated infinite-iss-sensors-2s.hex (this file) doesn't like to work on my test system. Here is a log for your information:

Script started on 2021-08-25 07:27:51+00:00 [TERM="screen.xterm-256color" TTY="/dev/pts/1" COLUMNS="173" LINES="45"]
calliope@astropiir:~/calliopEO $ ls -lal
total 632
drwx------ 7 calliope calliope   4096 Aug 25 07:27 .
drwx------ 5 calliope calliope   4096 Aug 25 07:19 ..
-rw------- 1 calliope calliope      0 Aug 25 07:27 20210825_testing.log
-rw------- 1 calliope calliope 287528 Aug 25 07:25 30sec-iss-sensors.zip
drwx------ 2 calliope calliope   4096 Aug 25 07:19 assets
-rwx------ 1 calliope calliope  16593 Aug 25 07:19 CalliopEO.py
-rw------- 1 calliope calliope   3151 Aug 25 07:19 CHANGELOG.md
drwx------ 8 calliope calliope   4096 Aug 25 07:19 .git
-rw------- 1 calliope calliope     38 Aug 25 07:19 .gitignore
-rw------- 1 calliope calliope 246240 Aug 25 07:20 infinite-iss-sensors-2s.zip
-rw------- 1 calliope calliope   1065 Aug 25 07:19 LICENSE
drwx------ 2 calliope calliope   4096 Aug 25 07:19 modules
-rw------- 1 calliope calliope  14429 Aug 25 07:19 ProgramDescription.md
-rw------- 1 calliope calliope   9139 Aug 25 07:19 README.md
-rw------- 1 calliope calliope     72 Aug 25 07:19 requirements.txt
-rwx------ 1 calliope calliope   3288 Aug 25 07:19 setup.sh
drwx------ 4 calliope calliope   4096 Aug 25 07:19 testcases
-rw------- 1 calliope calliope    406 Aug 25 07:19 testing.conf
-rwx------ 1 calliope calliope   3411 Aug 25 07:19 testing.sh
drwx------ 2 calliope calliope   4096 Aug 25 07:19 testresults
calliope@astropiir:~/calliopEO $ md5sum *.zip
d083f26dcb3e1d8e4981e3159825f59d  30sec-iss-sensors.zip
1afd0fda544ea1e40a142fb9e3e71db5  infinite-iss-sensors-2s.zip
calliope@astropiir:~/calliopEO $ ./CalliopEO.py --max-data-size=100000 --max-script-execution-time=180000
-=# CalliopEO #=-
Unpacked /home/calliope/calliopEO/30sec-iss-sensors.zip
Unpacked /home/calliope/calliopEO/infinite-iss-sensors-2s.zip

programming: /home/calliope/calliopEO/run_20210825-072837/30sec-iss-sensors.hex
done
open serial port
Calliope Mini found on /dev/ttyACM0  ..........

done
reading data

Start @ 2021/08/25-07:28:54; Will stop @ 2021/08/27-09:28:54

Sending @START@

Received @START@
*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************

done
############################################################################################################

programming: /home/calliope/calliopEO/run_20210825-072837/infinite-iss-sensors-2s.hex
done
open serial port
Calliope Mini found on /dev/ttyACM0  ..........

done
reading data

Start @ 2021/08/25-07:29:45; Will stop @ 2021/08/27-09:29:45

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Something went wrong. Retrying flashing (2/3)
programming: /home/calliope/calliopEO/run_20210825-072837/infinite-iss-sensors-2s.hex
done
open serial port
Calliope Mini found on /dev/ttyACM0  ..........

done
reading data

Start @ 2021/08/25-07:30:10; Will stop @ 2021/08/27-09:30:10

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Something went wrong. Retrying flashing (3/3)
programming: /home/calliope/calliopEO/run_20210825-072837/infinite-iss-sensors-2s.hex
done
open serial port
Calliope Mini found on /dev/ttyACM0  ..........

done
reading data

Start @ 2021/08/25-07:30:36; Will stop @ 2021/08/27-09:30:36

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@

Sending @START@
calliope@astropiir:~/calliopEO $ exit
exit

Script done on 2021-08-25 07:31:17+00:00 [COMMAND_EXIT_CODE="0"]