TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Linux driver to connect PATA/IDE directly to GPIO

146 点作者 crizzlenizzle将近 5 年前

6 条评论

myself248将近 5 年前
Going the other way, a PATA port in PIO mode can be used as GPIO: <a href="https:&#x2F;&#x2F;hackaday.com&#x2F;2011&#x2F;02&#x2F;03&#x2F;stk200-pocket-change-programmer&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackaday.com&#x2F;2011&#x2F;02&#x2F;03&#x2F;stk200-pocket-change-program...</a>
评论 #24096782 未加载
评论 #24097092 未加载
评论 #24097971 未加载
crizzlenizzle将近 5 年前
An interesting project I found on twitter. Interfacing PATA&#x2F;IDE directly to Raspberry Pi’s GPIO is pretty trivial and manages to transfer 500 KiB&#x2F;s. Enough to play CDs. The driver code is around 500 LOC.
ChuckMcM将近 5 年前
This is a fun hack. FWIW, similar sorts of things can be used to add a PATA drive to a Cortex-M microprocessor like the STM32 series.<p>Who doesn&#x27;t want a micropython board with gigabytes of code space ? :-)
评论 #24094653 未加载
评论 #24097116 未加载
评论 #24095208 未加载
h2odragon将近 5 年前
&gt; Data transmission is well outside the design scope of libgpiod.<p>But it can do it, anyway. Lovely hack.
dillonmckay将近 5 年前
I was just watching ‘Anna’ on Hulu, and was thinking about IDE drives.<p>This does look really cool.
awiesenhofer将近 5 年前
I wonder if you could implement a floppy interface the same way?