Set up your Development Environment
- Install Docker Desktop on Ubuntu Download the Installation package: DownloadInstall Docker Desktop:
sudo apt-get install ./docker-desktop-4.9.1-amd64.deb
Reference: Install Docker Desktop on Ubuntu | Docker Documentation
2. Download K510 SDK:
git clone https://github.com/kendryte/k510_buildroot.git
-
Start Docker environment:
sh k510_buildroot/tools/docker/run_k510_docker.sh
-
Generate firmware:
make
(On the docker env)
5 Burn the firmware to TF Card:
sudo dd if=k510_buildroot/k510_crb_lp3_v1_2_defconfig/image/sysimage-sdcard.img of=/dev/sdx oflag=sync bs=1M
(Use your actual device path instead of ‘/dev/sdx’)