Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup of EHCI debug device implementation #2

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
6 changes: 6 additions & 0 deletions examples/debugdevice_full_duplex/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# binaries
terminal
test

# work products
vend_ax.hex
debuglog.txt

2 changes: 1 addition & 1 deletion examples/debugdevice_full_duplex/master/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

for dev in $DEVS;do
echo "Downloading $1 to $dev"
sudo /sbin/fxload -v -D /dev/bus/usb/$dev -t fx2lp -I $1 -c 0x01 -s /home/administrator/Vend_Ax.hex
sudo /sbin/fxload -v -D /dev/bus/usb/$dev -t fx2lp -I $1 -c 0x01 -s ../vend_ax.hex
done

exit 0
Loading