ACATune - adding it to startup-sequence

  • Thread starter Thread starter TroelsDK
  • Start date Start date
  • Replies Replies 65
  • Views Views 28828

TroelsDK

Active member
AmiBayer
Joined
Apr 5, 2011
Posts
1,256
Country
Denmark
Region
Holbæk
Please help me!

ACATune - adding it to startup-sequence

How do I do this?
 
edit you start up sequence and add this line:

C:ACATune -maprom System:kick31.rom -z2cache on -fastchip on -cache on -burst on >NIL:

(assuming you want to soft kick to a 3.1 rom - i can't remember whether you need the roms in your system folder but i think maybe no as its a feature of the aca cards that they can map a rom)

Is there something else you planned to do with ACATune as you will need to install it on your hd:)
 
Thanks, I will try this in a few minutes. :thumbsup:

I am installing CWB Full (KS3.1) on an A1200 with KS3.0

My newly acquired ACA1231 need to have the ACATune in the startup-sequence to work.

I am not planning to fiddle with any other advanced setting as I'm a total AmigaDOS NOOB :lol:
 
You mean CWB OS 3.1 !

Ah congrats on managing to get hold of an aca1231 :thumbsup:

I know what you mean about editing start-up, i got kick 3.1 roms now so don't need to worry but it gave me a feeling of trepidation doing it last year :)

I used that command line and it worked fine (it resets and boots again each time from now onwards as you switch the amiga on but only adds 2-3 secs or so to loading up wb)

Why not push the boat out and move on to OS 3.9 :lol:
 
You mean CWB OS 3.1
Exactly! Been at this for hours, and got it mixed up in the confusion :lol:

Ah congrats on managing to get hold of an aca1231
Thanks :) When I ordered it 3 weeks ago it was STOCK, but after placing my order, it suddenly wasn't. So I had to wait a few weeks and it arrived today. I have another A1200 with GVP1230 so I wasn't in desperate need anyway :whistle:

Why not push the boat out and move on to OS 3.9
I have thought about it, as it looks really awesome, but again... I'm really only after gaming and as long as I don't have a 1260 I'll just stick to 3.1 :thumbsup:

---------- Post added 25th April 2012 at 00:25 ---------- Previous post was 24th April 2012 at 23:07 ----------



OK, where exactly do I need to insert the line? :blink:
 
Right above "IF EXISTS" should be fine, near the top.
(Or the top, above the comments; any line with a ";" as the first character is a comment.)

I believe Jens says make it the first line..

desiv
 
Right above "IF EXISTS" should be fine, near the top.
(Or the top, above the comments; any line with a ";" as the first character is a comment.)

I believe Jens says make it the first line..

desiv

Thanks mate!



Works perfectly!



Man this CWB is really a toothpuller for a novice!
 
Since u use an ACA1231... anything but the cache or burst DOESN'T work by design so it's obsolete to put it.

The correct command would be this:
Code:
C:ACATune -maprom System:kick31.rom -cache on -burst on >NIL:

To be sure that everything works correctly just issue the following command from a CLI windows once your system boots into Workbench succesfully:
Code:
1> ACATune -status
... and check if everything reports as it should :)
 
Last edited:
Since u use an ACA1231... anything but the cache or burst DOESN'T work by design so it's obsolete to put it.

The correct command would be this:
Code:
C:ACATune -maprom System:kick31.rom -cache on -burst on >NIL:
To be sure that everything works correctly just issue the following command from a CLI windows once your system boots into Workbench succesfully:
Code:
1> ACATune -status
... and check if everything reports as it should :)

Do you still need the patch rom? adding * after kickrom bit?
 
I use
"ACATune >NIL: -maprom ** p -cache on -burst on -chipcache on"
and I have the 3.1 ROMs installed.
 
Do you still need the patch rom? adding * after kickrom bit?
I don't quite follow mate sorry.

You either use -maprom * or -maprom <kick_file>
Since TroelsDK is having Kickstart 3.0 ROMS he certainly needs to flash an 3.1 ROM in order for the RAM to appear correctly.
 
Since u use an ACA1231... anything but the cache or burst DOESN'T work by design so it's obsolete to put it.

The correct command would be this:
Code:
C:ACATune -maprom System:kick31.rom -cache on -burst on >NIL:
To be sure that everything works correctly just issue the following command from a CLI windows once your system boots into Workbench succesfully:
Code:
1> ACATune -status
... and check if everything reports as it should :)

Okay mfilos I have changed it to that.

Here is the status
 
How come maprom function is now disabled?

I thought you had ks 3.0 and need to maprom 3.1?
 
Surely to kick a ROM image you would need an image to kick!!

Have you got a ROM image on your HD?

Dave G :cool:
 
I was wondering that earlier on..

Does ACACard have roms software pre-installed (individ comps purchased from amiga forever?)

If not you will need the ks 3.1 rom:)
 
NO ACA doesn't have ROM pre-installed.
You don't need Kickstart 3.1 to see the memory, you just need the MapROM afaik.
From the screenshot, MapROM doesn't initialize, becase you just telling him to load an image from System: partition named kick31.rom (which certainly DOESN'T exist) alas the command fails.

Just replace the declaration with that...
Code:
C:ACATune -maprom * -cache on -burst on >NIL:

... and report back with a screenshot of ACATune -status
 
This is from the short manual:

"One MB is reserved for a copy of your Kickstart ROM: This can be made using the ACATune tool."

But again, I have no idea how to do this :picard
 
NO ACA doesn't have ROM pre-installed.
You don't need Kickstart 3.1 to see the memory, you just need the MapROM afaik.
From the screenshot, MapROM doesn't initialize, becase you just telling him to load an image from System: partition named kick31.rom (which certainly DOESN'T exist) alas the command fails.

Just replace the declaration with that...
Code:
C:ACATune -maprom * -cache on -burst on >NIL:

... and report back with a screenshot of ACATune -status

yes i meant the ks 3.1 rom image. Looks like you will need the ks 3.1 rom image in your system folder:)
 
This is from the short manual:

"One MB is reserved for a copy of your Kickstart ROM: This can be made using the ACATune tool."

But again, I have no idea how to do this :picard

This can be made using the ACATune tool exactly as I told you. See my post above
 
Back
Top Bottom