Cross Compilation Tools for the Dreame L10s Pro Ultra Heat
This repository provides tools and scripts for cross-compiling projects for the Dreame L10s Pro Ultra Heat.
git clone [email protected]:RoblabWh/DreameL10sProUltraHeat.git --recursive
-
Download Required Files:
Download thedreame.vacuum.r2338_1527_fel.zip
file from e.g. Sciebo or dustbuilder and place it in the root of this project directory. -
Initialize the Environment:
Run the following command to set up the environment:./init.sh
To build the provided examples, run:
rm -rf build && cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=../aarch64_toolchain.cmake -DONLY_BUILD_HELLOWORLD=ON && cmake --build build
./build.sh