-
Notifications
You must be signed in to change notification settings - Fork 7.7k
soc: ambiq: apollo3x: Flash-controller reconfigured for mcuboot #80987
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
Conversation
c65e8fe
to
6494ab8
Compare
6494ab8
to
ac5aab1
Compare
@srcnert can you take a look at the build errors? |
@@ -25,6 +27,8 @@ | |||
led2 = &led2; | |||
sw0 = &button0; | |||
sw1 = &button1; | |||
bootloader-led0 = &blue_led; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "blue_led" is undefined node which is causing compiling error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn 8000 more.
Added with latest commit. Thanks.
Please run samples/drivers/flash_shell to make sure the changes do not break the driver. |
ac5aab1
to
58f00c4
Compare
Please address the CI failures. |
58f00c4
to
e3fb876
Compare
Due to Apollo3's internal bootloader, zephyr build is not able to create correct flash address on linker.cmd while using mcuboot. The PR configures flash-controller start address to solve this problem. Test board: rakwireless/rak11720 Test project: samples/subsys/mgmt/mcumgr/smp_svr Signed-off-by: Sercan Erat <sercanerat@gmail.com>
e3fb876
to
b87edff
Compare
The reason is this: https://docs.zephyrproject.org/latest/build/dts/api/bindings/input/gpio-keys.html |
You can run
It will scan the tests/ztest/base/testcase.yaml and build the defined test items one by one. Or |
Due to Apollo3's internal bootloader, zephyr build is not able to create corre 8000 ct flash address on linker.cmd while using mcuboot. The PR configures flash-controller start address to solve this problem.
Test board: rakwireless/rak11720
Test project: samples/subsys/mgmt/mcumgr/smp_svr
Please close SHELL options on overlay-bt.conf and overlay-shell-mgmt.conf files to see log messages. I tested update over uart and ble.