Andrey Gorshkov

Results 11 comments of Andrey Gorshkov

> yes I was able to spoof multiple devices during my masters thesis Can I read your masters thesis?

Well, the solution is to execute core-cpu1 as root

Actually there is another problem. My build/exe/cpu2 folder looks like this ``` . ├── cf │   ├── arducam.so │   ├── cfe_es_startup.scr │   ├── cfs_lib.so │   ├── ci.so │   ├── clyde_eps.so...

Also there are some other errors: ``` 1980-012-14:03:20.26948 ES Startup: CI loaded and created EVS Port1 42/2/CI 7: IO_TransUDP Error: bind socket failed. errno:98 EVS Port1 42/2/CI 6: CI -...

Well, we defined OS_DEBUG_PRINTF and it shows that hwlib can't load because of undefined spi_unselect_chip, so we just delete all code with it. Idk why, but now it works Errno...

I just hardcoded the port ``` int32 IO_TransUdpBindSocket(IO_TransUdp_t * udp) { if (udp == NULL) { CFE_EVS_SendEvent(IO_LIB_TRANS_UDP_EID,CFE_EVS_ERROR, "IO_TransUDP Error: Null input argument. "); return IO_TRANS_UDP_BAD_INPUT_ERROR; } udp->sockAddr.sin_port = 1337; /*...

> I've been fighting this same problem for ages. I'm trying to run cFS on a Raspberry Pi Zero, so the build times are quite long. The problem isn't limited...