Changes between Version 21 and Version 22 of venice/bsp
- Timestamp:
- 08/29/2022 09:14:26 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/bsp
v21 v22 60 60 Installing pre-requisites: 61 61 {{{#!bash 62 sudo apt-get install build-essential git python libssl-dev ncurses-dev kmod bison flex device-tree-compiler -y 62 # install packages 63 sudo apt-get install build-essential git 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 64 # configure git 65 git config --global user.email "you@example.com" 66 git config --global user.name "Your Name" 67 git config --global color.ui true 63 68 }}} 64 69