Page 1 of 1

Restore Error: OpenSenseRT Raspberry Pi Image

Posted: Thu Sep 15, 2022 6:14 am
by aito
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.

Re: Restore Error: OpenSenseRT Raspberry Pi Image

Posted: Sun Oct 30, 2022 3:00 pm
by vahidseifi
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

Re: Restore Error: OpenSenseRT Raspberry Pi Image

Posted: Sun Nov 13, 2022 4:08 am
by aito
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 ?

Re: Restore Error: OpenSenseRT Raspberry Pi Image

Posted: Tue Jul 02, 2024 11:07 pm
by cesarjones
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