this post was submitted on 13 Dec 2024
6 points (87.5% liked)
Embedded
259 readers
1 users here now
We talk and share about anything Embedded, including;
- PCB Design.
- Hardware architecture.
- Embedded platforms and chipsets.
- Protocols.
- Embedded programming.
- Digital Logic.
- FPGA.
- VHDL, System Verilog...etc.
- Intel Quartus, AMD Xilinx...etc.
- DIP, DSP.
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You may want to take a look at the TockOS instead of Linux if you're doing embedded dev - it's a safer alternative to Linux for embedded devices, and generally easier to work with (though the supported hardware alternatives are not as numerous as with Yocto / linux).
I'd recommend against something like Debian for embedded work - it's too large, and presents too much of an attack surface for most embedded project needs. And while Debian doesn't often see critical security vulnerabilities, it does on occasion and you'd need to figure out a method for performing those upgrades on your embedded device (which wouldn't be fun for yourself or anyone else who uses your project). Just something to keep in mind..