Closed Khuramsha closed 3 years ago
Hi there! It looks like you are using the correct version of the raspberry pi. I did a quick google and it looks like the newer pi's have slightly different firmware, so I'll update my pi firmware and upload a new image and see if that does the trick. Hopefully will have that up in the next day or so.
Thank you so much for your reply; yeah, that's the only explanation I came up with. I will download the new image file in few days—btw great work on OpenSenseRT.
I have updated the image and it works on a new Pi 4B (4GB) that showed your same error previously, so it should be good to go! Let me know if you have any issues. The new image is on the same SimTK page: https://simtk.org/frs/download_confirm.php/file/6411/new_rtk.zip?group_id=2149
Thank you for updating the image, I tried the new image file and end up getting a new error, but I think this error is about the board; I looked it up on google and trying to fix it. raise NotImplementedError("Board not supported {}".format(board_id)) this is the error I'm getting now. Have you ever dealt with this error before? I've found a solution but am not sure how to implement it. the solution is to replace the file /usr/local/lib/python3.7/dist-packages/adafruit_platformdetect/constants/boards.py with the coding from here: https://github.com/adafruit/Adafruit_Python_PlatformDetect/blob/168ff6b66548e8873d5e05ecbe4f24d2e8b22124/adafruit_platformdetect/constants/boards.py#L395
Hmmm can you try "sudo pip3 install --upgrade Adafruit-Blinka" and let me know if that fixes things? Maybe the update didn't work for some reason when I did it.
Still the same error. Btw, Do I need to connect all the components with pi for the boot? Because right now I'm just using keyboard, mouse and screen. I'm still waiting for my other components to arrive.
When the Pi starts up it automatically tries to run the program, but if the board is not connected it will throw an error. You can hit Ctrl C to kill it and then it should enter the terminal so you can type commands. This Pi doesn't have a user interface just command line, so if you can type commands it has booted. The auto program start is intended so that you don't have to connect the Pi to anything to run the program. Maybe try once you have the components and see if that fixes it!
From: Khuramsha @.> Sent: Sunday, August 29, 2021 9:29:50 PM To: pslade2/RealTimeKin @.> Cc: Patrick Slade @.>; Comment @.> Subject: Re: [pslade2/RealTimeKin] Root Issues with 4GB Pi (#3)
Still the same error. Btw, Do I need to connect all the components with pi for the boot? Because right now I'm just using keyboard, mouse and screen. I'm still waiting for my other components to arrive.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/pslade2/RealTimeKin/issues/3#issuecomment-908018559, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACCZSTOCZAFFH3JKQ522WC3T7MCL5ANCNFSM5CWG6REA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hi, I finally got all of my components, and I followed your direction to connect all the boards. But, I'm still getting the same error. I checked through the "board.py" file and couldn't find the same Pi board like mine, and this is my board information.
Glad you got the components! I think the solution you posted before was right, about changing the file /usr/local/lib/python3.7/dist-packages/adafruit_platformdetect/constants/boards.py Discussion here: https://forums.raspberrypi.com/viewtopic.php?t=307288
You'll just need to open up the boards.py file at that location and add one line for your revision number 'c03114' under RASPBERRY_PI_4B. Make sure to follow the same formatting as the other lines surrounding it. If you're unfamiliar with editing a file using the command line check this tutorial out: https://linuxize.com/post/how-to-use-nano-text-editor/
If adding that to the file doesn't work send me an email and we can have a call so I can help debug: patslade@stanford.edu
Hey there, I'm trying to rebuild your system with almost all the same components, but it seems like I'm stuck at the first step. I've followed your instructions and flashed the image file onto the sd card using balenaetcher and raspberry pi imager. But both times couldn't boot up. the picture below shows the error message
Are you using raspberry pi 4 model b or just raspberry pi 4? (as it's shown in the pic, I'm using raspberry pi 4 model b 4GB)