Part Number: TDA4VM
I am trying to start the TDA4VM SK. I have flashed the SD card as explained and ethernet port is connected and internet connection is all fine (I checked on my regular PC).
When I reboot the board, I do see the "Welcome to Jacinto" wallpaper on the display port but it does say at the top-right corner that Ethernet and WIFI not connected although it is there physically. I entered the login: root and started the ./setup_script.sh. It does start cloning different git repos but then I see bunch of these messages:
Has header "dlfcn.h" : YES (cached)
Has header "inttypes.h" : YES (cached)
Has header "memory.h" : YES (cached)
Has header "poll.h" : YES (cached)
Has header "stdint.h" : YES (cached)
Has header "stdlib.h" : YES (cached)
Has header "stdio_ext.h" : YES (cached)
Has header "strings.h" : YES (cached)
Has header "string.h" : YES (cached)
Has header "sys/param.h" : YES (cached)
Has header "sys/poll.h" : YES (cached)
Has header "sys/prctl.h" : YES (cached)
Has header "sys/socket.h" : YES (cached)
Has header "sys/stat.h" : YES (cached)
Has header "sys/times.h" : YES (cached)
Has header "sys/time.h" : YES (cached)
Has header "sys/types.h" : YES (cached)
Has header "sys/utsname.h" : YES (cached)
Has header "sys/wait.h" : YES (cached)
Has header "ucontext.h" : YES (cached)
Has header "unistd.h" : YES (cached)
Has header "sys/resource.h" : YES (cached)
Program python3 found: YES (/usr/bin/python3)
Configuring config.h using configuration
Program hotdoc skipped: feature doc disabled
Message: Hotdoc not found, not building the documentation
Build targets in project: 17
Found ninja-1.10.0 at /usr/bin/ninja
ninja: error: manifest 'build.ninja' still dirty after 100 tries
Setup FAILED! : Make sure you have active network connection
It looks like that It didnot find the hotdoc connection and then failed. Can you help me how to resolve this issue.