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

Added boot method selection #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added boot method selection #2

wants to merge 1 commit into from

Conversation

a8jan
Copy link

@a8jan a8jan commented Feb 22, 2025

Select key changes load/boot method:
A = Load using N device over TNFS
B = Load using N device over HTTPS
C = Disk mount and boot over TNFS
D = Disk mount and boot over HTTPS

If ATR is choosen, disk mount and boot (C or D) is used automatically. For ATR, A is the same as C and B is the same as D.

Added query option "d=1" to include ATR images in result

Build with make variable set ENABLE_BOOTSEL=1
E.g make -C homesoft-client ENABLE_BOOTSEL=1 clean disk
Alternatively, modify application.mk to change the default value.

Select key changes load/boot method:
A = Load using N device over TNFS
B = Load using N device over HTTPS
C = Disk mount and boot over TNFS
D = Disk mount and boot over HTTPS

If ATR is choosen, disk mount and boot (C or D) is used
automatically. For ATR, A is the same as C and B is the same as D.

Added query option "d=1" to include ATR images in result

Build with make variable set ENABLE_BOOTSEL=1
E.g make -C homesoft-client ENABLE_BOOTSEL=1 clean disk
Alternatively, modify application.mk to change the default value.
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

Successfully merging this pull request may close these issues.

1 participant