this post was submitted on 23 Mar 2021
32 points (100.0% liked)

Open Source

32345 readers
1309 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

There’s little debate that Amazon’s Alexa ecosystem makes it easy to add voice control to your smart home, but not everyone is thrilled with how it works. The fact that all of your commands are bounced off of Amazon’s servers instead of staying internal to the network is an absolute no-go for the more privacy minded among us, and honestly, it’s hard to blame them. The whole thing is pretty creepy when you think about it.

Which is precisely why André Hentschel decided to look into replacing the firmware on his Amazon Echo with an open source alternative. The Linux-powered first generation Echo had been rooted years before thanks to the diagnostic port on the bottom of the device, and there were even a few firmware images floating around out there that he could poke around in. In theory, all he had to do was remove anything that called back to the Amazon servers and replace the proprietary bits with comparable free software libraries and tools.

But he had a few challenges to overcome and that is what makes the article below interesting to read. He'll be publishing his source code at GitLab in the near future. Another benefit was being able to change the local wake word to something other than Alexa.

See https://hackaday.com/2021/03/22/amazon-echo-gets-open-source-brain-transplant/

#technology #opensource #amazonalexa #hack

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 years ago (1 children)

But what if the BIOS has a backdoor? Considering that this is amazon we are talking about, I wouldn't be surprised.

[–] [email protected] 2 points 3 years ago

Is there a BIOS on an echo? This is firmware flashing. But maybe just with the original author and he took it to pieces for that reason (to prevent calls to home) and better understands it.