Homebrew RELEASE [Overlay]fastCFWswitch

kickmeh

Well-Known Member
Newcomer
Joined
Jun 16, 2020
Messages
53
Trophies
0
Age
34
XP
302
Country
Switzerland
Depends on what CFW/bootloader you use, and what you define as stock.
If you mean stock, as in hekates stock mode, with only the cfw elements needed to be able to boot, its possible, by adding an entry to your hekate config and telling fastCFWswitch to boot it.
If you mean stock, as in no custom code runs, and it boots normaly, I don't think there is a simple way out there.
yes i use hekate with atmosphere, ok i will figure out on hekate, maybe there is simple code to trigger boot on stock ofw
 

RednaxelaNnamtra

Well-Known Member
OP
Member
Joined
Dec 8, 2011
Messages
1,208
Trophies
1
XP
3,341
Country
Germany
yes i use hekate with atmosphere, ok i will figure out on hekate, maybe there is simple code to trigger boot on stock ofw
For hekate you need this part of the example config to boot into stock:
https://github.com/CTCaer/hekate/bl...b856302d3ff34/res/hekate_ipl_template.ini#L15

If you also add a boot id like this to the enty, you can use fastCFWswitch relatively easy using the bootId:
id=stock


So for example an entry like this in the fastCFWswitch config:
[STOCK]
name=stock
path=/hekate.bin
bootId=stock
 
Last edited by RednaxelaNnamtra,
  • Like
Reactions: kickmeh

Bahamut2

Active Member
Newcomer
Joined
Aug 4, 2010
Messages
35
Trophies
1
Age
41
Location
Elche
XP
298
Country
@RednaxelaNnamtra thank you very much
so ...
this should be the "universal" configuration for this type of package. correct !?

This didnt work for me, i think the "reboot_payload.bin" nor the "fusee-primary.bin" works with the "bootPos" option, i will try with the bootID.

Edit: I couldnt get the bootID working either. Maybe because i use autoboot, i dont know if that can be the problem.
 
Last edited by Bahamut2,

RednaxelaNnamtra

Well-Known Member
OP
Member
Joined
Dec 8, 2011
Messages
1,208
Trophies
1
XP
3,341
Country
Germany
This didnt work for me, i think the "reboot_payload.bin" nor the "fusee-primary.bin" works with the "bootPos" option, i will try with the bootID.

Edit: I couldnt get the bootID working either. Maybe because i use autoboot, i dont know if that can be the problem.
Did you replace atnospheres reboot_payload.bin with hekate? Otherwise his config will not work.
You can also put hekate in another location, but you will need to modify the path in that case.
 

Goginha

Active Member
Newcomer
Joined
Sep 23, 2020
Messages
39
Trophies
0
XP
170
Country
Brazil
What is it:
fastCFWswitch is a simple overlay to boot into payloads to change between CFWs or boot into tools.
The overlay is base based on Tesla and presents the payloads based on a configuration file on the sd-card.
Its possible to define the entry name and seperate them by categories, the order is currently used directly from the ini file.
An example configuration is included in the release zip.

Requirements:
* A Tesla compatible CFW
* A working Tesla installation

Where to get it:
* Latest Release
* Source Code
Amazing! it worked perfectly
 

RednaxelaNnamtra

Well-Known Member
OP
Member
Joined
Dec 8, 2011
Messages
1,208
Trophies
1
XP
3,341
Country
Germany
Is there anyway to boot Ubuntu directly?
you will always need to boot through hekate, but if you set a bootId for the ubuntu entry in hekate, you will be able to boot directly into it, without any manual selection inbetween.

so for example, if you set the bootId in hekate to "ubunt" the fastCFWswitch config entry would look like this:
Code:
[UBUNTU]
name=Ubuntu
path=/hekate.bin
bootId=ubunt
 

f41lbl0g

Member
Newcomer
Joined
Feb 7, 2021
Messages
10
Trophies
0
Age
50
XP
158
Country
United States
for some reason, android and ubuntu boot are not working for me. Im guessing its because its in other config section on hekate? Ive set the correct hekate path, and it boots to hekate but it doesnt boot into android or ubuntu. booting fusee from hekate works fine tho. Im thinking I just need to edit my config file with the proper configuration. Autoboot is also on for me
 
  • Like
Reactions: Hongtm77

RednaxelaNnamtra

Well-Known Member
OP
Member
Joined
Dec 8, 2011
Messages
1,208
Trophies
1
XP
3,341
Country
Germany
for some reason, android and ubuntu boot are not working for me. Im guessing its because its in other config section on hekate? Ive set the correct hekate path, and it boots to hekate but it doesnt boot into android or ubuntu. booting fusee from hekate works fine tho. Im thinking I just need to edit my config file with the proper configuration. Autoboot is also on for me
Did you set bootId in the fastCFWswitch config to SWR-UBU for the ubuntu entry and to SWANDR for the android entry?
 

Hongtm77

Well-Known Member
Newcomer
Joined
Jan 13, 2019
Messages
59
Trophies
0
Age
38
XP
296
Country
Malaysia
for some reason, android and ubuntu boot are not working for me. Im guessing its because its in other config section on hekate? Ive set the correct hekate path, and it boots to hekate but it doesnt boot into android or ubuntu. booting fusee from hekate works fine tho. Im thinking I just need to edit my config file with the proper configuration. Autoboot is also on for me

Hi, I'm having the same issue. I have Fastcfwswitch running on my Tesla menu. but whenever I'm booting to ubuntu, it boots to hekate instead.

--------------------- MERGED ---------------------------

Did you set bootId in the fastCFWswitch config to SWR-UBU for the ubuntu entry and to SWANDR for the android entry?
Hi, may I know how I know what is my bootid? I have tried SWR-UBU as well as L4T Ubuntu Bionic. but still no luck.
 

Hongtm77

Well-Known Member
Newcomer
Joined
Jan 13, 2019
Messages
59
Trophies
0
Age
38
XP
296
Country
Malaysia
Hi, like this
config.ini
Code:
[BOOT]
type=section
name=SYSTEMES

[UBUNTU]
name=UBUNTU
path=/atmosphere/reboot_payload.bin
bootId=SWR-UBU

[ANDROID]
name=ANDROID
path=/atmosphere/reboot_payload.bin
bootId=SWANDR

Hi, thanks for your response. May i know what is reboot_payload.bin? Im using SXCore SXOS. And i do not have reboot_payload.bin
 

Hongtm77

Well-Known Member
Newcomer
Joined
Jan 13, 2019
Messages
59
Trophies
0
Age
38
XP
296
Country
Malaysia
Hi, like this
config.ini
Code:
[BOOT]
type=section
name=SYSTEMES

[UBUNTU]
name=UBUNTU
path=/atmosphere/reboot_payload.bin
bootId=SWR-UBU

[ANDROID]
name=ANDROID
path=/atmosphere/reboot_payload.bin
bootId=SWANDR

Thanks! It works! Really appreciate it
 

f41lbl0g

Member
Newcomer
Joined
Feb 7, 2021
Messages
10
Trophies
0
Age
50
XP
158
Country
United States
Hi, like this
config.ini
Code:
[BOOT]
type=section
name=SYSTEMES

[UBUNTU]
name=UBUNTU
path=/atmosphere/reboot_payload.bin
bootId=SWR-UBU

[ANDROID]
name=ANDROID
path=/atmosphere/reboot_payload.bin
bootId=SWANDR
Thank you! Also working for me now.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Maximumbeans @ Maximumbeans: butte