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

Minimal porting instructions? #82

Open
SonoSooS opened this issue Mar 28, 2023 · 0 comments
Open

Minimal porting instructions? #82

SonoSooS opened this issue Mar 28, 2023 · 0 comments

Comments

@SonoSooS
Copy link

I've been looking at the ports directory for a while now, and I have either missed it, or I can't find an obvious way to begin to port a new device.

I have an ARM7TDMI device with no GPIO[1], no conventional communication ports[2], and no USB either.
I do however have 32Megabytes of rewritable ROM, and 256k+32k of RAM, and a way to communicate with the device via a bugged UART hardware, and also some buttons (read-only).

I also need to use a custom linker script to make it bootable on real hardware.

Where should I start?

[1] It has GPIO, but that disables UART, and it's also very limited GPIO with no features (three output, one input, input only has low-to-high interrupt).
[2] I have made an UART adapter to make use of the bugged UART hardware, but it's no use besides some extremely basic REPL.

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

1 participant