Using Buildroot SDK
Cross Compilation
совет
Cross Compilation here refers to compiling Jupiter's firmware on an X86 PC.
Development Environment
Hardware requirements
Recommended hardware:
- CPU:12th Gen Intel(R) Core(TM) i5 or above
- Memory:16GB or above
- Disk:SSD,256GB or above
Operating System
Ubuntu 20.04 is recommended, other Linux distributions have not been tested.
Install Dependencies
-
Ubuntu 16.04 and 18.04
sudo apt-get install git build-essential cpio unzip rsync file bc wget python3 libncurses5-dev libssl-dev dosfstools mtools u-boot-tools flex bison python3-pip zip
sudo pip3 install pyyaml
-
Ubuntu 20.04
sudo apt-get install git build-essential cpio unzip rsync file bc wget python3 python-is-python3 libncurses5-dev libssl-dev dosfstools mtools u-boot-tools flex bison python3-pip zip
sudo pip3 install pyyaml