Difference between revisions of "IDP Tips"
From ESS-WIKI
(Created page with "*Re-size Rootfs System on IDP Target *'''Restart Boot Service''' #systemctl restart boot.service *'''Check boot log''' #cat /var/log/syslog | grep boot...") |
(No difference)
|
Revision as of 10:35, 17 February 2016
- Restart Boot Service
#systemctl restart boot.service
- Check boot log
#cat /var/log/syslog | grep boot
- Add new Modem Model in IDP system (WebUI ) support ( Must confirm drive has loaded )
lsusb => check the Device ID : ex: Sierra/MC7354 1199:68c0 #vim /etc/modem_cell_default add “Sierra|MC7354|1199|68c0|3g|ttyUSB2|ttyUSB2
- Capture usb packet for analyze
1. Enable "CONFIG_USB_MON" kernel config -> Device Driver -> USB 2. modprobe usbmon 3. cat /sys/kernel/debug/usb/usbmon/0u > ./mon.out