Search found 75 matches

by PM-TPI
Tue Apr 19, 2022 7:57 pm
Forum: Programs, Libraries and Tools
Topic: How to Production Progam and upload system files
Replies: 5
Views: 2943

Re: How to Production Progam and upload system files

yep...
installed yesterday

Code: Select all

C:\Users\rlsap\OneDrive - GraphicComponents\1-SmartLOG Code\2021-Flash>
PS C:\Users\rlsap\OneDrive - GraphicComponents\1-SmartLOG Code\2021-Flash> rshell --version
0.0.31
using pymaker... no issues
Trying mpremote now...
by PM-TPI
Tue Apr 19, 2022 1:30 pm
Forum: Programs, Libraries and Tools
Topic: How to Production Progam and upload system files
Replies: 5
Views: 2943

Re: How to Production Progam and upload system files

added the --ascii switch and removed baud to run at default 32... PS C:\Users\rlsap\OneDrive - GraphicComponents\1-SmartLOG Code\2021-Flash> rshell -p com13 -a "cp boot.py /pyboard; cp main.py /pyboard; cp dash.html.gz /pyboard; cp 2021.svg.gz /pyboard" Using buffer-size of 32 Connecting to com13 (b...
by PM-TPI
Mon Apr 18, 2022 8:57 pm
Forum: Programs, Libraries and Tools
Topic: How to Production Progam and upload system files
Replies: 5
Views: 2943

How to Production Progam and upload system files

I am try to use Powershell and rshell to Flash and upload files to ESP32 with no success. ''' 2021_production_program.ps1 ''' esptool.py --chip esp32 --port COM13 erase_flash esptool.py --chip esp32 --port COM13 --baud 921600 write_flash -z --flash_mode dio --flash_freq 40m 0x1000 firmware.bin rshel...
by PM-TPI
Tue Apr 05, 2022 7:24 pm
Forum: Raspberry Pi microcontroller boards
Topic: Pico Mounting SD Card
Replies: 41
Views: 200463

Re: Pico Mounting SD Card

I used a new sdcard.py file that did not have Peter Hinch fix of...
self.spi.write(b"\xff")
after
def readblocks(self, block_num, buf):
def writeblocks(self, block_num, buf):

All appears to be fine !!!
by PM-TPI
Tue Apr 05, 2022 6:50 pm
Forum: Raspberry Pi microcontroller boards
Topic: Pico Mounting SD Card
Replies: 41
Views: 200463

Re: Pico Mounting SD Card

using a... MicroPython v1.17-805-g7b1d10d69-dirty on 2022-04-05; 4MB/OTA/SPIram module with ESP32 Now getting [Errno 5] EIO errors, never had with a v2 8GB card. Been logging, reading for months no issue. Needed your fix for production units already received with 2GB v2 (not realy) cards. You fix do...
by PM-TPI
Sun Apr 03, 2022 6:34 pm
Forum: ESP8266 boards
Topic: microSD card reading
Replies: 23
Views: 62517

Re: microSD card reading

MicroPython v1.18 on 2022-01-17; ESP32 module with ESP32 I have been chasing this issue for THREE DAYS !!! @yukky post sent a light bulb on... I have two identical 2GB cards that give me two different errors Also note that it reports its [SDCard] v2 card not [SDCard] v1 card ERRORS... [SDCard] v2 ca...
by PM-TPI
Fri Dec 24, 2021 1:37 pm
Forum: ESP32 boards
Topic: manifest.py... no effect on build .bin size
Replies: 2
Views: 7628

Re: manifest.py... no effect on build .bin size

So I just now (8:30 est) I did a... cross clean submodules clean make clean then... make mpy-cross make submodules make... BOARD=GENERIC_OTA Date is still the same but, in this build I removed all Bluetooth stuff. help('modules') showns no ubluetooth MicroPython v1.17-588-gdd0175596-dirty on 2021-12...
by PM-TPI
Tue Dec 21, 2021 1:18 pm
Forum: ESP32 boards
Topic: manifest.py... no effect on build .bin size
Replies: 2
Views: 7628

manifest.py... no effect on build .bin size

I commented out lines for... upip, dht, onewire, and neopixel in the ports\esp32\boards\manifest.py" file freeze("$(PORT_DIR)/modules") # freeze("$(MPY_DIR)/tools", ("upip.py", "upip_utarfile.py")) freeze("$(MPY_DIR)/ports/esp8266/modules", "ntptime.py") # freeze("$(MPY_DIR)/drivers/dht", "dht.py") ...
by PM-TPI
Sun Dec 19, 2021 12:46 pm
Forum: ESP32 boards
Topic: VfsLfs2.mkfs(bdev) Error
Replies: 3
Views: 6096

Re: VfsLfs2.mkfs(bdev) Error

Thank you for your response !!! Yes the REPL and interpreters are working fine. When I reboot I get error... File "inisetup.py", line 36, in setup OSError: (-258, 'ESP_ERR_INVALID_ARG') The VFS Partition was not able to be... uos.VfsLfs2.mkfs(bdev) from inisetup.py during reboot. so when I try to up...
by PM-TPI
Thu Dec 16, 2021 4:28 pm
Forum: ESP32 boards
Topic: VfsLfs2.mkfs(bdev) Error
Replies: 3
Views: 6096

VfsLfs2.mkfs(bdev) Error

Setting Up for OTA... partitions build-GENERIC_OTA.... # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x4000, otadata, data, ota, 0xd000, 0x2000, phy_init, data, phy, 0xf000, 0x1000, ota_0, app, ota_0, 0x10000, 0x1ef700, ota_1, app, ota_1, 0x200000, 0x1ef700, vfs, data, fat, 0x3e...