Closed SanPollo closed 2 months ago
Can't test the fix right now behind a firewall and no HW around. You can test to open (create) .firestarter under your home dir and edit config.json (or add the file). Put
{"port": "/dev/ttyU0"}
Then try firestarter fw -i again.
A final fix will come.
Should be fixed in version 1.1.12
Try firestarter fw -i --port /dev/ttyU0
@henols many thanks - I just tested in 1.1.13 and it works fine.
Hi there,
I am following your video, but don't seem to be able to get firestarter to work with FreeBSD 14.1-RELEASE. I'm using a Relatively Universal ROM Programmer.
I was able to install firestarter using
pip install firestarter
however,firestarter fw -i
gives me the following:I have tried specifying the port with
firestarter fw -i --port /dev/ttyU0
andfirestarter fw -i --port ttyU0
but I get exactly the same message as above.An
ls -al /dev/ttyU*
shows that the device is connected:And
groups
shows that I am a member of theoperator
group.The device is currently programmed with the default firmware.
Do you have any idea what I am doing wrong? I would really like to be able to use FreeBSD (or even Windows) with firestarter, as I do not want to install a Linux-based OS just for this, so any help would be greatly appreciated.
Thanks in advance, pollito