meier/plocSupervisor #89

Merged
muellerr merged 6 commits from meier/plocSupervisor into develop 2021-09-02 09:13:01 +02:00
44 changed files with 608 additions and 1258 deletions
Showing only changes of commit 95b49ca49d - Show all commits

View File

@ -932,6 +932,10 @@ All content will be printed with
```` ````
cat file.bin | hexdump -v 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 ## Preparation of a fresh rootfs and SD card

View File

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

2
tmtc

Submodule tmtc updated: c125a62612...ce5596f566