Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building bootloader #361

Closed
AnanthJaisankar opened this issue Nov 23, 2018 · 4 comments
Closed

building bootloader #361

AnanthJaisankar opened this issue Nov 23, 2018 · 4 comments

Comments

@AnanthJaisankar
Copy link

when i'm trying to build bootloader it shows the error as "DT_FLASH_DEV_NAME" is not defind.
i am new to this mcuboot and i have to work on mcumgr also. so kindly help me on this.

@utzig
Copy link
Member

utzig commented Nov 23, 2018

You need to update Zephyr: zephyrproject-rtos/zephyr#11180

@AnanthJaisankar
Copy link
Author

i'm using the latest zephyr v1.13
1 VERSION_MAJOR = 1
2 VERSION_MINOR = 13
3 PATCH_LEVEL = 0
4 VERSION_TWEAK = 0
5 EXTRA_VERSION = rc3
and still facing the problem as
‘DT_FLASH_DEV_NAME’ undeclared

@utzig
Copy link
Member

utzig commented Nov 24, 2018

1.13.0-rc3 was released more than 2 months ago, had you followed my link you would see the breaking change was merged 10 days ago. If you don't want to use Zephyr master you can try using mcuboot 1.2.0 with: git checkout -b v1.2.0 v1.2.0.

@AnanthJaisankar
Copy link
Author

thank you for your solution that problem is solved.

@utzig utzig closed this as completed Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants