Learn how to design and defend an embedded Linux device
embeddedbits.org
Learn how to design and defend an embedded Linux device
1–10 of 36 posts
Re: Learn how to design and defend an embedded Linux device
#2Re: Learn how to design and defend an embedded Linux device
#3Re: Learn how to design and defend an embedded Linux device
#4Re: Learn how to design and defend an embedded Linux device
#5This article recommends that manufacturers put the Secure Boot public key in OTP memory, where the eventual owner of the device will be unable to change it, and also warns that the GPLv3 will prevent you from following some of its advice. It isn't about legitimate security at all, but rather about DRM that it tries to make sound like a good thing by pretending it's security.
Re: Learn how to design and defend an embedded Linux device
#6IMHO, tiviozation of devices should be banned by law. Currently, GPL3 forbids it only, so, please, use GPL3 for your new open source project.
Re: Learn how to design and defend an embedded Linux device
#7This article is not about security. It's about device lock in, so the user will need to jailbreak the device to have control. IMHO, tiviozation of devices should be banned by law. Currently, GPL3 forbids it only, so, please, use GPL3 for your new open source project.
Re: Learn how to design and defend an embedded Linux device
#8This article is not about security. It's about device lock in, so the user will need to jailbreak the device to have control. IMHO, tiviozation of devices should be banned by law. Currently, GPL3 forbids it only, so, please, use GPL3 for your new open source project.
Please use the AGPL (3), which also defends against SaaSS. (Legitimate SaaS providers can still use it.)
Re: Learn how to design and defend an embedded Linux device
#9Re: Learn how to design and defend an embedded Linux device
#10A question very marginally related to embedded Linux, but is there any way to do hard real time on Linux? I'm working on an embedded project that requires it, and while its achievable with microcontrollers and embedded Rust, it would just be so much easier if I had an actual OS.