-
Notifications
You must be signed in to change notification settings - Fork 8
Setting up Odroid XU4 or Intel NUC
Mayank Mittal edited this page Oct 3, 2017
·
2 revisions
NOTE: This page is now deprecated. Kindly check the other documentations present.
The following are the steps required to setup the microprocessor: Odroid XU4 or Intel NUC for mobile systems
Add proxy to apt
so that you can install other things
Acquire::http::proxy "http://user:[email protected]:3128";
Acquire::https::proxy "https://user:[email protected]:3128";
- For Odroid XU4 burn the img to a sd/emmc card. The instructions are available here
- In Intel NUC, the installation is similar to that for a laptop. Boot from a live USB to install the OS.
NOTE:_ You can use sudo tasksel
to choose between desktop environments and easily switch between lubuntu
, kubuntu
, gnome
, and lxde
.
Add a sudi user as per the instructions here
addusr odroid
- Method I
sudo apt-get install openssh-server
sudo apt-get install lubuntu-desktop
- Method 2: Run
sudo tasksel
and select options for servers and lubuntu.
Look at the setup script available here
- avahi daemon for ease in ssh
- Useful tools and drivers: git, vim, wifi module drivers.
Moderators: Mayank Mittal, Shikher Verma, Suryansh Agarwal . AUV-IITK