Skip to content

September 2019

Compare
Choose a tag to compare
@dmcnaugh dmcnaugh released this 02 Sep 09:51
280c333

THESE PACKAGES MAY NOT BE UPLOADED OR HOSTED ANYWHERE ELSE.​

Release Notes

This release addresses the following issues:

  • Updates esp-idf to version 4.1-dev
  • Fixed software initiated reboot, this now works everywhere it is expected
  • Added support for the second serial port RS232-2 (UART1) mapped to 8080/Z80 IO ports 20h-2Fh
  • Include cpm22.dsk from Z80PACK enabling UC1:, PTR:, PTP: mapped to UART1
  • Added boot.conf based configuration for UART0 and UART1, including:
    • standard baud rates from 110 to 115200
    • 7 or 8 data bits (cs7, cs8)
    • 1 or 2 stop bits (cstopb)
    • even or odd parity (parenb, parodd)
  • Improved INFO log messages for the state of the micro SD card
  • Improved INFO log messages for the attached Wi-Fi Access Point in STA mode

The bundle is made of two parts:

  • The FIRMWARE for the ESP32-PICO-KIT
  • The IMAGE for the microSD card

FIRMWARE

The FIRMWARE package is a ZIP file containing 4 files

bootloader.bin        21K 
imsai_part_table.bin  3.0K 
imsaisim_esp32.bin    877K 
ota_data_initial.bin  8.0K 

Instructions for flashing the firmware are included in the Configuration guide

IMAGE

The IMAGE package is a ZIP file of the complete contents of the microSD card and can simply be unzipped onto a newly formatted (FAT32) microSD card with a capacity of 128MB or greater.

Known Issues

  1. People report that the keyboard shortcut Alt-Escape intended to exit full-screen mode in the TTY:, VIO: and DZLR: devices on the Desktop UI does not work under Windows and Linux as the Chrome browser or the O/S already captures this key combination. It does however work under OSX/macOS
  2. The MAN: (manual) device on the Desktop UI is currently a proof-of-concept with only the pre-loaded manuals available. Additional functionality will added to allow adding and removing PDF files to/from the MAN: (manual) device