Top
Best
New

Posted by sandebert 8 hours ago

Flipper One – we need your help(blog.flipper.net)
792 points | 355 commentspage 4
tamimio 1 hour ago|
It sounds great but I don’t know, at this point I will just use my laptop, it isn’t as small and portable like zero, and it isn’t as flexible and powerful as a laptop.
ZiiS 6 hours ago||
Really worried about the pricing, will make or break.
modeless 4 hours ago||
> the current state of ARM Linux is depressing. Every vendor bolts on their own custom mess: closed boot blobs, vendor-specific patches, "board support packages" that nobody outside the chip maker can really understand

Fixing this is a noble goal but won't sell a lot of devices by itself. And it will only fix the one specific hardware configuration used by Flipper. This seems to be the only interesting part of the project and the actual hardware is otherwise completely uninteresting. Not sure how they expect to succeed here.

tekacs 6 hours ago||
I've said a bunch of times that I really really wish that Pebble had gotten a chance to finish the Pebble Core:

https://www.kickstarter.com/projects/getpebble/pebble-2-time...

This reminds me of that in a good way – a small Linux device that doesn't have to maintain a screen all the time (power) or focus on real-time but has physical buttons, connectivity, a microphone and a sealed case so it can be thrown in your pocket would be... an absolute dream.

Counter to some others here, I would buy this at whatever cost if it lived up to that intent!

4ggr0 5 hours ago|
maybe repebble will pick it up again, sometime :) but i guess they're focused on more watches and a ring right now.
ourcat 3 hours ago||
The 'Layers' comparison image suggests that there would be no Bluetooth in the Flipper One. I would have thought that would still be very useful in 'Layer One'?
ourcat 2 hours ago|
Actually, after closer inspection of the screen on the third image of the device in the article, there does appear to be a Bluetooth icon.

Confirmed in the Dev Portal. https://docs.flipper.net/one/hardware/wifi-bluetooth

vladde 5 hours ago||
> So people end up running full desktop environments (KDE, GNOME, etc.) squeezed onto a tiny 7" touchscreen. It's miserable.

to add on to this: you can definitely make great UI's for small screens and unconventional controls -- Playdate [1] builds their UI around a physical crank on the device, and it feels fun to use it :)

[1] https://play.date/

stellamariesays 5 hours ago|
The honesty here is refreshing. "We're genuinely terrified" is not something you typically hear from a hardware company, and it makes me more inclined to trust them, not less.

The ambitious goals list is interesting because it reads like someone who's been burned by the exact problems they're trying to solve. Mainline Linux kernel support means they've dealt with downstream kernel hell. Pushing vendors to open binary blobs means they've fought with NDA-encumbered firmware. Building a custom GUI framework means they've tried to use existing ones and hit walls.

The co-processor architecture (MCU + CPU) is the smartest design decision here. It means you get real-time I/O handling on the MCU side without the latency and determinism issues you'd hit trying to do the same on a Linux userspace process. It's how serious embedded systems work, and it's why Flipper Zero was able to do things that a Raspberry Pi running Kali couldn't.

The part that concerns me is scope. Mainline kernel + open firmware blobs + custom GUI framework + hardware expansion system + co-processor architecture... that's five hard problems, any one of which could sink a company. The ask for community help makes sense but community hardware projects have a rough track record on delivery timelines. I hope they can keep the scope tight enough to actually ship.

londons_explore 5 hours ago||
Is a DDR trainer really that hard to write?

I imagine you dump all the config registers of a running system, and then adjust everything that looks like some timing or drive strength parameter upwards till it stops working properly, downwards till it stops working, and then choose a middle value.

Do that repeatedly for every parameter pre-boot, and then use that config. Perhaps redo that every few hours or when the temperature changes.

zhovner 5 hours ago|
>Is a DDR trainer really that hard to write?

Since this is an unencrypted binary, I'm sure it won't be difficult to reverse engineer. And it will definitely be open source sooner or later. But first, we'll try to convince Rockchip to open source it. Especially since the RK3576 has other proprietary parts, such as OP-TEE and some registers. Also it has a Cortex M0 core, which is also not documented.

Deprogrammer9 4 hours ago||
I would REALLY like to see the Piratebox project added into this amazing all in one device.

https://en.wikipedia.org/wiki/PirateBox

monegator 7 hours ago||
No binary blobs. Not even cellular and wifi?
zhovner 5 hours ago||
Our wifi chipset MT7921AUN has an open driver in the mainline. Of course wifi firmware is binary. But you can use the whole system without a wifi. Main idea is to make the platform open, so you don't need blobs to boot and use the system.
R_mand 7 hours ago||
You’re right. That would be hard with some of the vendors.

Were blobs a big problem before?

monegator 6 hours ago||
i can understand blob for radios: by only using a signed blob you are restricting a malicious user from abusing the radio.

However, the problem with binary blobs is that they are binary blobs: no sources, can't make changes, can't adapt them to work on a new system, can't audit them. Free folks have always argued that a computer will never be free if there are binary blobs in there

(well: the last part is not really true, there is always a way to have a custom firmware, or make an audit, but the manufacturer will do that only for elite customers. Not for open source folks.)

0xbadcafebee 4 hours ago|
If I wanted all of that, at that size, I would just use a laptop with USB/PCIe/M.2 expansions. I don't really care about openness, I care about functionality (and not having to carry extra stuff around)
More comments...