用树莓派FireWire帽子重现MiniDV
Bring Back MiniDV with This Raspberry Pi FireWire Hat

原始链接: https://www.jeffgeerling.com/blog/2026/minidv-with-raspberry-pi-firewire-hat/

该项目详细介绍了使用树莓派5、新的FireWire HAT(Twin CD的“Firehat”)和PiSugar 3 Plus电池,为旧的FireWire/i.Link/DV摄像机构建一个便携式“记忆记录单元”(MRU)。 旨在取代用于数字化MiniDV磁带和连接其他FireWire设备所需的昂贵二手MRU(如索尼的HVR-MRC1)。 Firehat通过GPIO和I2C连接,具有按钮、LED、OLED显示屏,并需要重新编译Linux内核和安装特定软件才能运行。 它允许直接连接相机、使用`dvgrab`进行磁带归档,并可与音频接口/硬盘一起使用。 PiSugar 3 Plus提供2-4小时的便携式电源。 录制内容保存到Pi的存储空间(microSD或潜在的网络NAS),可以通过SFTP、scp或rsync进行传输。 另一种使用PCIe适配器的“开放式MRU”构建方案也存在,但缺乏Firehat的GPIO控制。 Firehat使用VIA VT6315N控制器,已确认可与Pi 5配合使用,而开放式MRU使用TI XIO2213A。 预计该设置在至少2029年之前仍可与当前Linux/Pi OS版本兼容。 Firehat和集成的‘equip-1’设备正在Crowd Supply上寻求资金支持。

对不起。
相关文章

原文

In my last post, I showed you to use FireWire on a Raspberry Pi with a PCI Express IEEE 1394 adapter. Now I'll show you how I'm using a new FireWire HAT and a PiSugar3 Plus battery to make a portable MRU, or 'Memory Recording Unit', to replace tape in older FireWire/i.Link/DV cameras.

Firehat on Raspberry Pi recording video from Canon GL1 over FireWire

The alternative is an old used MRU like Sony's HVR-MRC1, which runs around $300 on eBay.

In addition to a direct camera connection, this setup can be used to archive MiniDV tapes to the Pi with dvgrab, or even with other FireWire devices like audio interfaces and hard drives. After Apple dropped FireWire support in macOS Tahoe, some users were left in a lurch.

Video

This blog post is a companion to today's video, where I test recording to tape and to the Pi using two different setups, and even test how the 'old' NLE editing workflow used to work when I started my YouTube channel in 2006:

Don't like watching videos? I don't blame you—read on!

Hardware

Firehat on Raspberry Pi recording video from Canon GL1 over FireWire

The hardware I used in my final setup (pictured above) includes:

The Firehat model I'm using is a prototype (thanks to Twin CD for sending it!). As such, it has a requisite number of bodge wires :)

Firehat bodged PCB traces from VIA VT6315N FireWire controller chip

It will be sold either as a standalone Pi HAT (the 'Firehat'), or integrated into a small standalone device paired with a Radxa Rock 2F ('equip-1'), at least if their equip-1 / Firehat Crowd Supply campaign is successful,

Firehat with PiSugar 3 Plus Battery

To make my setup portable, I added on a PiSugar 3 Plus (pictured above), which uses pogo pins to mate to the bottom of the Pi 5, providing power and I2C communication for battery status and configuration.

In my testing, the included 5000 mAh battery gets between 2-4 hours of runtime, depending on whether you're recording the whole time, and what kind of storage media you're using (this setup has built-in WiFi, so you could record direct to a NAS!). I got over 3 hours recording straight to a 64GB Raspberry Pi microSD card.

Software

The Firehat uses the Pi's GPIO to accept input through three buttons, and the I2C bus and more GPIO pins to sound a buzzer for button feedback, and LED for recording and other status indication, and a small OLED display to show recording time, the device's IP address, storage information, and battery life (if using a PiSugar).

Because Pi OS doesn't come with Linux's FireWire support enabled, you'll have to recompile the Linux kernel first, then install and run the Firehat software to get it fully operational:

  1. Enable FireWire support on the Pi following my guide
  2. Install the Firehat software (under 'Equip-1 Setup')
  3. (Optionally) Enable the Firehat software at boot

Assuming you've set everything up correctly, when you reboot your Pi, you should see the default interface (with 'NO CAM' displayed if you don't have a camera plugged in and powered on):

Firehat running on Raspberry Pi 5 with NO CAM on screen

If you create new recordings, they're saved under your default user account's home folder in a captures directory. From there, you can copy the files over to a USB drive, or copy them over WiFi to another computer.

On my Mac I used Transmit's SFTP capabilities to log into the Pi and copy down files. You could also use scp or rsync if you like.

Alternatives

As mentioned in my earlier post, you could buy a standard Mini PCIe HAT for the Pi, and install this StarTech Mini PCIe FireWire adapter in it. That setup was first demonstrated by Redditor toqer and labelled the Open MRU in the r/tapeless subreddit.

For all the details, I documented my own Open MRU setup on GitHub. Without any GPIO-enabled buttons, controlling dvgrab is a little more involved—I had to start and stop recordings via dvgrab on the command line.

The Open MRU build uses the TI XIO2213A controller, versus the VIA VT6315N in the Firehat. People have tested other FireWire controllers on the Pi in the past, but these are the only two I've confirmed work with the Pi 5 so far.

Other FireWire devices and the 2029 deadline

I haven't had a chance to test other FireWire devices yet, or FireWire networking (though a 400 Mbps network connection is less than half the speed of the Pi's built-in Ethernet!).

But I've heard from a few people still running FireWire audio interfaces, or wanting to interface with old Macs via their built-in FireWire ports, so if you've tested any non-camera IEEE 1394 devices, please share your experience in the comments.

This setup should continue working with the latest versions of Linux and Pi OS until at least 2029, but the future for FireWire in the Linux kernel after that is less clear.

The equip-1 and Firehat should be available through this Crowd Supply page. Fingers crossed they can get to production and ship soon!

联系我们 contact @ memedata.com