Search found 17 matches

by PSI
Tue May 14, 2019 4:36 am
Forum: Other Retro Dev
Topic: 3DS reverse engineering
Replies: 322
Views: 269855

Re: 3DS reverse engineering

Llama does appear to have some good work put into it. Judging by its description though (having to manually provide CPU entrypoints for a list of files), it doesn't seem to be capable of booting from the boot ROMs, which would require an encrypted OTP and NAND. Someone please correct me if I'm wrong.
by PSI
Mon May 13, 2019 5:45 pm
Forum: Other Retro Dev
Topic: 3DS reverse engineering
Replies: 322
Views: 269855

Re: 3DS reverse engineering

Hi nocash, I made an account to get a chance to talk to you. I'm also making a 3DS emulator: https://github.com/PSI-Rockin/Corgi3DS My emulator runs the boot ROMs and successfully loads NATIVE_FIRM off the NAND. It doesn't get much further than that as Kernel11 needs MMU, but it's also capable of bo...