derrekr / fastboot3DS

A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.
GNU General Public License v3.0
371 stars 19 forks source link

Boot from bonus drive support #39

Closed ParzivalWolfram closed 4 years ago

ParzivalWolfram commented 4 years ago

I'd like to put a few utilities on my NAND's bonus drive and boot from there, however I can't seem to find it in 1.2 stable despite it being formatted, visible and read/write in GM9. Would there be a way to add this support or am I just missing it?

d0k3 commented 4 years ago

Wouldn't be too difficult to support this in theory. Up to @profi200 and @derrekr if we want to do it.

profi200 commented 4 years ago

It would not be very hard to implement but:

Reasons against this:

Therefore we decided to reject this.

ParzivalWolfram commented 4 years ago

For the boot time issue, maybe add a line to the config to enable/disable this feature? As for the rest... fair points, I suppose.

On Saturday, November 2, 2019, profi200 notifications@github.com wrote:

It would not be very hard to implement but:

Reasons against this:

  • Increases boot time (need to mount another drive).
  • It's not compatible with for example Luma3DS (it can't mount and access its config from the bonus drive (argc/v)).
  • There is basically no demand for such a feature (this and #17 https://github.com/derrekr/fastboot3DS/issues/17 are the only requests so far).

Therefore we decided to reject this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/derrekr/fastboot3DS/issues/39?email_source=notifications&email_token=AHE6CQOFONXHIFYUO77LADTQRXJN3A5CNFSM4JH3Q4G2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5DLOY#issuecomment-549074363, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHE6CQJM4CA4RS62Z2ZRSPLQRXJN3ANCNFSM4JH3Q4GQ .

profi200 commented 4 years ago

Then we have to add another setting and the problem of users complaining in case they want to boot Luma from there (which will not work correctly). But to be honest Luma will not work from twln/p either but we support it.