Changes between Version 44 and Version 45 of newport/bsp
- Timestamp:
- 08/30/2022 07:19:27 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v44 v45 63 63 Installing pre-requisites: 64 64 {{{#!bash 65 sudo apt-get install build-essential git python libssl-dev ncurses-dev kmod device-tree-compiler bison gettext flex -y 65 # install packages 66 sudo apt-get install build-essential git python2 python3 python-is-python3 python3-setuptools python3-distutils python3-dev swig libssl-dev ncurses-dev kmod bison flex device-tree-compiler wget cpio unzip rsync bc fdisk file -y 67 # configure git 68 git config --global user.email "you@example.com" 69 git config --global user.name "Your Name" 70 git config --global color.ui true 66 71 }}} 67 72 … … 92 97 make bdk 93 98 }}} 94 1. Build desired software target as defin ied below. For example:95 {{{#!bash 96 make -j8 openwrt-image # build openwrt-newport.img.gz or change to any of below build targets99 1. Build desired software target as defined below. For example: 100 {{{#!bash 101 make -j8 ubuntu-image 97 102 }}} 98 103