Welcome, Guest. Please login or register.

Author Topic: From emulation to real hardware  (Read 2460 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
From emulation to real hardware
« on: July 02, 2009, 02:08:29 PM »
Hi,

I was wondering; if I create my setup with WinUAE on my laptop, can I then transfer this setup to the CF card?

In other words; if the setup is not created directly on the CF card but directly on my PC then how can I move my setup on the CF card (or other external hard drive) so that I can access my setup on the real hardware?

Is it possible?

Regards,
Sim085
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
From emulation to real hardware
« Reply #1 on: July 02, 2009, 02:28:48 PM »
Yes I believe it is possible. Once it is set up in UAE, just mount the CF card, partition it, and copy the Workbench installation from the boot partition in UAE on to the CF card. You obviously need to make sure that any necessary drivers, software or libraries for your real Amiga are installed.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
Re: From emulation to real hardware
« Reply #2 on: July 02, 2009, 02:33:30 PM »
Quote from: motorollin;514229
You obviously need to make sure that any necessary drivers, software or libraries for your real Amiga are installed.


What do you mean by this? For example if I install Workbench 3.1 on a CF card then how can I know which drivers my real Amiga is using?
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
From emulation to real hardware
« Reply #3 on: July 02, 2009, 02:37:03 PM »
Quote from: sim085;514231
What do you mean by this? For example if I install Workbench 3.1 on a CF card then how can I know which drivers my real Amiga is using?

Sorry, I wasn't very clear on this. I meant that if you have a graphics card, accelerator, network card etc in your real Amiga, these will need to be installed on the transferred system. Particularly important are the 68040 or 68060 libraries if you have one of these cards. If you're using a stock machine then there should be no need to modify the installed software at all AFAIK.

Edit-
Probably te safest way to copy the system is through the shell:

copy sys:#? cf0: all clone

where cf0 is the device name of the compact flash card.
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
Re: From emulation to real hardware
« Reply #4 on: July 02, 2009, 02:50:06 PM »
Quote from: motorollin;514234

copy sys:#? cf0: all clone


mmmm .. I think I understand.

I mount the CF card (already partitioned) and then start my setup (loaded from my laptop). I then ender the above command so that all files on my laptop (related to the setup) are moved to the CF card.

Right? What if I have more then one partition on the CF card?
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
From emulation to real hardware
« Reply #5 on: July 02, 2009, 02:56:32 PM »
Quote from: sim085;514241
mmmm .. I think I understand.

I mount the CF card (already partitioned) and then start my setup (loaded from my laptop). I then ender the above command so that all files on my laptop (related to the setup) are moved to the CF card.

Right? What if I have more then one partition on the CF card?


Yes, you add the CF card as a hard drive to UAE, boot UAE from your already installed system, then type that command in to the shell. If you have more than one partition then you just replace cf0 with the name of whichever partition you want the files to end up on.
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show only replies by sim085
Re: From emulation to real hardware
« Reply #6 on: July 02, 2009, 03:07:53 PM »
Thanks :) I'll try that