Skip to content
/ newton Public

The Linux kernel source code of bq Newton

Notifications You must be signed in to change notification settings

bq/newton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WHAT IS THIS?

Linux Kernel source code for the bq Newton device.

BUILD INSTRUCTIONS?

Specific sources are separated by branches and each version is tagged with it's corresponding number. First, you should clone the project:

$ git clone [email protected]:bq/newton.git

After it, choose the version you would like to build:

$ cd newton/
$ git checkout Oma.JBv1.2-26.09.2012

Finally, build the kernel according to the defconfig file: newton_defconfig

$ cd kernel/
$ make newton_defconfig
$ make kernel.img