Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatcat WARNING: Bytes per sector is not 512 esp32c3 #33

Open
QGB opened this issue Sep 26, 2022 · 0 comments
Open

fatcat WARNING: Bytes per sector is not 512 esp32c3 #33

QGB opened this issue Sep 26, 2022 · 0 comments

Comments

@QGB
Copy link

QGB commented Sep 26, 2022

partitions.csv

# Notes: the offset of the partition table itself is set in
# $IDF_PATH/components/partition_table/Kconfig.projbuild.
# Name,   Type, SubType, Offset,  Size, Flags
nvs,      data, nvs,     0x9000,  0x6000,
phy_init, data, phy,     0xf000,  0x1000,
factory,  app,  factory, 0x10000, 0x1F0000,
vfs,      data, fat,     0x200000, 0x200000,

read_flash to bin
esptool --chip esp32c3 -p COM24 -b 921600 --before=default_reset --after=hard_reset read_flash 0x200000 0x200000 C:/test/ESP32/esp32c3/data_2M.bin

qgb@ubuntu:~/github/micropython/ports/esp32$ fatcat /mnt/test/esp32/esp32c3/data_2M.bin -l /
WARNING: Bytes per sector is not 512 (27764)
WARNING: Fats number different of 2 (47)
! Failed to init the FAT filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant