Philippe Teuwen

Results 226 comments of Philippe Teuwen

RFID tags NFC tags: They are referring to different things. RFID tags = products implementing "old" standards/proprietary_standards such as FeliCa (japanese standard), ISO14443-4, Mifare Classic, Mifare Ultralight, Jewel,... NFC tags...

fine with me :)

Great! Resources -> we land on a page with a big "Documentation" title :) logo should be more contrasted, I'll send you an update

I investigated a bit with the st-link. I did a backup of the bootloader (32k as mentioned in https://github.com/Ralim/IronOS-dfu/blob/mainline/docs/BackUp.md): `st-flash read iron_os-dfu/backups/MHP30_v2.2B/backup.bin 0x8000000 32k` MD5: `f4519531b28a1884f01bb7ca033e0767 backup.bin` Then I flashed...

Testing install of runtime.dfu from the new bootloader: ``` dfu-util -D iron_os-dfu/releases/0.2/MHP30/runtime.dfu Parsing element 1, address = 0x08004000, size = 5244 dfu-util: Last page at 0x0800547b is not writeable ```...

SWD is exposed on USB, cf https://github.com/Ralim/IronOS/issues/822#issuecomment-826181215

yes it's probably the easiest and fastest way if you don't have USB breakout boards. (google "usb breakout")

Digging into old commits... https://github.com/nfc-tools/libnfc/commit/8de7ce38 added raw mode to support magic cards wakeup https://github.com/nfc-tools/libnfc/commit/ca96e50e reused it for EV1 auth, but I don't think it's needed, as GET_VERSION and PWD_AUTH responses...

So the algo execution depends on where the cursor is ? or on which section is currently displayed? I sent you the files on your protonmail.

ok I could reproduce, if you move cursor to 0x3804 then F3, then because we're at a position where files are misaligned, it fails at realigning data which is before...