Skip to content

No native serial or filesystem with latest wifi #6

@fede2cr

Description

@fede2cr

Testing friday's code, when I load it on my saolas, I don't get to the point where I get a native serial (repl) or usb filesystem, so I can't test the code.

This is what I get when I connect to the programmer serial port and reboot the board:

I (554) cpu_start: Starting scheduler on PRO CPU.
E (556) memory: memory init
I (556) cp port: heap 3ffdce54
E (1416) ledc: ledc_stop(430): LEDC is not initialized
E (1416) ledc: ledc_stop(430): LEDC is not initialized
E (1416) ledc: ledc_stop(430): LEDC is not initialized
E (1416) ledc: ledc_stop(430): LEDC is not initialized
E (1426) ledc: ledc_stop(430): LEDC is not initialized
E (1426) ledc: ledc_stop(430): LEDC is not initialized
E (1436) ledc: ledc_stop(430): LEDC is not initialized
E (1436) ledc: ledc_stop(430): LEDC is not initialized
I (1446) cp wifi: reset
Heap summary for capabilities 0x00000004:
At 0x3ff9e000 len 8192 free 8 allocated 8024 min_free 0
largest_free_block 8 alloc_blocks 31 free_blocks 1 total_blocks 32
At 0x3ffda080 len 139136 free 61856 allocated 77220 min_free 61856
largest_free_block 61856 alloc_blocks 6 free_blocks 1 total_blocks 7
At 0x3fffc000 len 14864 free 14248 allocated 540 min_free 14228
largest_free_block 14228 alloc_blocks 9 free_blocks 2 total_blocks 11
Totals:
free 76112 allocated 85784 min_free 76084 largest_free_block 61856
I (1496) circuitpython: flushing fs
I (1506) circuitpython: allocating heap
I (1506) circuitpython: starting mp
I (1506) circuitpython: start mp
I (1516) circuitpython: stack sentinel
I (1516) circuitpython: init pystack
I (1526) circuitpython: init gc 0x3ffdce54 10000
I (1526) circuitpython: mp_init
I (1536) circuitpython: start mp done
I (1536) circuitpython: running boot.py
I (1536) circuitpython: boot.py done
I (1586) cp wifi: reset
Heap summary for capabilities 0x00000004:
At 0x3ff9e000 len 8192 free 8 allocated 8024 min_free 0
largest_free_block 8 alloc_blocks 31 free_blocks 1 total_blocks 32
At 0x3ffda080 len 139136 free 61856 allocated 77220 min_free 61856
largest_free_block 61856 alloc_blocks 6 free_blocks 1 total_blocks 7
At 0x3fffc000 len 14864 free 14248 allocated 540 min_free 14228
largest_free_block 14228 alloc_blocks 9 free_blocks 2 total_blocks 11
Totals:
free 76112 allocated 85784 min_free 76084 largest_free_block 61856
I (1616) circuitpython: cleanup done
I (1626) circuitpython: start mp
I (1626) circuitpython: stack sentinel
I (1636) circuitpython: init pystack
I (1636) circuitpython: init gc 0x3ffdce54 10000
I (1646) circuitpython: mp_init
I (1646) circuitpython: start mp done
I (1646) circuitpython: running main
I (1656) circuitpython: done with main
I (1696) cp wifi: reset
Heap summary for capabilities 0x00000004:
At 0x3ff9e000 len 8192 free 0 allocated 8032 min_free 0
largest_free_block 0 alloc_blocks 32 free_blocks 0 total_blocks 32
At 0x3ffda080 len 139136 free 61856 allocated 77220 min_free 61856
largest_free_block 61856 alloc_blocks 6 free_blocks 1 total_blocks 7
At 0x3fffc000 len 14864 free 14232 allocated 552 min_free 14228
largest_free_block 14228 alloc_blocks 10 free_blocks 2 total_blocks 12
Totals:
free 76088 allocated 85804 min_free 76084 largest_free_block 61856

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions