trezor-firmware icon indicating copy to clipboard operation
trezor-firmware copied to clipboard

[Epic] Port Core codebase to Trezor One hardware

Open prusnak opened this issue 7 years ago • 3 comments

  • [x] HAL
    • [x] display
    • [x] touch
    • [x] usb
  • [x] modules
    • [x] modtrezorconfig
    • [x] modtrezorcrypto
    • [x] modtrezorio
    • [x] modtrezorui
    • [x] modtrezorutils
  • [ ] boardloader/bootloader
    • [x] Modify T1 bootloader to run both Core and Legacy #1045
  • [ ] https://github.com/trezor/trezor-firmware/issues/1865
  • [ ] Hardware optimalization

prusnak avatar Oct 02 '18 17:10 prusnak

Doing https://github.com/trezor/trezor-firmware/issues/435 beforehand would help us a lot.

tsusanka avatar Aug 22 '19 12:08 tsusanka

We have agreed on with Product that we would like to keep the PIN entry on T1 as it is, that means using the pin matrix. Yes this has a drawback that the USB needs to be turned on beforehand, however we do not want introduce a new feature into the Port process.

tsusanka avatar Jul 02 '20 13:07 tsusanka

We have agreed on with Product that we would like to keep the PIN entry on T1 as it is, that means using the pin matrix. Yes this has a drawback that the USB needs to be turned on beforehand, however we do not want introduce a new feature into the Port process.

This makes FIDO2 PIN entry on the device impossible. We could theoretically allow entering the FIDO PIN on host (FIDO allows us to specify this) - but this is a bad idea when the FIDO PIN will be the same as a device PIN (current situation) - introducing different PIN for FIDO also seems like a UX hell.

However, I guess we can live with FIDO being PIN-less on T1.

prusnak avatar Jul 02 '20 14:07 prusnak