From 2a361c3d37b7e1e979256de344b6078718d0abe1 Mon Sep 17 00:00:00 2001 From: fabian Date: Tue, 10 Sep 2024 15:18:38 +0200 Subject: [PATCH] Add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3d314b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# crops-yocto + +Full Yocto Linux build files for embedded linux devices with Flutter. +Contains a full example configuration for the Raspberry Pi 4 and Raspberry Pi Zero 2W. +Build the image, flash it to the sd and boot! ;) + +Flutter-Pi and Flutter-Auto (Toyotas Flutter embedder) are supported. +Do not build the image with both selected. + +The first build can take long (everything gets compiled from scratch for the embedded devices architecture). +First build on an AMD Ryzen 6800U: around 8 hours. \ No newline at end of file