I need to connect my embedded linux board (AT91SAM9260) to internet using GPRS modem. In desktop linux, I use wvdial to connect my desktop to internet using GPRS modem. But I don't know what tools to use in embedded linux.
I've read on internet that some people use pppd in embedded linux to connect GPRS modem to internet. But I don't know how to add pppd application to embedded linux.