Changes between Version 44 and Version 45 of newport/bsp


Ignore:
Timestamp:
08/30/2022 07:19:27 PM (20 months ago)
Author:
Tim Harvey
Comment:

Update dependency requirements for Ubuntu 22.04 Jammy

Legend:

Unmodified
Added
Removed
Modified
  • newport/bsp

    v44 v45  
    6363Installing pre-requisites:
    6464{{{#!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
     66sudo 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
     68git config --global user.email "you@example.com"
     69git config --global user.name "Your Name"
     70git config --global color.ui true
    6671}}}
    6772
     
    9297make bdk
    9398}}}
    94  1. Build desired software target as definied below. For example:
    95 {{{#!bash
    96 make -j8 openwrt-image # build openwrt-newport.img.gz or change to any of below build targets
     99 1. Build desired software target as defined below. For example:
     100{{{#!bash
     101make -j8 ubuntu-image
    97102}}}
    98103