diff --git a/hw/application_fpga/data/udi.hex b/hw/application_fpga/data/udi.hex index 9bc5559..c127fdf 100644 --- a/hw/application_fpga/data/udi.hex +++ b/hw/application_fpga/data/udi.hex @@ -1,2 +1,2 @@ -00010203 +073570c0 04050607 diff --git a/hw/application_fpga/fw/testapp/main.c b/hw/application_fpga/fw/testapp/main.c index 61f6266..89b6958 100644 --- a/hw/application_fpga/fw/testapp/main.c +++ b/hw/application_fpga/fw/testapp/main.c @@ -122,8 +122,8 @@ int main(void) // But a syscall to get parts of UDI should be able to run int vidpid = syscall(TK1_SYSCALL_GET_VIDPID, 0, 0, 0); - if (vidpid != 0x00010203) { - failmsg("Expected VID/PID to be 0x00010203"); + if (vidpid != 0x073570c0) { + failmsg("Expected VID/PID to be 0x073570c0"); anyfailed = 1; }