Compilation; Compiling Boot Loader - Embest SBC8600B User Manual

Hide thumbs Also See for SBC8600B:
Table of Contents

Advertisement

Embest Technology Co., Ltd
remotes/origin/int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.03.00.00
remotes/origin/int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.03.01.00
remotes/origin/int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.04.00.00
remotes/origin/u-boot-2015.07
2) Get the linux kernel source code by the following instructions:
$ cd ~
$ git clone -b linux-4.1
$ cd linux-am33x
List all branches:
$ git branch –a
* linux-4.1
Note:
 The Linux source codes of the CD are got from git, we will update the git website as soon
as the source code update.

3.5 Compilation

3.5.1 Compiling Boot Loader

SBC8600B can boot up from TF card or NAND Flash, if the jumper JP5 is disconnect,
the board will boot from nand flash, otherwise it will boot from TF card.
Please execute the following instructions to compile boot loader;
cd u-boot-2015.07
make distclean
make am335x_sbc8600_config
make
Copyright © 2017 Embest Technology
https://github.com/embest-tech/linux-am33x.git
SBC8600B-UM-V2.0
34

Advertisement

Table of Contents
loading

Table of Contents