Restore Error: OpenSenseRT Raspberry Pi Image

This project houses the Raspberry Pi image to replicate the OpenSenseRT, a real-time and wearable system for motion capture.
POST REPLY
User avatar
Akira ITO
Posts: 2
Joined: Thu Oct 15, 2015 5:30 pm

Restore Error: OpenSenseRT Raspberry Pi Image

Post by Akira ITO » Thu Sep 15, 2022 6:14 am

If anyone know about the solution for RasPi Image Restore Error(RealTimeKin.zip), please tell me advice.

I tried some combinations; on PC whose OS are Windows10 and MacBookPro, and Image File saved into micro SD card 32GB and 64GB, extraction of ZIP file to image file with 7-zip and dd comand, and write it into micro SD card with balenaEtcher, boot on Raspberry Pi 4B 4GB and 8GB models.

I attached the a screen copy of RasBerry Pi 4B boot screen message.

I would be grateful if you could reply to my query.
Attachments
ErrorMsg_SDcardBootScreen.jpeg
ErrorMsg_SDcardBootScreen.jpeg (470.75 KiB) Viewed 355 times

User avatar
Vahid Seifi
Posts: 1
Joined: Sat Dec 05, 2020 1:56 am

Re: Restore Error: OpenSenseRT Raspberry Pi Image

Post by Vahid Seifi » Sun Oct 30, 2022 3:00 pm

You should use New_RTK.img for mounting on SD card
although this image also has outdated python packages and you will encounter an error after boot

User avatar
Akira ITO
Posts: 2
Joined: Thu Oct 15, 2015 5:30 pm

Re: Restore Error: OpenSenseRT Raspberry Pi Image

Post by Akira ITO » Sun Nov 13, 2022 4:08 am

vahidseifi wrote:
Sun Oct 30, 2022 3:00 pm
You should use New_RTK.img for mounting on SD card
although this image also has outdated python packages and you will encounter an error after boot
Thank you for your comment !

>> "you will encounter an error after boot"
Is there any method to pass the boot error of the outdated python package ?

User avatar
cesar alcaide
Posts: 1
Joined: Fri Dec 02, 2022 11:46 am

Re: Restore Error: OpenSenseRT Raspberry Pi Image

Post by cesar alcaide » Tue Jul 02, 2024 11:07 pm

Thanks Vahid Seifi, I had the same problem and now it starts. But can you detail better how to correct the errors now?

When running ik_streaming.py the error appears, it seems that after
from adafruit_blinka.agnostic import board_id, detector
import adafruit_platformdetect.constants.boards as ap_board
, in board.py, instead of
>>> board_id
'RASPBERRY_PI_4B'
board_id value is None

Even after apt update and apt dist-upgrade the error continues

POST REPLY