KFDCompiled
KFDCompiled
New init script logic did not detect MS320-48FP
Will do; but before I do, do you want me to try: `echo MODEL=MS320-48FP > /etc/boardinfo`
Boot log: ``` LinuxLoader built Nov 12 2020 18:01:50 init_pll ok init_spi ok init_memctl ok wait_memctl ok Training DRAM ok init_irq ok init_dram_uncached ok init_icache ok init_dcache ok enable_caches ok...
@halmartin the updated firmware correctly autodetected the board! I corrected the link in the installation instructions--both it and the link in your comment: > Please flash [postmerkOS-20220406.bin] link to 20220118...
I've contributed to the #1775 bounty and am excited to test this PR!
@nurbecause did you get this figured out?
I've cloned the repo to incorporate @kylemanna [HMAC-SHA1 Challenge & Response pull request](https://github.com/keepassx/keepassx/pull/52/) for keepassx. Updating KeePassKit is probably doable but I don't know the first thing about Cocoa UI....
@mstarke I agree that converting KeePassKit into a xcode framework is a robust solution. Based on [Issue #350](https://github.com/mstarke/MacPass/issues/350) and [Apple's Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/LoadingCode/Concepts/Plugins.html), do you think the putative KeePassKit.framework should handle plug-in...
> Should we try to use your approach to flesh out a plugin interface? @mstarke yes, I think the existing codebase—from [KeeChallenge](http://sourceforge.net/p/keechallenge/code/ci/master/tree/), @kylemanna's [fork of keepassx](https://github.com/kylemanna/keepassx), and [yubico-c](https://github.com/Yubico/yubico-c)—give enough to...
@mstarke moved the conversation to Issue #350