Closed bathtimefish closed 3 years ago
@bathtimefish, sorry for the delay in response. The Raspberry Pi and Raspberry OS is not officially supported with the AWS IoT EduKit program. That said, I have done a build and upload test of the latest projects and they all compiled and functioned without issue.
Please give it a try. It will take an extraordinarily long time to compile though....
In a few days before I tried to run the tutorial on Ubuntu ARM64 Raspberry Pi but did not work.
https://github.com/m5stack/Core2-for-AWS-IoT-EduKit/issues/45
So I changed my trial to on Raspbian and it's partly worked fine. I just want to share the logs.
Raspberry Pi 4 8GB
Getting Started was not worked as it is so I changed
platformio.ini
as bellow.I get working successfully to build and flash & monitor after changed it.
In Blinky Hello, AWS CLI installation has been the defferent way which is explained the guide of page because the guide do not explain to install to ARM32.
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html
After setuped, I got to finish the tutorial fine. However It spent many time for build the firmware around 3 minites due to Raspberry Pi's resourse.
I finished 2 tutorial like above but Smart Thermostat could not be finish. I got to build the firmware successfully but I have gotten cpu panic after flash it.
I guess that is a tft library error but I could not understand to it.
This is just sharing because I have understood this tutorial is not support to Raspberry Pi. However let me know if you can advice to me. Thanks you.