Skip to content

navy1978/351ElecGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 

Repository files navigation

351Elec develpment environmet (install a VM with Ubuntu 20.10 and compile 351Elec.)

  1. Download Ubuntu 20.10 from here: https://ubuntu.com/download/desktop
  2. Download Oracle VM from here: https://www.virtualbox.org/
  3. Create a VM followign these steps:https://brb.nci.nih.gov/seqtools/installUbuntu.html (IMPORTANT: give the VM more than 45 GB I gave it 120GB)
  4. Once the process is finished executre the following commands:
    • sudo apt update && sudo apt upgrade
    • sudo apt install gcc make git unzip wget xz-utils libsdl2-dev libsdl2-mixer-dev libfreeimage-dev libfreetype6-dev libcurl4-openssl-dev rapidjson-dev libasound2-dev libgl1-mesa-dev build-essential libboost-all-dev cmake fonts-droid-fallback libvlc-dev libvlccore-dev vlc-bin texinfo premake4 golang libssl-dev curl patchelf xmlstarlet patchutils gawk gperf xfonts-utils default-jre python xsltproc libjson-perl lzop libncurses5-dev device-tree-compiler u-boot-tools rsync p7zip unrar libparse-yapp-perl zip
    After that you can restart your machine
  5. In order to have duest addition and also enable copy&paste between VirtualBox Host and Guest Machines execute the following
    • sudo apt-get install virtualbox-guest-additions-iso
    • sudo mount -o loop /usr/share/virtualbox/VBoxGuestAdditions.iso /mnt
    • cd /mnt
    • ./autorun.sh
    For copy&paste follow this: https://www.liberiangeek.net/2013/09/copy-paste-virtualbox-host-guest-machines/
  6. Clone and build using the following commands (with a user that is not root)
  7. (or make RG351P only for RG351P)

About

how to for 351 development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published