热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Atmospherecan'tboot,crashesafter(Nintendo)logo.

Edit:TheproblemturnedouttobemismatchedExFatfirmware.UsingaFAT32cardfixedt

Edit: The problem turned out to be mismatched ExFat firmware. Using a FAT32 card fixed the issue and allows you to install ExFat firmware properly. This is unrelated to firmware 6.2.0.

Bug Report


What's the issue you encountered?

Atmosphere can't boot on 6.2.0.

Sequence of events:
1. I load the 0.8.1 atmosphere primary payload via fusee
2. Atmosphere gives the friendly message and then loads fusee-secondary.bin
3. Fusee-secondary gives log information that it is beginning NXBoot and rebuilding package 2
4. Fusee-secondary shows several patched kips, as it normally would during a successful boot.
5. The Nintendo logo fades in and out, as it would normally during a successful boot
6. The Switch logo never loads.
7. At this point, if connected to the computer, the computer loses connection to the switch, indicating some change in power state.

How can the issue be reproduced?

Issue occurs consistently on my console.

Crash report?

(If a crash report was created under /atmosphere/crash_reports/, please upload it to
gist and paste the link here.)

Unfortunately, no crash reports were generated.

Environment?


  • What bootloader (fusee, hekate, etc) was Atmosphère launched by:
    Originally loaded the atmosphere chainloader (fusee-primary) via Hekate, but injecting the fusee-primary.bin had the same result.

  • Official release or unofficial build:
    Running files from official build 0.8.1

  • Do you have additional kips you're loading:
    Originally loaded with SysFTPD, disabling sysftpd (moved to different folder) had no effect.
    I first ran it with a theme as a LayeredFS patch, but deleting the theme had no effect.

  • Additional info about your environment:
    Upgraded from 6.1.0 to 6.2.0 using ChoiDejour.

The following environment produced the result:
- Smashed the fusee-primary bin directly via fusee
- SD card with no custom sysmodules or menu themes

Additional context?

Upgraded from 6.1.0 (with 6.2.0 fuses) to 6.2.0 using ChoiDejour.
Stock firmware boots correctly.

Filesystem:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$ tree atmosphere

atmosphere

├── exefs_patches

│   └── Signature Patches by Rajkosto

│       ├── 7135C20E752183914606CCE81293F24B738C3AEF.ips

│       ├── 76935CA6235CA150D790D4DDF09CA3488AEF50D8.ips

│       ├── A6E7D98BD335371E1B9A96F6241EA3E83B0C36F4.ips

│       ├── C0BFC6518707AC975295A0B656A051DA885A9045.ips

│       ├── CBF2D40A2210C4EE1137F80098DB776EAC7DDCC1.ips

│       ├── E581B1898637E5BC40DBC4AB8F0C6324447E05D1.ips

│       ├── F86D615F9FC6F0D16C3458BE58C64594DBDAB0DF.ips

│       └── F92CFF283777465AFBCC6E160C10EFE7AADC4D3C.ips

├── hbl.nsp

├── kip_patches

│   └── default_nogc

│       ├── 02D5ABAAFD20C8B0633AA0DBAEE0377EF526CE6AD2AC6F2CAD7180CE69E74311.ips

│       ├── 06E90719595A010C6246FF70946F10FB367A00BBD8B7D8D1F25CCE0B458D7E89.ips

│       ├── 10B2D81605488599DF2242CB6BAC2DF1E2BCAB3BC19DC5CD63DB6FAEC0947097.ips

│       ├── 330553F6B5FB55C4C2D7B736240276B3EAD664DA79826FA936F99803B6C28F3B.ips

│       ├── 3A574D436186191D1788EB2C0F076B11737132EBB1484CF906B6A8EB3B1BF459.ips

│       ├── 549B0F8D6F72C4E9F3FD1F19EACE4A5A1DA2D5C393F74224F8BC09DE4#4217.ips

│       ├── 76F87402C9387C0F0A2FAB1B45CEBB93E3E9695C7CFD390F00509B1204101C24.ips

│       ├── 8096AF7C6A35AA8271F3916995413B0B64CE03BD9BBFEB26F2B3E01C5427C69E.ips

│       ├── A6F27AD9AC7C73AD419B63B23E785A0CD7AA9DC1A63C57D10049423DE7B77E2C.ips

│       └── CE3ECBA2F2F062F575F8F360842B32B432340DD2C7590CDEFC03E51B844AE805.ips

├── kip_patches_disabled

│   ├── ftpd

│   │   └── C1D296651CEDCA2D549D5FD41DE2B45B25080D08A54D8E080FB8A85729F46B40.kip

│   └── sysnetcheat

│       └── sys-netcheat.kip

├── loader.ini

└── prod.keys

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$ ls -s .

total 8064

   0  atmosphere           1536  hbmenu.nro        128  README.txt

   0  backup                  0  JKSV                0  ReiNX

 128  BCT.ini               128  keys.bin          128  ReiNX.bin

 128  biskeydump.bin        128  keys.txt            0  retroarch

   0  bootloader              0  lakka               0  switch

   0  config                  0  modules             0 'System Volume Information'

 128  device.keys             0  Nintendo            0  tinfoil

   0  EdiZon                128  prod.keys           0  uboot

   0  Firm                    0  pypatches         128  ums_boot0.ini

   0  FOUND.000               0  RajNX             128  ums_boot1.ini

   0  FOUND.001             128  rajnx_ipl.bin     128  ums_emmc.ini

   0  ftpd                  128  rajnx_ipl.ini     128  ums_sd.ini

4608  fusee-secondary.bin   128  rawpfso.zerotwo

(There are some old ReiNX files, but they are not being used and should not be affecting anything, as far as I'm aware.)

该提问来源于开源项目:Atmosphere-NX/Atmosphere

Just update hekate to the latest version don't delete the bootloader folder rather replace it or you will lose your content in the menu page. if it still doesn't work add the latest patches this will fix it.
I know this is a bit late however I had the same issue and haven't figure it out till recently.





   



推荐阅读
  • 树莓派语音控制的配置方法和步骤
    本文介绍了在树莓派上实现语音控制的配置方法和步骤。首先感谢博主Eoman的帮助,文章参考了他的内容。树莓派的配置需要通过sudo raspi-config进行,然后使用Eoman的控制方法,即安装wiringPi库并编写控制引脚的脚本。具体的安装步骤和脚本编写方法在文章中详细介绍。 ... [详细]
  • ShiftLeft:将静态防护与运行时防护结合的持续性安全防护解决方案
    ShiftLeft公司是一家致力于将应用的静态防护和运行时防护与应用开发自动化工作流相结合以提升软件开发生命周期中的安全性的公司。传统的安全防护方式存在误报率高、人工成本高、耗时长等问题,而ShiftLeft提供的持续性安全防护解决方案能够解决这些问题。通过将下一代静态代码分析与应用开发自动化工作流中涉及的安全工具相结合,ShiftLeft帮助企业实现DevSecOps的安全部分,提供高效、准确的安全能力。 ... [详细]
  • 1、不要使用国内第三方加固2、去掉android:debuggable”true”,不然会报一下错误,特别注意使用了一些第三方SDK,例如ShareSDKUploadfailedY ... [详细]
  • 云原生边缘计算之KubeEdge简介及功能特点
    本文介绍了云原生边缘计算中的KubeEdge系统,该系统是一个开源系统,用于将容器化应用程序编排功能扩展到Edge的主机。它基于Kubernetes构建,并为网络应用程序提供基础架构支持。同时,KubeEdge具有离线模式、基于Kubernetes的节点、群集、应用程序和设备管理、资源优化等特点。此外,KubeEdge还支持跨平台工作,在私有、公共和混合云中都可以运行。同时,KubeEdge还提供数据管理和数据分析管道引擎的支持。最后,本文还介绍了KubeEdge系统生成证书的方法。 ... [详细]
  • 本文介绍了设计师伊振华受邀参与沈阳市智慧城市运行管理中心项目的整体设计,并以数字赋能和创新驱动高质量发展的理念,建设了集成、智慧、高效的一体化城市综合管理平台,促进了城市的数字化转型。该中心被称为当代城市的智能心脏,为沈阳市的智慧城市建设做出了重要贡献。 ... [详细]
  • 本文讨论了在Windows 8上安装gvim中插件时出现的错误加载问题。作者将EasyMotion插件放在了正确的位置,但加载时却出现了错误。作者提供了下载链接和之前放置插件的位置,并列出了出现的错误信息。 ... [详细]
  • Android Studio Bumblebee | 2021.1.1(大黄蜂版本使用介绍)
    本文介绍了Android Studio Bumblebee | 2021.1.1(大黄蜂版本)的使用方法和相关知识,包括Gradle的介绍、设备管理器的配置、无线调试、新版本问题等内容。同时还提供了更新版本的下载地址和启动页面截图。 ... [详细]
  • 知识图谱——机器大脑中的知识库
    本文介绍了知识图谱在机器大脑中的应用,以及搜索引擎在知识图谱方面的发展。以谷歌知识图谱为例,说明了知识图谱的智能化特点。通过搜索引擎用户可以获取更加智能化的答案,如搜索关键词"Marie Curie",会得到居里夫人的详细信息以及与之相关的历史人物。知识图谱的出现引起了搜索引擎行业的变革,不仅美国的微软必应,中国的百度、搜狗等搜索引擎公司也纷纷推出了自己的知识图谱。 ... [详细]
  • phpcomposer 那个中文镜像是不是凉了 ... [详细]
  • 本文介绍了在CentOS上安装Python2.7.2的详细步骤,包括下载、解压、编译和安装等操作。同时提供了一些注意事项,以及测试安装是否成功的方法。 ... [详细]
  • 本文介绍了在Mac上安装Xamarin并使用Windows上的VS开发iOS app的方法,包括所需的安装环境和软件,以及使用Xamarin.iOS进行开发的步骤。通过这种方法,即使没有Mac或者安装苹果系统,程序员们也能轻松开发iOS app。 ... [详细]
  • Java 11相对于Java 8,OptaPlanner性能提升有多大?
    本文通过基准测试比较了Java 11和Java 8对OptaPlanner的性能提升。测试结果表明,在相同的硬件环境下,Java 11相对于Java 8在垃圾回收方面表现更好,从而提升了OptaPlanner的性能。 ... [详细]
  • SpringBoot整合SpringSecurity+JWT实现单点登录
    SpringBoot整合SpringSecurity+JWT实现单点登录,Go语言社区,Golang程序员人脉社 ... [详细]
  • 校园表白墙微信小程序,校园小情书、告白墙、论坛,大学表白墙搭建教程
    小程序的名字必须和你微信注册的名称一模一样在后台注册好小程序。mp.wx-union.cn后台域名https。mp.wx-union.cn ... [详细]
  • Java导入Excel文件返回数据对应属性类字段,Java导出Excel文件如何让数据对应指定的标题字段
    Java导入Excel文件如何对应属性类对应的字段?Java导出Excel文件如何实现?下面分为两段供各位测试,要是不懂或者实在不行可以评论一下,看到我会回复的jar这些你们可以自 ... [详细]
author-avatar
空白画叶子
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有