User Tools

Site Tools


ttgo_esp32_vga32_v1.4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ttgo_esp32_vga32_v1.4 [2023/05/01 12:24] – created austinttgo_esp32_vga32_v1.4 [2024/09/22 22:08] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 ===== Makefile Environment Setup ===== ===== Makefile Environment Setup =====
 +  
 +  * Install python-serial:<code> 
 +DEBIAN# apt-get install python3-serial 
 +or 
 +GENTOO# emerge dev-python/pyserial 
 +or 
 +PYTHON# pip install pyserial 
 +</code>
   * Clone the repo [[https://github.com/plerup/makeEspArduino|makeEspArduino]]<code>   * Clone the repo [[https://github.com/plerup/makeEspArduino|makeEspArduino]]<code>
 cd ~/ cd ~/
Line 40: Line 47:
 include /home/austin/src/makeEspArduino/makeEspArduino.mk include /home/austin/src/makeEspArduino/makeEspArduino.mk
 </code> </code>
-    * PCEmulator<code>+  Compile and upload the sketch<code> 
 +make flash 
 +</code> 
 +==== PCEmulator ==== 
 +    * Makefile<code>
 austin@mightymouse ~/src/FabGL/examples/VGA/PCEmulator $ cat Makefile austin@mightymouse ~/src/FabGL/examples/VGA/PCEmulator $ cat Makefile
 LIBS = /home/austin/src/FabGL/src LIBS = /home/austin/src/FabGL/src
Line 65: Line 76:
    // uncomment to format SD!    // uncomment to format SD!
 </code> </code>
-  Compile and upload the sketch<code> +    To edit the floppy disk images that are downloaded you can loopback mount like so:<code> 
-make flash+mkdir imgmount 
 +mount -o loop floppy_FREEDOS.img imgmount/
 </code> </code>
 +    * To edit the hdd images you need to include the offset:<code>
 +mount -o loop,offset=32256 hd20_DOSPROG.img imgmount/
 +</code> 
  
  
  
ttgo_esp32_vga32_v1.4.1682943890.txt.gz · Last modified: 2024/09/22 22:08 (external edit)