美文网首页
esp32 doesn't fit in partiti

esp32 doesn't fit in partiti

作者: 昨天剩下的一杯冷茶 | 来源:发表于2018-11-22 12:09 被阅读138次

问题:

E (605) esp_image: Image length 1184944 doesn't fit in partition length 1048576
E (613) boot: Factory app partition is not bootable
E (618) boot: No bootable app partitions in the partition table

1、将$IDF_PATH/components/partition_table/partitions_singleapp.csv修改如下


 
# Name,   Type, SubType, Offset,  Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
nvs,      data, nvs,     0x9000,  0x6000,
phy_init, data, phy,     0xf000,  0x1000,
factory,  app,  factory, 0x10000, 2M,


2、make menuconfig配置

image.png 改为4M

相关文章

  • esp32 doesn't fit in partiti

    问题: 1、将$IDF_PATH/components/partition_table/partitions_si...

  • #WeAreWomen

    You don't have to make yourself perfect just to fit into ...

  • Don't stop yourself thinking

    “找到自己热爱的东西,做自己非做不可的事情” —— FIT女郎 FIT鸡汤: Don't stop yourse...

  • ……

    Why are you trying so hard to fit in when you were born t...

  • 47

    This dress dosen’t fit me. It looks quite weird on me, do...

  • #馨安百日英语计划##Day49/100#

    一、句子——英文(E) 1、Your baby doesn't fit the books(not surpris...

  • Profile doesn't include the

    最近开发中,项目打包时总是遇到这个问题,困扰许久,网上找遍了也没找到正确的解决方案。之前也出现过类似问题,但重建P...

  • doesn't match the entitlemen

      今天更新Xcode 9.3,无缘无故出现了“doesn't match the entitlements fi...

  • Provisioning profile doesn't

    报错截图 换了电脑之后或者新建账户之后,苹果可能会默认新建一个certificate,然后Provisioning...

  • Xcode: doesn't include the a

    问题描述: Xcode8.1 选择真机测试证书时提示doesn't include the aps-environ...

网友评论

      本文标题:esp32 doesn't fit in partiti

      本文链接:https://www.haomeiwen.com/subject/hkqlqqtx.html