Skip to content

Instantly share code, notes, and snippets.

@bonnieking
Last active November 2, 2015 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bonnieking/93350ef0addbbd7c2f33 to your computer and use it in GitHub Desktop.
Save bonnieking/93350ef0addbbd7c2f33 to your computer and use it in GitHub Desktop.
bbb rcn bb-kernel linux 4.3
############################################################
[bonniek@featherfall bb-kernel-v2]$ git checkout am33x-v4.3
Already on 'am33x-v4.3'
Your branch is up-to-date with 'origin/am33x-v4.3'.
[bonniek@featherfall bb-kernel-v2]$ cat .git/cop
cat: .git/cop: No such file or directory
[bonniek@featherfall bb-kernel-v2]$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://github.com/RobertCNelson/bb-kernel
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "am33x-v3.8"]
remote = origin
merge = refs/heads/am33x-v3.8
[branch "am33x-v4.3"]
remote = origin
merge = refs/heads/am33x-v4.3
[bonniek@featherfall bb-kernel-v2]$ git checkout am33x-v4.3
Already on 'am33x-v4.3'
Your branch is up-to-date with 'origin/am33x-v4.3'.
############################################################
[bonniek@featherfall bb-kernel-v2]$ ./build_kernel.sh
+ Detected build host ["Fedora release 22 (Twenty Two)"]
+ host: [x86_64]
+ git HEAD commit: [1f00cb47367931da7bd91053aae2bf4079c563db]
RPM distro version: [22]
Installing:
-----------------------------
--2015-10-31 13:52:10-- https://releases.linaro.org/components/toolchain/binaries/5.1-2015.08/arm-linux-gnueabihf/gcc-linaro-5.1-2015.08-x86_64_arm-linux-gnueabihf.tar.xz
Resolving releases.linaro.org (releases.linaro.org)... 54.225.141.114
Connecting to releases.linaro.org (releases.linaro.org)|54.225.141.114|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 157653256 (150M), 107354376 (102M) remaining [application/force-download]
Saving to: ‘/home/bonniek/drew/bbb/bb-kernel-v2/dl/gcc-linaro-5.1-2015.08-x86_64_arm-linux-gnueabihf.tar.xz’
############################################################
############################################################
############################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment