Beagle Board Black Revision
I can't seem to find my revision number on my Beagle Board Black. Does anyone know where it is printed? Yes it's on the box, but that doesn't help down the road once the box is gone. Seems silly that they got (at least I think) silk screen the revision on the board. Others have suggested that its on a white sticker on the ethernet, but none of ours have this. It was not peeled off either. Never had it to begin with.
beagleboard beaglebone
add a comment |
I can't seem to find my revision number on my Beagle Board Black. Does anyone know where it is printed? Yes it's on the box, but that doesn't help down the road once the box is gone. Seems silly that they got (at least I think) silk screen the revision on the board. Others have suggested that its on a white sticker on the ethernet, but none of ours have this. It was not peeled off either. Never had it to begin with.
beagleboard beaglebone
add a comment |
I can't seem to find my revision number on my Beagle Board Black. Does anyone know where it is printed? Yes it's on the box, but that doesn't help down the road once the box is gone. Seems silly that they got (at least I think) silk screen the revision on the board. Others have suggested that its on a white sticker on the ethernet, but none of ours have this. It was not peeled off either. Never had it to begin with.
beagleboard beaglebone
I can't seem to find my revision number on my Beagle Board Black. Does anyone know where it is printed? Yes it's on the box, but that doesn't help down the road once the box is gone. Seems silly that they got (at least I think) silk screen the revision on the board. Others have suggested that its on a white sticker on the ethernet, but none of ours have this. It was not peeled off either. Never had it to begin with.
beagleboard beaglebone
beagleboard beaglebone
asked Jul 8 '14 at 21:30
AtomiklanAtomiklan
3422416
3422416
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Sigh, I found it... It was not on the ethernet, I completely missed the sticker on the riser.
Not all Revisions have that sticker. If you are running one of the default images and use your browser to navigate to the BeagleBone Black, then the green box that tells you BoneScript has connected, also tells you the revision number.
– Martin J.H.
Aug 31 '14 at 18:37
add a comment |
If you have a serial console installed, you can also get the revision from the uBoot prompt.
- When booting the device, enter the space key to stop at the uBoot prompt
- Then issue the command
printenv board_rev
This should diplay something like
board_rev=00C0
where C is here my beagle board revision.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f778654%2fbeagle-board-black-revision%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sigh, I found it... It was not on the ethernet, I completely missed the sticker on the riser.
Not all Revisions have that sticker. If you are running one of the default images and use your browser to navigate to the BeagleBone Black, then the green box that tells you BoneScript has connected, also tells you the revision number.
– Martin J.H.
Aug 31 '14 at 18:37
add a comment |
Sigh, I found it... It was not on the ethernet, I completely missed the sticker on the riser.
Not all Revisions have that sticker. If you are running one of the default images and use your browser to navigate to the BeagleBone Black, then the green box that tells you BoneScript has connected, also tells you the revision number.
– Martin J.H.
Aug 31 '14 at 18:37
add a comment |
Sigh, I found it... It was not on the ethernet, I completely missed the sticker on the riser.
Sigh, I found it... It was not on the ethernet, I completely missed the sticker on the riser.
answered Jul 8 '14 at 21:32
AtomiklanAtomiklan
3422416
3422416
Not all Revisions have that sticker. If you are running one of the default images and use your browser to navigate to the BeagleBone Black, then the green box that tells you BoneScript has connected, also tells you the revision number.
– Martin J.H.
Aug 31 '14 at 18:37
add a comment |
Not all Revisions have that sticker. If you are running one of the default images and use your browser to navigate to the BeagleBone Black, then the green box that tells you BoneScript has connected, also tells you the revision number.
– Martin J.H.
Aug 31 '14 at 18:37
Not all Revisions have that sticker. If you are running one of the default images and use your browser to navigate to the BeagleBone Black, then the green box that tells you BoneScript has connected, also tells you the revision number.
– Martin J.H.
Aug 31 '14 at 18:37
Not all Revisions have that sticker. If you are running one of the default images and use your browser to navigate to the BeagleBone Black, then the green box that tells you BoneScript has connected, also tells you the revision number.
– Martin J.H.
Aug 31 '14 at 18:37
add a comment |
If you have a serial console installed, you can also get the revision from the uBoot prompt.
- When booting the device, enter the space key to stop at the uBoot prompt
- Then issue the command
printenv board_rev
This should diplay something like
board_rev=00C0
where C is here my beagle board revision.
add a comment |
If you have a serial console installed, you can also get the revision from the uBoot prompt.
- When booting the device, enter the space key to stop at the uBoot prompt
- Then issue the command
printenv board_rev
This should diplay something like
board_rev=00C0
where C is here my beagle board revision.
add a comment |
If you have a serial console installed, you can also get the revision from the uBoot prompt.
- When booting the device, enter the space key to stop at the uBoot prompt
- Then issue the command
printenv board_rev
This should diplay something like
board_rev=00C0
where C is here my beagle board revision.
If you have a serial console installed, you can also get the revision from the uBoot prompt.
- When booting the device, enter the space key to stop at the uBoot prompt
- Then issue the command
printenv board_rev
This should diplay something like
board_rev=00C0
where C is here my beagle board revision.
answered Jan 1 at 17:47
ManuManu
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f778654%2fbeagle-board-black-revision%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown