Skip to content

Commit

Permalink
first Readme for fly firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnOfMisfit committed Jan 18, 2016
0 parents commit 037a4a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Readme
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.

0 comments on commit 037a4a2

Please sign in to comment.