lra-simple-panda: converted experiment to campaign
As we need hop chains to efficiently navigate to the injection point on pandaboard, this campaign uses these. As we do not yet have a component, which automatically navigates to a generic InjectionPoint (API needs to be properly designed), we do this explicitly. Change-Id: I26ca6ebb3f05cde735f9641551a8ce5478e463f6
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
#define LRASP_BIN_OFFSET 0x100000
|
||||
#define LRASP_RESULTS "LRASP.csv"
|
||||
#define LRASP_TIMEOUT 1000000 // 1s
|
||||
#define LRASP_ADDR_FUNC_BEGIN 0x830004a0
|
||||
#define LRASP_ADDR_FUNC_END 0x83000590
|
||||
#define LRASP_RESULT_ADDRESS 0x83010004
|
||||
#define LRASP_ADDR_FUNC_BEGIN 0x83000978
|
||||
#define LRASP_ADDR_FUNC_END 0x83000a68
|
||||
#define LRASP_RESULT_ADDRESS 0x83016804
|
||||
#define LRASP_RESULTS_BYTES 4
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user