EasyManua.ls Logo

SeeedStudio reComputer R1000 - Installing Ubuntu on Recomputer R1000; Customized Linux: Yocto and Mender

SeeedStudio reComputer R1000
46 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
reComputer R1000
© 2009-2024 Seeed Technology Co.,Ltd. All rights reserved.
33
print('---------')
os.system('sudo shutdown -h now')
3.22 Installing Ubuntu on reComputer R1000
1. Download Ubuntu Image:
Go to https://ubuntu.com/download/raspberry-pi.
Select the appropriate version and architecture. For example, if you want Ubuntu 24.04 with desktop for ARM64
Raspberry Pi, use this link:
https://ubuntu.com/download/raspberry-pi/thank-you?version=24.04&architecture=desktop-arm64+raspi
Download the image file.
2. Burn Image
Follow the instructions provided on the https://ubuntu.com/download/raspberry-pi to burn the downloaded image.
3. Initial Setup:
Connect a monitor to your Raspberry Pi.
Power on the Raspberry Pi.
4. Initial Configuration:
Follow the onscreen instructions for the initial setup. This may include setting up the user account, language, and other
preferences.
5. Install Seeed provided firmware:
Once logged into the system, open a terminal window.
Clone the Seeed-Studio GitHub repository by running the following command:
git clone --depth 1 https://github.com/Seeed-Studio/seeed-linux-dtoverlays.git
Navigate to the cloned repository directory:
cd seeed-linux-dtoverlays
Run the provided script to configure the display device. For example, to configure for reComputer-R100x, run:
sudo ./scripts/reTerminal.sh --device reComputer-R100x
6. Reboot:
After running the script, reboot your reComputer R1000 by running:
sudo reboot
3.23 Customized Linux: Yocto and Mender
The reComputer R1000 is an edge IoT controller device that utilizes the Raspberry Pi CM4 as its processor. When you require
a customized Linux distribution to run on your device, as well as a convenient solution for managing software updates,
Yocto Project and Mender come into play.
Yocto Project is a powerful tool tailored for creating custom Linux distributions specifically designed for embedded devices,
ensuring that your device's requirements are met. On the other hand, Mender serves as an open-source over-the-air (OTA)
software update manager for embedded Linux devices, simplifying the process of managing software updates. It enables
remote management of software updates via the internet, eliminating the need for physical access to the device and
ensuring its security and stability.
Therefore, we provide the official reComputer R100X script along with Yocto Project-generated images, as well as scripts for
Mender updates, for your reference and convenience.

Related product manuals