Frontier SDK Quick Start Guide (QSG)
Note: The frontier SDK currently requires Debian Buster.
-
Download the latest apt-source-frontier-sdk.deb package. This package creates an entry in APT's
sources.list.ddirectory, and adds the repository's IP address to your/etc/hostsfile:user@workstation:~$ sudo dpkg --install apt-source-frontier-sdk*.deb
-
Tell dpkg to also add support for the ARM processor:
user@workstation:~$ sudo dpkg --add-architecture armhf && sudo apt-get update
-
Install the SDK itself. Depending on the state of your workstation, this might be a large download:
user@workstation:~$ sudo apt update && sudo apt install sdk-frontier
-
Create an SD-card image containing the "frontier" operating system:
user@workstation:~$ mkos-frontier
-
Write the image to an SD card. Change "/dev/sdb" as necessary:
user@workstation:~$ sudo dd if=mkos-frontier.img of=/dev/sdb bs=1M conv=fsync
-
Insert the SD card into frontier's uSD slot, and hold down the BOOT button while powering on. The first boot will take several minutes.