Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Execute the file as follows to install the cross compiler.

Note

In the environment on VirtualBox, installation may fail on shared directories. Please install in the directory on Ubuntu.

Code Block
$ sudo apt-get install python3
$ tar xvf Ambarella_Toolchain_Linaro_2018.08.tar.xz
$ cd Ambarella_Toolchain_Linaro_2018.08
$ sudo chmod +x ubuntuToolChain-201808
$ ./ubuntuToolChain-201808
In the environment on VirtualBox, installation may fail on shared directories. Please install in the directory on Ubuntu
Note
Info

If you are prompted for TOOLCHAIN PATH[/usr/local]: , just press enter without typing anything. After that, the installation path will be automatically generated, so enter the Y key.

Installing Google Chrome Browser

...