update tmtc and arcsec submodule
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob.Meier
2021-08-20 13:56:43 +02:00
parent 3acb61959a
commit 95b49ca49d
4 changed files with 7 additions and 3 deletions

View File

@ -932,6 +932,10 @@ All content will be printed with
````
cat file.bin | hexdump -v
````
To print only the first X bytes of a file
````
cat file.bin | hexdump -v -n X
````
## Preparation of a fresh rootfs and SD card

View File

@ -41,7 +41,7 @@ debugging. */
#define ADD_PLOC_SUPERVISOR 1
#define ADD_PLOC_MPSOC 0
#define BOARD_TE0720 1
#define BOARD_TE0720 0
#define TE0720_HEATER_TEST 0
#define P60DOCK_DEBUG 0

2
tmtc

Submodule tmtc updated: c125a62612...ce5596f566