Setting Up Odroid C2 with Iceweasel and Flash

Setting Up Odroid C2 with Iceweasel and Flash

  • Download the latest Odrobian Vanilla image for the Odroid C2 here.
  • If you are running Linux, uncompress the image using the unxz command.
  • Flash the image to a microSD card using the dd command.
  • Insert the SD card into the slot on the Odroid C2 and boot the image. Login as root.
  • Change default root password:
    • passwd root
  • Grab all of the latest updates:
    • apt-get update && apt-get upgrade && apt-get dist-upgrade
  • Set Time Zone:
    • dpkg-reconfigure tzdata
  • Setup desktop environment:
    • tasksel
  • Add a user:
    • adduser Username –force-badname
  • Install all of the required dependencies for the Fresh Player plugin:
    • apt-get install libflashplayer build-essential git cmake pkg-config libglib2.0-dev libasound2-dev libx11-dev libgl1-mesa-dev liburiparser-dev libcairo2-dev libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libfreetype6-dev libgtk2.0-dev libxinerama-dev libconfig-dev libevent-dev libegl1-mesa-dev libgles2-mesa-dev ragel libva-dev libvdpau-dev libv4l-dev libavcodec-dev libssl-dev
  • Build the Fresh Player plugin:
    • git clone https://github.com/i-rinat/freshplayerplugin.git
    • cd freshplayerplugin && mkdir build
    • cd build
    • cmake ..
    • make
  • Copy the created libfreshwrapper-pepperflash.so file to the Iceweasel plugins directory:
    • cp libfreshwrapper-flashplayer.so /usr/lib/mozilla/plugins
  • Reboot into desktop environment (reboot).