unleashed-firmware/scripts/debug
あく 62bbf406be
Debug: use proper hook for handle_exit in flipperapps (#3842)
* Debug: use proper hook for handle_exit in flipperapps
* fbt: flash firmware for `blackmagic` target

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
2024-09-05 19:55:43 +01:00
..
FreeRTOS Debug: revert cortex debug to lxml and drop DWT (#2651) 2023-05-09 03:31:44 +04:00
PyCortexMDebug Debug: revert cortex debug to lxml and drop DWT (#2651) 2023-05-09 03:31:44 +04:00
41-flipper.rules Toolchain fixes (#3451) 2024-02-26 16:16:19 +04:00
flipperapps.py Debug: use proper hook for handle_exit in flipperapps (#3842) 2024-09-05 19:55:43 +01:00
flipperversion.py [FL-3330] fbt: added hooks for build & dist environments; added FW_ORIGIN_* macro for apps & SDK (#2705) 2023-05-30 01:40:56 +09:00
fw.jflash Debug: revert cortex debug to lxml and drop DWT (#2651) 2023-05-09 03:31:44 +04:00
gdbinit Debug: revert cortex debug to lxml and drop DWT (#2651) 2023-05-09 03:31:44 +04:00
README.md Toolchain fixes (#3451) 2024-02-26 16:16:19 +04:00
STM32WB55_CM4.svd Debug: revert cortex debug to lxml and drop DWT (#2651) 2023-05-09 03:31:44 +04:00
stm32wbx.cfg Debug: backup openocd work area, fix crash after fresh debugger connect and continue (#3722) 2024-06-18 18:11:40 +03:00

Installing udev rules

On Linux, unprivileged users need to be in the dialout group to access serial ports and other USB devices.

To add your user to the dialout group, run the following command:

sudo usermod -a -G dialout $USER

To install the udev rules needed for debugging & CLI access to Flipper, run the following command:

sudo cp 41-flipper.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger

Note that not all possible debug interfaces are listed the 41-flipper.rules file. If your interface is not supported out of the box, you may need to add a a rule for it. You can do so by adding a new line to the file according to udev rules syntax. Use lsusb -v to find the vendor and product IDs of your device.