Hi Amit,
I used linaro powertop to check idle state on embedded board with EXYNOS4 series. I modified Makefile to use -lncurse instead of -lncursew and it was well operated on my board. - kernel : 2.6.36 - libncurse : libncurses5-dev
But, same powertop binary doesn't work on new embedded board. When execute powertop, I faced one problem which stop powertop during initialization of ncurse in display.cpp. (init_display function) - kernel : 3.0 - libncurse : libncurses5-dev Does anyone have experience about it?
Regards, Chanwoo Choi