You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@crypto:/home/username/Embedded/lm4tools/lm4flash# ./lm4flash ~/Embedded/tiva-template/build/main.bin
Found ICDI device with serial: 0E21335F
fopen: No such file or directory
without root I got a below output
Unable to open USB device: LIBUSB_ERROR_ACCESS
Unable to find any ICDI devices
I'm using Ubuntu 16.04.1 (x64) .TM4C123GXL Launchpad
when I disassemble the gdb64 . I put breakpoint line 766 of lm4flash.c output is
(gdb) x/xw rom_name
0x7fffffffe74d: 0x6f6f722f
(gdb) x/s rom_name
0x7fffffffe74d: "/root/Embedded/tiva-template/build/main.bin"
The text was updated successfully, but these errors were encountered:
root@crypto:/home/username/Embedded/lm4tools/lm4flash# ./lm4flash ~/Embedded/tiva-template/build/main.bin
Found ICDI device with serial: 0E21335F
fopen: No such file or directory
without root I got a below output
Unable to open USB device: LIBUSB_ERROR_ACCESS
Unable to find any ICDI devices
I'm using Ubuntu 16.04.1 (x64) .TM4C123GXL Launchpad
when I disassemble the gdb64 . I put breakpoint line 766 of lm4flash.c output is
(gdb) x/xw rom_name
0x7fffffffe74d: 0x6f6f722f
(gdb) x/s rom_name
0x7fffffffe74d: "/root/Embedded/tiva-template/build/main.bin"
The text was updated successfully, but these errors were encountered: