Forum Replies Created
-
AuthorPosts
-
torben_piParticipant
Thanks!
torben_piParticipantsolved
torben_piParticipantUpdate:
In my project I did add the directories so that the synchronization works. But this is only a solution for one project… and I don’t want to do this manually everytime
torben_piParticipantHi,
dmesg shows no suspicious actions, the last entry is about connecting a keyboard.
What do you mean by password-based authentication? Is there an option to choose between the generated key and a password everytime?
torben_piParticipant@bazis wrote:
Hi,
That should not normally happen. Typically the connection with Raspberry Pi takes less than 10 seconds.
Please try the following to diagnose it:
1. See if your Raspberry Pi CPU is busy doing something else by running the top command.
2. Try addressing it by IP instead of hostname. Does that change anything?
3. Try using Wireshark to see what happens on the network. Is all the time consumed waiting for one packet or are there several packets exchanged in between? Does with the SSH packets, or are there some suspicious ICMP packets in between?Sorry for the late answer!
1. top command shows strange load…
When no connection to VisualGDB is established CPU usage is low (up to 4%) and idle high (up to 90%). When VisualGDB is connected usage is up to 40% and sy (I guess system) up to 60% so idle is around 0%…2. Already done
torben_piParticipantpush
torben_piParticipantThank you! This helped me a lot!
To be sure… After every installed library I need to run sysroot sync – ok. Once I have added the path ‘C:SysGCCraspberryarm-linux-gnueabihfsysrootusrlocalinclude
I then only need to specify the name of the library in the makefile settings (given that every new lib is installed in the same directory on the raspberry), is this right? -
AuthorPosts