AM3354

Build Kernel 4.1.18


步驟如下:

$ cd
$ git clone https://github.com/steward-fu/gh_bbgw_toolchain.git
$ git clone https://github.com/steward-fu/gh_cm3354_kernel-4.1.18.git
$ sudo cp -a gh_bbgw_toolchain/x64 /opt/am335x
$ export PATH=$PATH:/opt/am335x/bin

$ cd gh_cm3354_kernel-4.1.18
$ cp cm3354_config .config
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j4 zImage modules


返回上一頁