Aria Ti am335x Kernel: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==url== https://github.com/c2h2/aria-psp-kernel ==pre-requisite== Easy Install gcc Cross Compiler ==to build== git clone https://github.com/c2h2/aria-psp-kernel.git cd...") |
m (C2h2 moved page Aria am335x Kernel to Aria Ti am335x Kernel) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
==to build== | ==to build== | ||
git clone https://github.com/c2h2/aria-psp-kernel.git | git clone https://github.com/c2h2/aria-psp-kernel.git | ||
cd aria-psp-kernel | cd aria-psp-kernel | ||
./ | git checkout {your_branch} | ||
./mrproperbuild.sh #clean build | |||
==to install== | ==to install== | ||
./install.sh | ./install.sh |
Latest revision as of 04:43, 3 November 2020
url
https://github.com/c2h2/aria-psp-kernel
pre-requisite
Easy Install gcc Cross Compiler
to build
git clone https://github.com/c2h2/aria-psp-kernel.git cd aria-psp-kernel git checkout {your_branch} ./mrproperbuild.sh #clean build
to install
./install.sh