Skip to content

Instantly share code, notes, and snippets.

@franz-ms-muc
Created February 7, 2023 22:23
Show Gist options
  • Save franz-ms-muc/23fc84808d5a544870fc49de79ccf803 to your computer and use it in GitHub Desktop.
Save franz-ms-muc/23fc84808d5a544870fc49de79ccf803 to your computer and use it in GitHub Desktop.
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2023.02.07 23:21:51 =~=~=~=~=~=~=~=~=~=~=~=
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x1684
load:0x403c9700,len:0xbe8
load:0x403cc700,len:0x2e98
entry 0x403c9904
I (25) boot: ESP-IDF v5.0-dirty 2nd stage bootloader
I (25) boot: compile time 22:29:44
I (25) boot: chip revision: v0.0
I (27) boot.esp32s3: Boot SPI Speed : 80MHz
I (32) boot.esp32s3: SPI Mode : DIO
I (36) boot.esp32s3: SPI Flash Size : 4MB
I (41) boot: Enabling RNG early entropy source...
I (47) boot: Partition Table:
I (50) boot: ## Label Usage Type ST Offset Length
I (57) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (65) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (72) boot: 2 factory factory app 00 00 00010000 00100000
I (80) boot: 3 storage Unknown data 01 81 00110000 00100000
I (87) boot: End of partition table
I (92) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=0d434h ( 54324) map
I (110) esp_image: segment 1: paddr=0001d45c vaddr=3fc92a00 size=02bbch ( 11196) load
I (112) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=31b30h (203568) map
I (153) esp_image: segment 3: paddr=00051b58 vaddr=3fc955bc size=00024h ( 36) load
I (154) esp_image: segment 4: paddr=00051b84 vaddr=40374000 size=0e9b4h ( 59828) load
I (172) esp_image: segment 5: paddr=00060540 vaddr=50000000 size=00010h ( 16) load
I (179) boot: Loaded app from partition at offset 0x10000
I (179) boot: Disabling RNG early entropy source...
I (192) cpu_start: Pro cpu up.
I (193) cpu_start: Starting app cpu, entry point is 0x403752e0
I (0) cpu_start: App cpu up.
I (207) cpu_start: Pro cpu start user code
I (207) cpu_start: cpu freq: 160000000 Hz
I (207) cpu_start: Application information:
I (210) cpu_start: Project name: tusb_msc
I (215) cpu_start: App version: a4f545d-dirty
I (221) cpu_start: Compile time: Feb 7 2023 22:40:46
I (227) cpu_start: ELF file SHA256: b302e90cb307241c...
I (233) cpu_start: ESP-IDF: v5.0-dirty
I (238) heap_init: Initializing. RAM available for dynamic allocation:
I (245) heap_init: At 3FC965E0 len 00053130 (332 KiB): D/IRAM
I (251) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (258) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (264) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (272) spi_flash: detected chip: generic
I (275) spi_flash: flash io: dio
W (279) spi_flash: Detected size(8192k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
I (293) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (313) gpio: GPIO[4]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (313) example_main: Initializing storage...
I (323) msc_spiflash: Initializing wear levelling
I (353) example_main: Mount storage...
I (353) msc_spiflash: Initializing FAT
I (353) example_main:
ls command output:
System Volume Information
Neue Bitmap.bmp
I (363) example_main: USB MSC initialization
I (363) tusb_desc:
USB Device Descriptor Summary
bDeviceClass 239
bDeviceSubClass 2
bDeviceProtocol 1
bMaxPacketSize0 64
idVendor 0x303a
idProduct 0x4002
bcdDevice 0x100
iManufacturer 0x1
iProduct 0x2
iSerialNumber 0x3
bNumConfigurations 0x1
I (533) TinyUSB: TinyUSB Driver installed
I (533) example_main: USB MSC initialization DONE
Type 'help' to get the list of commands.
Use UP/DOWN arrows to navigate through command history.
Press TAB when typing command name to auto-complete.
esp32s3>
esp32s3> s
esp32s3> st
esp32s3> sta
esp32s3> stat
esp32s3> statu
esp32s3> status
esp32s3> status
storage exposed over USB: No
esp32s3> I (10273) example_main: tud_mount_cb MSC START: Expose Over USB
I (10273) example_main: Unmount storage...
esp32s3>
esp32s3>
esp32s3> s
esp32s3> st
esp32s3> sta
esp32s3> stat
esp32s3> statu
esp32s3> status
esp32s3> status
storage exposed over USB: Yes
esp32s3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment