BCT.ini - Resaec/Atmosphere GitHub Wiki
BCT.ini
BCT.ini is the configuration file used by Fusée stage 1 and 2. It is read by fusee-primary.bin to setup and boot fusee-secondary.bin as well as in fusee-secondary.bin (nxboot) to configure Exosphère or to specify the enivonment it should boot.
Configuration
This file is located at the root of your SD.
BCT0
[stage1]
stage2_path = fusee-secondary.bin
stage2_addr = 0xF0000000
stage2_entrypoint = 0xF0000000
Add the following lines and replace the X
according to the following list if you have trouble booting past the FW version detection.
target_firmware
is the OFW major version.
[exosphere]
target_firmware = X
1.0.0 1
2.X.X 2
...
Chainloading
This file is also used to make Fusée chainload other environments. TODO: Add configuration