this post was submitted on 30 Mar 2025
45 points (97.9% liked)

Linux

8223 readers
294 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jqubed@lemmy.world 14 points 3 months ago (3 children)

With the Samsung smart TV use-case, these web cameras relied upon the Samsung TV uploading the firmware to the camera's RAM each time it is connected.

Why?????

[–] DarkMetatron@feddit.org 13 points 3 months ago (1 children)

This way they only need RAM on the device and can get rid of the need for persistent storage/flash memory. Makes a much simpler board design and easier manufacturing with less costs for parts.

So efficient!! C-Level and shareholders love that!!

[–] jqubed@lemmy.world 0 points 3 months ago (1 children)

Was flash storage more expensive then? Nowadays this might only save pennies per device, right?

[–] DarkMetatron@feddit.org 3 points 3 months ago

Pennies per device can add up when hundreds of thousands of devices are produced. But it is not only the price of the storage but the whole circuit layout is simpler and therefore easier/faster to design and produce. That adds up too.

[–] KickMeElmo@sopuli.xyz 7 points 3 months ago (1 children)

Probably so the camera could be updated on the fly and not be brickable via a random power cycle. Still seems stupid though.

[–] dgriffith@aussie.zone 10 points 3 months ago

If it seems stupid, that just means that it was cheaper to do it this way.

Program ROM/EEPROM + RAM, or just RAM connected to a USB interface with a reset line tied to the camera processor? See the USB device ID connect , fill the ram with the camera software, toggle processor reset , off you go.

[–] SpaceNoodle@lemmy.world 1 points 3 months ago (1 children)

This is quite common for numerous peripherals.

[–] jqubed@lemmy.world 0 points 3 months ago (1 children)

Lack of onboard persistent storage?