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

Add support for Recore #5351

Merged

Conversation

eliasbakken
Copy link
Contributor

Description

This PR adds support for Recore A5, A6, and A7 hardware. Recore is a 3D printer control board based on Allwinner A64.
Since the board uses the AR100 for real time stepping, the SCP is disabled and instead a version of Klipper is loaded instead.

How Has This Been Tested?

The patches have been tested by building the current and legacy kernels with the minimal images.

  • Minimal image with current kernel
  • Minimal image with legacy kernel

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Signed-off-by: Elias Bakken <elias@iagent.no>
Copy link
Member

@igorpecovnik igorpecovnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add recently added variable BOARD_MAINTAINER="eliasbakken" to board config, the rest looks OK.

Signed-off-by: Elias Bakken <elias@iagent.no>
@eliasbakken
Copy link
Contributor Author

I did not see any references to BOARD_MAINTAINER anywhere in the code, but I've added it now.

@igorpecovnik
Copy link
Member

Thanks.

I did not see any references

It was merged today.

@igorpecovnik igorpecovnik added the Ready to merge Reviewed, tested and ready for merge label Jun 19, 2023
@igorpecovnik igorpecovnik merged commit 2aec6c2 into armbian:main Jun 19, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready to merge Reviewed, tested and ready for merge
Development

Successfully merging this pull request may close these issues.

None yet

2 participants