greatfet icon indicating copy to clipboard operation
greatfet copied to clipboard

GreatFET firmware and host software

Results 85 greatfet issues
Sort by recently updated
recently updated
newest added

I2C verb "i2c_repeated_transmit" conducts a write/read sequence a specified number of times. Use case: many inertial sensors e.g .ST LSM6DS33, employ a FIFO that can be read at a pre-determined...

Hi. Does greatfettool support umap2? umap2 link : https://github.com/nccgroup/umap2 In my opinion, it seems to be an error caused by not finding the physical device. "/dev/ttyUSB0". I get a device...

question
software

Hello, My code appears to hang on the SCSI READ (0x28) and WRITE (0x2A) when the amount of data exceeds 512. The code appears to hang at greatdancer.py line 250....

needs validation
technical support

Adding a little information about the initial setup to save others some time in figuring out that a DFU is required before use.

documentation

I am receiving a series of errors when trying to initiate a connection with the GreatFET in a virtual machine running Kali Linux 19.02. The error is as follows: root@kali:~#...

needs validation
external bug

I have connected multiple SPI NOR-Flash chips (winbond W25Q16JV) to the greatfet and tried to use the spi-flash info command to read the ID code from the chips; however, 90%+...

technical support

This should be merged after https://github.com/greatscottgadgets/libgreat/pull/30 to bring in the PLL startup changes.

Running into a driver issue when I try to run the logic command on Windows 10. gf logic -p /tmp/spi-capture12.sr Sampling 8 channels at 17 MHz. Press Ctrl+C to stop...

needs validation
technical support

https://greatscottgadgets.github.io/greatfet-tutorials/logic-analysis.html shows gf.spi.transmit("GreatFET") bot doing this on Python3 errors out. Instead I used gf.spi.transmit(b"\x88\x88\x88\x88")

documentation
cleanup

There seems to be a problem with the temporary file created with tempfile.NamedTemporaryFile in greatfet_logic.py as during the zip processing there will be a permission error like below File "c:\users\mozor\appdata\local\programs\python\python38\lib\zipfile.py",...

bug