this post was submitted on 26 Dec 2023
114 points (99.1% liked)

Technology

59148 readers
2260 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Note: I am not affiliated with the project

top 18 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 10 months ago

I am engorged.

[–] [email protected] 7 points 10 months ago (1 children)

Just to note, Tillitis (the company behind this) was spawned by Mullvad: https://mullvad.net/en/blog/mullvad-creates-a-hardware-company

[–] [email protected] 4 points 10 months ago

The more you know! I don't follow their blog so I didn't realize this. This is a pleasant surprise and yet another reason to love Mullvad.

[–] [email protected] 5 points 10 months ago (2 children)

Seems like a cool project, but with such weak specs what can one actually do with this?

[–] [email protected] 21 points 10 months ago* (last edited 10 months ago) (1 children)

The specs are literally the reason why people would buy this. It's basically the best device we have available that can be used as a base for devices handling secure computation, or software handling secure computation. Think of a FIDO2 key, or a gpg smartcard, all secure and verifiable

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago) (2 children)

Ehhhh... I'd recommend a Teensy instead, or a variety of other microprocessors. At $72, this is awful value. And there seems to be no specifications with regards to power-consumption.

https://www.pjrc.com/store/teensy41.html

Teensy 4.1 gives you Hardware Floating point, 100 MBit Ethernet, USB, 600MHz, 1024kB of SRAM, 7MB of Flash for like $35 and within ~100mA of current usage at this 600MHz speed, meaning it easily runs off of AA Batteries for over a day with just a bit of idle/sleep cycles.

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago) (1 children)

there are use cases, such as security, where you want as few instructions as possible, so a full ARM processor isn't the best idea. You may want to read the threat model page: https://tillitis.se/products/threat-model/

[–] [email protected] 2 points 10 months ago (1 children)

On the contrary, RISC-V is typically bigger and less efficient than Cortex-M7 on the Teensy.

There are 10-cent ARM Cortex M0+ processors (M0+ being the smallest ARM). M7 is kinda-small. ARM scales to different sizes and power-efficiencies.

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago) (1 children)

in this case the instruction set is extremely small (and includes open source verilog, so you could even fab it yourself)

quote from the website:

The CPU of the TKey is a modified version of PicoRV32, 32-bit RISC-V running at 18 MHz. Modifications includes a fast 32x32 multiplier implemented using the multiplier blocks in the iCE40 DSPs as well as a HW trap function.

The supported instruction set supported by the CPU is a subset of RV32I. Specifically it includes compressed instructions, but excludes instructions for:

  • Counters
  • System
  • Synch
  • CSR access
  • Change level
  • Trap redirect
  • Interrupt
  • MMU

The instruction set implemented by the CPU also includes multiplication instructions from the RV32IC_Zmmul (-march=rv32iczmmul) extension. Division is not supported.

Any illegal, unsupported instruction will halt the CPU. The halted CPU is detected by the hardware, which will blink the RGB LED with red to indicate the error state. There is no way for the CPU to exit the trap state besides a power cycle of the device.

Note that the CPU has no support for interrupts. No instructions, ports or logic.

[–] [email protected] 4 points 10 months ago

in this case the instruction set is extremely small

https://developer.arm.com/documentation/dui0646/c/The-Cortex-M7-Instruction-Set/Instruction-set-summary

So is the Cortex M7. The entirety of the M0+, M4, and M7 microcontroller cores are very, very small ARMs.


iCE40 DSPs

Hmmm. Okay, so its an FPGA Risc-V then.

That's kind of sad, that means there's no hope that its as power-efficient as a proper ASIC core like ARM-M7.

[–] [email protected] 1 points 10 months ago

Wow.

I have no idea what I'd use it for (or even how to use it) but I want one!

[–] [email protected] 5 points 10 months ago (2 children)

This thing is like 5x more MHz with 8x more RAM than an Arduino. 18MHz and 128kB is plenty.

Remember: the Apollo flight computer (Moon landing) was accomplished with 2MHz and 4096 bytes of RAM. Even the Arduino is more computationally powerful than the Moon Lander.

[–] [email protected] 8 points 10 months ago (1 children)

So, what? I'm gonna go to Mars with my USB stick RISC-V?

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago)

Any computer application you can think of from the 1970s or earlier can be replicated by a device of approximately the specs listed in this topic.

IE: Airplanes, Space Exploration, Differential Equations, Matrix Multiplications, Simulations, Cruise Missiles, Homing Missiles, Firing Computers (aka: aim-bots), RADAR, SONAR, Radio communications, Error-correction codes, Reed-Solomon (aka: reliable communications to the Voyager Probe)

To just give you an incomplete idea of what's possible. So erm... anything you want, really. Yeah, we have faster computers today, but we use most of that computational power for convenience and graphics, rather than like, actually solving problems.


The vast majority of car controls (Air Bags, Tire Pressure Sensors, Electronic Computer timings, Traction Control, Radio, etc. etc.) is built up from cheap (but very reliable) microcontrollers. Industrial control systems that run our factories and precisely perform operations using servos and sensors are also using chips of this caliber.

You might be surprised at what a few MHz and a few kilobytes of RAM can accomplish.

[–] [email protected] 7 points 10 months ago (1 children)
[–] [email protected] 3 points 10 months ago (1 children)
[–] [email protected] 3 points 10 months ago (1 children)

they actually could be made to run at 20 MHz with some software tweaks. But sram is still much less

[–] [email protected] 0 points 10 months ago* (last edited 10 months ago)

That's what confused me.

Modern versions of ATMega (ex: the AVR DD) run at 4MHz by default, even if they can go up to 24MHz. Looking back at ATMega328p (which powered the Arduino Uno, aka the one that got popular), the ATMega328p defaults to 1MHz. (IE: 8MHz internal oscillator with 1/8 clock division == 1MHz overall)