Hi All,
I recently got the u96V2-G dev kit and I am tinkering around with it.
I flashed the delkin SDHC received with ultra96v2_oob_2020_1_201123_8GB.img available on avnet website.
I am attaching the serial COM putty logs for reference.
Till now I have faced 2 problems:
- Connecting to external WiFi, takes me to a screen with following response
"Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
2. Running the "OpenAMP Matrix Multiplication" example project. This also takes me to the same response page as the WiFi configuration does.
Also from serial console logs I can see the following as well:
"Starting application...
[ 1120.283265] r5@0: RPU boot from TCM.
Initialize remoteproc successfully.
creating remoteproc virtio
[ 1120.283484] r5@0#vdev0buffer: registered virtio0 (type 7)
[ 1120.300278] remoteproc remoteproc0: remote processor r5@0 is now up
[ 1120.309829] virtio_rpmsg_bus virtio0: rpmsg host is online
initializing rpmsg shared buffer pool
initializing rpmsg vdev
initializing rpmsg vdev
ERROR: Failed to create endpoint.
Stopping application..."
I am trying to understand what might cause a failure to create end point.
Thanks in advance!