forked from lubing521/ambarella
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ShawnOfMisfit
committed
Jan 18, 2016
0 parents
commit 037a4a2
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ambarella from S2 sdk4.0 | ||
we make the it and get the "out" directory after we patch to the SDK. | ||
Complie Command: | ||
$ cd s2_linux_sdk/ambarella | ||
$ source build/env/Linaro-multilib-gcc4.8.env | ||
$ cd boards/s2ipcam | ||
$ make sync_build_mkcfg | ||
$ make s2_ipcam_8gb_s288_config | ||
***************************** | ||
make menuconfig —————amba | ||
or | ||
make defconfig_public_linux —————firstly compile with the defconfig file. | ||
or | ||
make menuconfig_public_linux ————— kernel | ||
***************************** | ||
$ make -j(n) ————— n : the number of the CPUs. | ||
|