amiga:projects:pistorm

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
amiga:projects:pistorm [2025/12/01 11:44] – [emu86] gizmoamiga:projects:pistorm [2025/12/01 17:55] (aktuell) gizmo
Zeile 16: Zeile 16:
  
 <del>Right now it's still a future Project.</del>  <del>Right now it's still a future Project.</del> 
 +
 +  * **Status: Ordered Nov 2025 - Awaiting Delivery**
  
 ===== Basics ===== ===== Basics =====
Zeile 38: Zeile 40:
  
 https://github.com/michalsc/Emu68 https://github.com/michalsc/Emu68
 +
 +===== Partitioning =====
 +
 +I parted with Linux on Raspberry PI with **fdisk** and MBR not GPT
 +
 +So i neither used CMD/Powershell in Windows nor [[https://mja65.github.io/Emu68-Imager/|Emu68-Imager]]
 +
 +Set Partition Types "d" for FAT16 Bootup-Device (emu68, PartNo 1) and Type "76" for Amiga-Emulated-HDs (PartNo 2+3)
 +
 +I used a USB-Adapter for SD-Card and my SD-Card was recognized as /dev/sda, use fdisk -l to list devices and choose the correct one, /dev/mmcblk0 is the SD-Card IN the Raspberry Pi itself
 +
 +Create fat-Filesystem with **mkfs.vfat /dev/sda1**
 +
 +I only created 3 Partitions as i don't know right now if 4th Partition with about 60gb would be usable as one whole Primary Partition or if i would need a extended Partition. To stay as compatible as possible i just used 1gb for Partition 2 and 2gb for Partition 3. Those would be visible on Amiga as whole Harddisks u would have to partition with HDToolBox within Workbench/AmigaOS. 
 +
 +I'm planning 2 create 4 Amiga-(Sub-)Partitions for the 1gb-Partition for different (bootable) OperatingSystems/Workbench/Amiga-OS-Installations with 256MB each. I would switch/set BootPriority of Amiga-Partitions from within Workbench/AmigaOS
 +
 +===== Copy emu68 + Configure =====
 +
 +  * Download ZIP Archive from https://github.com/michalsc/Emu68/releases or (Cross-)Compile yourself
 +
 +  * Extract ZIP-Contents 2 First Partition
 +
 +  * Copy ROM-File to SD-Card
 +
 +  * Edit config.txt if necessary
 +
 +I changed the Rom-File-Name on bottom of config-file 2 a more comprehensive Name with included version so kick-3.1.rom
 +
 +//**AWAITING DELIVERY FOR FIRST TRY**//
 +
 +
  • amiga/projects/pistorm.1764589445.txt.gz
  • Zuletzt geändert: 2025/12/01 11:44
  • von gizmo