hi
i try to connect Xbee to Raspberry pi but nothing works.
my /boot/cmdline.txt looks like this:
pi@raspberrypi:~ $ cat /boot/cmdline.txt
dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
i haven't go /etc/inittab but not getty process on /dev/ttyAMA0:
pi@raspberrypi:~ $ ps aux | grep AMA0
pi 819 0.0 0.4 4252 1884 pts/0 S+ 21:35 0:00 grep --color=auto AMA0
i try to open /dev/ttyAMA0 with minicom but still offline :
Welcome to minicom 2.7
OPTIONS: I18n
Compiled on Jan 12 2014, 05:42:53.
Port /dev/ttyAMA0, 21:24:01
Press CTRL-A Z for help on special keys
CTRL-A Z for help | 9600 8N1 | NOR | Minicom 2.7 | VT102 | Offline | ttyAMA0
I have not idea, please help
regards