πŸ” Unlock the Secrets of Embedded Systems with Piembsystech!
πŸ’»βš™οΈ Your open-source learning platform & blogging site for tech professionals and fresh graduates.

πŸ“– Read now: https://www.piembsystech.com
#Piembsystech #OpenSourceLearning #EmbeddedSystems #HWSWInterface #DeviceDrivers
#Middleware #CommunicationInterface #EmbeddedDesign #IoTDevelopment #RealTimeSystems
#EngineeringLearning #TechBlogs #HardwareSoftware #EmbeddedTraining #SystemDesign
#TechCommunity #LearnAndShare #BloggingPlatform

PiEmbSysTech Embedded VLSI Research Hub

PiEmbSysTech

PiEmbSysTech

@GossiTheDog

It's an idea that superficially sounds good, but in practice it has a whole shedload of implementation problems that make it unfeasible as it stands. A prΓ©cis of just a few:

1. Drivers for writable persistent storage might not have been loaded yet.
2. Your driver might be part of the writable persistent storage stack.
3. You really don't want to be writing to a corrupted filesystem before AUTOCHK.
4. File access has to be at PASSIVE_LEVEL.

#WindowsNT #DeviceDrivers

Snappy Driver Installer Origin is a free and open source application to update Microsoft Windows device drivers

You do often need 3rd party drivers for hardware components under Windows (which it does not automatically detect), and it is worse if the computer has no Internet connection to download the drivers. Many (most) applications that assist with this want to sell you something or have really irritating adverts to scare you into paying for device drivers.
Snappy Driver Installer Origin is different in that it is free and open source, and will also allow the full download (12 GB plus) of drivers to be downloaded for offline use. It is a portable application which means it can run from a USB stick without needing installation on the Windows computer itself. The source code is on SourceForge and I see it is being actively updated.
See some tips on using it at A look at Snappy Driver Installer Origin (update Windows device drivers) - gHacks Tech News

https://www.ghacks.net/2019/03/30/a-look-at-snappy-drivers-installer-origin-update-windows-device-drivers/ https://squeet.me/objects/962c3e10f5cc7d1752d91836b2f4cdcd3e460da5

A look at Snappy Driver Installer Origin (update Windows device drivers) - gHacks Tech News

Snappy Driver Installer Origin is a free open source and portable program for Microsoft's Windows operating system to update device drivers.

Interesting. Drivers written in Rust might be accepted into the Linux kernel. Still prelim, but interesting.

https://lwn.net/Articles/797828/

Via Hacker News [ https://news.ycombinator.com/item?id=20833639 ]

#Programming #ProgrammingLanguages #Rust #Linux #LinuxKernel #DeviceDrivers #SystemsProgramming

Rust is the future of systems programming, C is the new Assembly (Packt) [LWN.net]

The apparent end of an era. Linus Torvalds has marked the linux floppy disk driver as orphaned as the maintainer (Jiri) no longer has working hardware.

#FloppyDrives #Linux #DeviceDrivers #OrphanedCode

https://github.com/torvalds/linux/commit/47d6a7607443ea43dbc4d0f371bf773540a8f8f4

Merge branch 'floppy' Β· torvalds/linux@47d6a76

Merge floppy ioctl verification fixes from Denis Efremov. This also marks the floppy driver as orphaned - it turns out that Jiri no longer has working hardware. Actual working physical floppy har...