Skip to content
Snippets Groups Projects
Commit 09c42129 authored by David Mondou's avatar David Mondou
Browse files

Use USB for pls62. Fix find_expansion.sh

parent 25da6ce1
No related branches found
No related tags found
No related merge requests found
......@@ -38,13 +38,13 @@ do_start() {
if [ $BOARD = "310-00110" ]; then
echo "found verizon cell modem expansion card"
/etc/init.d/ec21_cell_init.sh
/etc/init.d/ec21_pwron.sh usb
/etc/init.d/ec21_cell_pwron.sh usb
fi
if [ $BOARD = "310-00121" ]; then
echo "found pls62-w cell modem expansion card"
/etc/init.d/pls62_cell_init.sh
/etc/init.d/pls62_pwron.sh uart
/etc/init.d/pls62_cell_pwron.sh usb
fi
#add tests for additional expansion cards here as they become available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment