Jump to content
  • 0

unable to boot zedboard with custom image


sujith

Question

okay. i'm trying to boot zedboard with custom image and there is no sign from the board after powering ON. connected all jumper according to the manuel. i have 2 partitions in sd card one is fat32 which holds boot.bin, boot.scr, image.ub and tried adding system.dtb(device tree) and inthe second partition is is of format ext and holds rootf files. i dont even had any idea wat is wrong i did. please help me to clear this issue

 

thanks

sujith

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

To check if your boot.bin is ok. Enable fsbl debug and listen on UART during the boot process. You may need to connect as soon as you power the board to catch those messages.

To enable fsbl debug:  Create a .bbappend for fsbl recipe in your layer or directly edit fsbl recipe and add line:

YAML_COMPILER_FLAGS_append = " -DFSBL_DEBUG_INFO"

In newer version I think the syntax is:

YAML_COMPILER_FLAGS:append = " -DFSBL_DEBUG_INFO"


This way you know if there is something wrong on the first step of the boot process.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...