FDT and ATAGS support not compiled in - hanging ### ERROR ### Please RESET the board ###
I'm following the tutorial from the below mentioned website to install Linux on SoCkit by Terasic:
https://zhehaomao.com/blog/fpga/2013/12/24/sockit-2.html.
This is my first time building a Linux, so I am still learning. I was able to complete all the steps shown in the tutorial, but when I try to boot, it gives me error saying
Did not find a cmdline Flattened Device Tree Could not find a valid device tree
Now, I know the .dtb
file is on the SD card and I can load it using the fatload
command of u-boot. After I load the .dtb
file and run bootm
command I get the error saying
FDT and ATAGS support not compiled in - hanging ### ERROR ### Please RESET the board ###
I don't know where/how to enable this support. Could someone please help me with this?
linux u-boot device-tree
add a comment |
I'm following the tutorial from the below mentioned website to install Linux on SoCkit by Terasic:
https://zhehaomao.com/blog/fpga/2013/12/24/sockit-2.html.
This is my first time building a Linux, so I am still learning. I was able to complete all the steps shown in the tutorial, but when I try to boot, it gives me error saying
Did not find a cmdline Flattened Device Tree Could not find a valid device tree
Now, I know the .dtb
file is on the SD card and I can load it using the fatload
command of u-boot. After I load the .dtb
file and run bootm
command I get the error saying
FDT and ATAGS support not compiled in - hanging ### ERROR ### Please RESET the board ###
I don't know where/how to enable this support. Could someone please help me with this?
linux u-boot device-tree
add a comment |
I'm following the tutorial from the below mentioned website to install Linux on SoCkit by Terasic:
https://zhehaomao.com/blog/fpga/2013/12/24/sockit-2.html.
This is my first time building a Linux, so I am still learning. I was able to complete all the steps shown in the tutorial, but when I try to boot, it gives me error saying
Did not find a cmdline Flattened Device Tree Could not find a valid device tree
Now, I know the .dtb
file is on the SD card and I can load it using the fatload
command of u-boot. After I load the .dtb
file and run bootm
command I get the error saying
FDT and ATAGS support not compiled in - hanging ### ERROR ### Please RESET the board ###
I don't know where/how to enable this support. Could someone please help me with this?
linux u-boot device-tree
I'm following the tutorial from the below mentioned website to install Linux on SoCkit by Terasic:
https://zhehaomao.com/blog/fpga/2013/12/24/sockit-2.html.
This is my first time building a Linux, so I am still learning. I was able to complete all the steps shown in the tutorial, but when I try to boot, it gives me error saying
Did not find a cmdline Flattened Device Tree Could not find a valid device tree
Now, I know the .dtb
file is on the SD card and I can load it using the fatload
command of u-boot. After I load the .dtb
file and run bootm
command I get the error saying
FDT and ATAGS support not compiled in - hanging ### ERROR ### Please RESET the board ###
I don't know where/how to enable this support. Could someone please help me with this?
linux u-boot device-tree
linux u-boot device-tree
edited May 6 '15 at 3:11
G-Man
13.4k93667
13.4k93667
asked May 6 '15 at 2:45
KarthikKarthik
3816
3816
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It looks like this particular SD card I am using wasn't getting formatted (partitions file system) properly on a virtual machine. I was running Ubuntu 14 on VirtualBox. I then formatted on a laptop running ubuntu and re-wrote the SD card. It booted up just fine!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f201693%2ffdt-and-atags-support-not-compiled-in-hanging-error-please-reset-the-b%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It looks like this particular SD card I am using wasn't getting formatted (partitions file system) properly on a virtual machine. I was running Ubuntu 14 on VirtualBox. I then formatted on a laptop running ubuntu and re-wrote the SD card. It booted up just fine!
add a comment |
It looks like this particular SD card I am using wasn't getting formatted (partitions file system) properly on a virtual machine. I was running Ubuntu 14 on VirtualBox. I then formatted on a laptop running ubuntu and re-wrote the SD card. It booted up just fine!
add a comment |
It looks like this particular SD card I am using wasn't getting formatted (partitions file system) properly on a virtual machine. I was running Ubuntu 14 on VirtualBox. I then formatted on a laptop running ubuntu and re-wrote the SD card. It booted up just fine!
It looks like this particular SD card I am using wasn't getting formatted (partitions file system) properly on a virtual machine. I was running Ubuntu 14 on VirtualBox. I then formatted on a laptop running ubuntu and re-wrote the SD card. It booted up just fine!
answered May 6 '15 at 5:01
KarthikKarthik
3816
3816
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f201693%2ffdt-and-atags-support-not-compiled-in-hanging-error-please-reset-the-b%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