Replies: 2 comments 1 reply
-
Hi @bathm , Looking at schematics, both boards (E70_XPLD and E70_XULT) are using same UART-1 for console and are using same 12MHz crystals. Note: SAM's boards with chip revision B have an explicit b, like sam_e70b_xplained, to select chip revision B headers files.
|
Beta Was this translation helpful? Give feedback.
-
Hi @bathm , The evolution of Zephyr from one version to another is substantial. The current upstream/main is in stabilization phase for 2.7.0 ( LTS ), scheduled by end Sep/21. I strong recommend you to use Zephyr main till LTS release.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to run Zephyr on a SAM E70B Xplained ULTRA (XULT) eval board. In the board section there is only the SAM E70 XPLAINED (XPLD) board. I edited the .dtsi to adapt it to the schematic of the XULT (USER LED on PA05).
When I build and flash the sample samples/basis/button the firmware runs nice on the XPLD board. When I flash it to the XULT board there are only hieroglyphs at the UART output.
Here is the minicom output:
Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions