Images for Raspeaker Core v2

Built new builds for ReSpeaker Core v2

You can download the images here

Image respeaker-debian-10-iot-sd-20230404-4gb.img.gz

Description

  • Debian 10 with all updates
  • SFTP access is enabled - root access
  • SSH access is enabled - you can immediately connect to ReSpeaker via the Putty console
  • Custom SSH banner
  • LEDs are working
  • Sound works
  • The microphone works
  • The button works

Accounts

User respeaker

Login: respeaker
Password: 12345678

User root

Login: root
Password: 12345678

Installation


Image respeaker-debian-11-iot-sd-20230404-4gb.img.gz

image

Description

  • Debian 11 with all updates
  • SFTP access is enabled - root access
  • SSH access is enabled - you can immediately connect to ReSpeaker via the Putty console
  • Custom SSH banner
  • LEDs are working
  • Sound works
  • The microphone works
  • The button works

Accounts

User respeaker

Login: respeaker
Password: 12345678

User root

Login: root
Password: 12345678

Installation


Image respeaker-debian-11-iot-sd-rhasspy-hermessled-20230404-4gb.img.xz

image

Description

  • Debian 11 with all updates
  • SFTP access is enabled - root access
  • SSH access is enabled - you can immediately connect to ReSpeaker via the Putty console
  • Custom SSH banner
  • LEDs are working
  • Sound works
  • The microphone works
  • The button works
  • Installed Rhasspy 2.5.11
  • HermesLedControl is installed
  • The inclusion of LEDs is included in the startup (we read in detail here and here and here)

Accounts

User respeaker

Login: respeaker
Password: 12345678

User root

Login: root
Password: 12345678

Installation

After installing the image on the SD, make sure to resize

If the image from respeaker is installed, then we do it according to this option

When we put the image on the Debian SD card from here, then by default the root partition is assigned 4 GB of space, and since we put Debian on an SD card larger than 4 GB, then there is a need to increase the space

Output a list of sections

df -hT

Output a list of disks

fdisk -l

Outputs a tree-like output that includes all block devices connected to the operating system

lsblk

We find our boot partition, it looks like this. Knowing that the SD card has a capacity of 32 GB, and the system is allocated 4 GB of space, then you need to increase the space

image

Change the size

sudo cfdisk /dev/mmcblk0

image

Reloading

sudo systemctl reboot

After the reboot, the root partition should increase in size

image

If you have built your own assembly or use my assemblies, which are above the link

When we put our assembled image on the SD card, the way to increase the size of the file system differs from the option if we would put the images from respeaker, which are here.

  • df -hT - output a list of partitions and file systems
  • lsblk - output a list of block devices
  • resize2fs /dev/mmcblk0p2 - increase the size of the EXT4 file system on a logical volume

df -hT - we display a list of partitions and file systems and look at the current size of the partition. In my case Debian is on the SD card and has a partition /dev/mmcblk0p2
image

Knowing the necessary partition, we will open the utility for working with disk space

sudo cfdisk /dev/mmcblk0

The view before we change it, we will expand the section. Initially, 3.2G is available to us, although in fact the size of the SD card is 32G

image

Change the size of the /dev/mmcblk0p2 partition

image

The size does not need to be specified, it is offered by the system itself. I selected the entire size as is and pressed enter

image

Save the section change by selecting Write

image

We confirm our intentions by typing yes

image

Exit fdisk by selecting Quit

image

We output a list of partitions to check for resizing, and as you can see, the size of /dev/mmcblk0p2 remains the same

df -hT

Now we change the size with the command

resize2fs /dev/mmcblk0p2

Now the size has changed and 30G has become available to the system

image

After changing the settings, reboot the system

sudo systemctl reboot

I have collected another image as much as possible for ReSpeaker Core v2. All details are in the description. Be sure to make a re-layout for the SD card to expand the root system.

You can get acquainted with the new wikipedia for ReSpeaker Core v2. where I personally went through all the ways and fully tested it. All I have written is a working solution for 2023

Image respeaker-debian-11-sd-8gb-xrdp-mdp-rhasspy-hlc-noise-11042023.img.gz

image

Описание

  • Debian 11 with all updates
  • SFTP access is enabled - root access - Read the details here
  • SSH access is enabled - you can immediately connect to ReSpeaker via the Putty console
  • Custom SSH banner - Read the details here
  • LEDs are working
  • Sound works - Read the details here
  • The microphone works
  • The button works
  • Installed Rhasspy 2.5.11 - Read the details here
  • HermesLedControl is installed - Read the details here
  • The inclusion of LEDs is included in the startup - Read the details here
  • XRDP is installed - Read the details here
  • MPD is installed - Read the details here
  • Noise reduction is enabled (Choose Microphone Noise microphone) - Read the details here

Accounts

User respeaker

Login: respeaker
Password: 12345678

User root

Login: root
Password: 12345678

Installation

That’s fantastic news! Thanks for sharing the latest builds for ReSpeaker Core v2. These new images, including respeaker-debian-10-iot, respeaker-debian-11-iot, and the special respeaker-debian-11-iot with Rhasspy and HermesLED, are undoubtedly valuable additions for the community. I’m looking forward to exploring the enhancements and features in these builds. Your effort in providing these resources is greatly appreciated. It’s essential for keeping our devices up-to-date and ensuring they perform optimally. Downloading these turning red cursed images will undoubtedly benefit many ReSpeaker Core v2 users. Kudos to your hard work!