yeti

Results 34 comments of yeti

`[ERROR] You must NOT be root to run crosstool-NG`

On Debian9 `xxd` no longer is in the package `vim-common` but comes in an own package `xxd` now. After installing `xxd` (and fixing issue https://github.com/SmallRoomLabs/cpm8266/issues/22), `make full` succeeded here. Maybe...

I only used `make full` and that wrote all disks to the ESP-12E based [NodeMCU-Devkit-V1.0](https://github.com/nodemcu/nodemcu-devkit-v1.0) (maybe a clone, maybe not). Which ESP8266 module variant are you using?

The program plus 15 disk images of 256kBytes each won't fit in less than a 4MBytes flash.

[NodeMCU-Devkit-V0.9](https://github.com/nodemcu/nodemcu-devkit) CH340 to ESP12 wiring: https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png

`vim` ... after installing Debian I always exchange `vim` with the more traditional `nvi` because I don't want to get used to functions I will not find in "standard`vi`". `esptool.py`...

After thinking a while longer... The deskewing script is hard coded for the current disk format. That would need changes on every change of the diskdef used in `cpm8266`. Maybe...

On Debian9, `xxd` is in an own package named `xxd`.

I have ESP8266_NONOS_SDK-2.1.0-18-g61248df installed and could build CPM8266 after a few changes: [cpm8266-master-2-local.diff.gz](https://github.com/SmallRoomLabs/cpm8266/files/2088791/cpm8266-master-2-local.diff.gz) ``` cpm8266 - Z80 Emulator and CP/M 2.2 system version 0.4 62K CP/M v2.2 [cpm8266 v0.4 -...

The VT100 functions should be placed between (network, serial, pipe, ...) transport and a display. So it is not an add on specific to SSH.