Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cause Raspberry Pi hangs/freezes #127

Closed
krizchong opened this issue Feb 8, 2018 · 2 comments
Closed

Update cause Raspberry Pi hangs/freezes #127

krizchong opened this issue Feb 8, 2018 · 2 comments
Labels

Comments

@krizchong
Copy link

krizchong commented Feb 8, 2018

After i updated Turtlebot folder in my Raspberry Pi of TB3 Burger according to https://discourse.ros.org/t/turtlebot3-software-and-firmware-update-and-waffle-pi/3729, then when I try to catkin_make, Pi will just hang/freeze as
img_20180208_144837

Then I remove turtlebot3_patrol folder and catkin_make again, Pi always hangs/freezes at
img_20180208_145557

Pi will just hang/freeze and even the mouse pointer cannot move at all!
What was happened? Any advice?

@krizchong krizchong changed the title Update cause Raspberry Pi hang Update cause Raspberry Pi hangs/freezes Feb 8, 2018
@krizchong krizchong reopened this Feb 8, 2018
@kijongGil
Copy link
Contributor

Hi :)

I think that this problem is error about multi-core build.

Try catkin_make again with single-core.

catkin_make -j1

Thanks
Gilbert

@krizchong
Copy link
Author

Thanks Gilbert for your reply.

Justnow I remove the Turtlebot3 folder then clone again from github, then it can compile without freezing.

I will try catkin_make -j1 next time if facing similar problem. Thank you ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants