English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 11 March 2020, 12:35   #121
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
I'm glad you succeeded, my AROS One is based on AROS, an Open Source OS so it can be used by everyon, a nice video about your experience is welcome!
AMIGASYSTEM is offline  
Old 11 March 2020, 18:10   #122
amyren
Registered User
 
Join Date: Sep 2018
Location: Elsfjord / Norway
Posts: 32
I'm not so good at videos, but I can share my config for my Aros 68K setup, working with Amiberry, Amibian 1.5, on Raspberry Pi 4B.
Just copy everything below and paste and save it as a file named Aros68k.uae. Place it on an USB stick, together with the hdf file and the aros kickstart files found in the first post.
Then use the inbuilt file manager in Amibian, Midnight Commander and copy the .uae file into /home/amibian/Amiga/conf/
Then copy the two kickstarts files aros-rom.bin and aros-ext.bin into /home/amibian/Amiga/kickstarts/
Copy the AROS-68k.hdf into /home/amibian/Amiga/Hard-drives_HDF/

Finally, if you have any other setups already set to autostart with Amibian, please disable autostart and reboot the Pi before running Aros 68k. I found that the emulation behaves odd sometimes if another config have been loaded before.

Code:
config_description=Aros 1.2
config_hardware=true
config_host=true
config_version=4.3.0
config_hardware_path=
config_host_path=
config_all_path=
config_all_path=
config_host_path=
config_hardware_path=
amiberry.rom_path=./
amiberry.floppy_path=./
amiberry.hardfile_path=./
amiberry.cd_path=./
; 
; *** Controller/Input Configuration
; 
joyport0=mouse
joyport0_autofire=none
joyport0_friendlyname=Mouse
joyport0_name=MOUSE0
; 
joyport1=joy0
joyport1_autofire=none
joyport1_friendlyname=MOSIC      SPEED-LINK Competition Pro 
joyport1_name=JOY0
; 
; 
; 
input.joymouse_speed_analog=2
input.joymouse_speed_digital=10
input.joymouse_deadzone=33
input.joystick_deadzone=33
input.analog_joystick_multiplier=15
input.analog_joystick_offset=-1
input.mouse_speed=100
input.autofire_speed=0
input.autoswitch=1
kbd_lang=us
; 
; *** Host-Specific
; 
amiberry.hide_idle_led=0
amiberry.gfx_correct_aspect=1
amiberry.kbd_led_num=-1
amiberry.kbd_led_scr=-1
amiberry.scaling_method=-1
amiberry.use_analogue_remap=false
amiberry.use_retroarch_quit=true
amiberry.use_retroarch_menu=true
amiberry.use_retroarch_reset=false
; 
; *** Common / Paths
; 
use_gui=no
kickstart_rom_file=/home/amibian/Amiga/kickstarts/aros-rom.bin
kickstart_ext_rom_file=/home/amibian/Amiga/kickstarts/aros-ext.bin
ide_mb_rom_file=:ENABLED
flash_file=
cart_file=
; 
; *** Floppy Drives
; 
floppy0=
floppy1=
floppy1type=-1
floppy2=
floppy3=
nr_floppies=1
floppy_speed=100
; 
; *** Hard Drives
; 
hardfile2=rw,DH0:/home/amibian/Amiga/Hard-drives_HDF/AROS-68k.hdf,0,0,0,512,0,,ide0_mainboard
uaehf0=hdf,rw,DH0:/home/amibian/Amiga/Hard-drives_HDF/AROS-68k.hdf,0,0,0,512,0,,ide0_mainboard
; 
; *** CD / CD32
; 
cd_speed=100
; 
; *** Display / Screen Setup
; 
gfx_framerate=1
gfx_width=720
gfx_height=284
gfx_top_windowed=0
gfx_left_windowed=0
gfx_refreshrate=50
gfx_refreshrate_rtg=50
gfx_lores=false
gfx_resolution=hires
gfx_lores_mode=normal
gfx_linemode=none
gfx_fullscreen_amiga=false
gfx_fullscreen_picasso=false
gfx_center_horizontal=none
gfx_center_vertical=none
ntsc=false
; 
; *** CPU options
; 
cpu_speed=max
cpu_type=68040
cpu_model=68040
fpu_model=68040
cpu_compatible=false
cpu_24bit_addressing=false
fpu_strict=false
compfpu=true
cachesize=16384
; 
; *** Memory
; 
chipmem_size=16
z3_autoconfig=true
z3mapping=real
fastmem_size=0
a3000mem_size=0
mbresmem_size=0
z3mem_size=256
z3mem_start=0x40000000
bogomem_size=0
gfxcard_hardware_vblank=false
gfxcard_hardware_sprite=false
gfxcard_multithread=false
gfxcard_size=128
gfxcard_type=ZorroIII
rtg_modes=0x112
; 
; *** Chipset
; 
chipset=aga
chipset_refreshrate=50.000000
collision_level=playfields
chipset_compatible=A4000
ksmirror_e0=false
fatgary=0
ramsey=15
immediate_blits=false
fast_copper=false
; 
; *** Sound Options
; 
sound_output=exact
sound_channels=stereo
sound_stereo_separation=7
sound_stereo_mixing_delay=0
sound_frequency=44100
sound_interpol=none
sound_filter=off
sound_filter_type=standard
sound_volume_cd=20
; 
; *** Misc. Options
; 
bsdsocket_emu=true
amyren is offline  
Old 23 March 2020, 12:04   #123
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
Given the lack of a free CD player on AROS 68k, downloaded from Aminet MCDP (MCDPlayer) which works discretely on AROS One 68k.
In order to make the GUI more modern and better showy on an RTG screen I had fun creating two skins as shown in the screenshot.

Last edited by AMIGASYSTEM; 06 August 2020 at 15:38.
AMIGASYSTEM is offline  
Old 24 March 2020, 15:53   #124
amyren
Registered User
 
Join Date: Sep 2018
Location: Elsfjord / Norway
Posts: 32
Quote:
Originally Posted by AMIGASYSTEM View Post
I'm glad you succeeded, my AROS One is based on AROS, an Open Source OS so it can be used by everyon, a nice video about your experience is welcome!

I have uploaded a few videos with Amibian and Aros68k.
Sorry about the video quality.

First video shows the Amiberry GUI settings for Aros68k
https://drive.google.com/open?id=1DM...JPIay7-_JnNfmR

Then a video from running Aros68k and some apps.
https://drive.google.com/open?id=1DP...1kO0FtoSqVrIMu





At the end of previous video, Amiberry crashed when trying to launch a WHdLoad game. After a reboot I ddi manage to start it.
https://drive.google.com/open?id=1Dd...9GGh0bzULhgcxe
amyren is offline  
Old 24 March 2020, 16:47   #125
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
Thanks, interesting !
AMIGASYSTEM is offline  
Old 24 March 2020, 21:35   #126
amyren
Registered User
 
Join Date: Sep 2018
Location: Elsfjord / Norway
Posts: 32
I just tested the audio files again, just after a fresh reboot. Now several of the audio files did play better.
amyren is offline  
Old 24 March 2020, 22:40   #127
keito
Registered User
 
Join Date: Dec 2013
Location: UK
Posts: 87
Sounds and looks amazing, can't wait to try it. Great work AMIGASYSTEM!
keito is offline  
Old 05 April 2020, 15:21   #128
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
Made a small test with three excellent MP3 players, first the Vintage Player, note the nice "audio" effect of the Jukebox during the insertion of the Vinyl disc, then it's the turn of the minimal but nice TKPlayer, AmigaAMP with the beautiful Black Skin by WinAMP and at the end DAPlayer that allows you to see the Graphic Cover if present in the MP3 file, manages images even in high resolutions.
In the installed system ARQ famous utility OS3 to animate the system requests, also this well supported by AROS 68k.


Tutorial Video: AROS One Play MP3
Attached Thumbnails
Click image for larger version

Name:	Aros one.jpg
Views:	302
Size:	195.1 KB
ID:	66709  
AMIGASYSTEM is offline  
Old 09 October 2020, 23:15   #129
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
Updated AROS One with the latest "Nightly Build", the system continues to grow in stability, in this new update I have recreated part of the "Application Icons" to make them unique, standard and all on the same style, see those included in the ToolBar, the work is long but eventually they will all be replaced.

Last edited by AMIGASYSTEM; 17 October 2020 at 18:04.
AMIGASYSTEM is offline  
Old 09 October 2020, 23:21   #130
torsti76
Registered User
 
Join Date: May 2018
Location: Germany, Baden-Wuerttemberg
Posts: 387
Wow! Beautiful work as always!
torsti76 is offline  
Old 12 October 2020, 17:42   #131
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
New theme and new icon style for AROS 68k also usable on AROS x86

Last edited by AMIGASYSTEM; 16 May 2021 at 23:25.
AMIGASYSTEM is offline  
Old 18 October 2020, 06:39   #132
wobbly
Registered User
 
wobbly's Avatar
 
Join Date: Jan 2008
Location: Australia
Posts: 130
so sad that i can't get this to try out .. hope you can get it somewhere again soon looks so great
wobbly is offline  
Old 26 November 2020, 17:42   #133
rdd247365
Registered User
 
Join Date: Jul 2019
Location: Slovenia
Posts: 7
Hi!

I can't download AROS One 68k v1.2: Download.
He refuses to give me a download link and asks me to ask for permission to access.
When I ask for it, nothing happens. I tried today, I tried yesterday, but nothing: (((

Can this file be downloaded?

Thank you.

Quote:
Originally Posted by AMIGASYSTEM View Post

AROS One 68k v1.2: Download
rdd247365 is offline  
Old 26 November 2020, 18:26   #134
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
The link doesn't exist anymore, in a while I will distribute the new version 1.3

Last edited by AMIGASYSTEM; 06 December 2020 at 09:27.
AMIGASYSTEM is offline  
Old 26 November 2020, 18:40   #135
rdd247365
Registered User
 
Join Date: Jul 2019
Location: Slovenia
Posts: 7
Where can I download version 1.3?
rdd247365 is offline  
Old 26 November 2020, 19:04   #136
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
It is not available now, it will be distributed soon as all icons are finished and all applications and the system will be updated with the latest Nightly Build of AROS 68k.
AMIGASYSTEM is offline  
Old 26 November 2020, 22:23   #137
rdd247365
Registered User
 
Join Date: Jul 2019
Location: Slovenia
Posts: 7
Please give me a link to version 1.2.
Please.
rdd247365 is offline  
Old 26 November 2020, 23:16   #138
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,254
Version 1.2 no longer exists I have updated it to version 1.3 and I hope to distribute it soon.
AMIGASYSTEM is offline  
Old 27 November 2020, 15:19   #139
rdd247365
Registered User
 
Join Date: Jul 2019
Location: Slovenia
Posts: 7
does anyone else have that version 1.2 to upload somewhere?
rdd247365 is offline  
Old 27 November 2020, 15:21   #140
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by rdd247365 View Post
does anyone else have that version 1.2 to upload somewhere?
Mate, just chill out and be patient.

AMIGASYSTEM will release v1.3 when ready.
DamienD is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
AROS 68k Emulation AMIGASYSTEM support.WinUAE 6 30 January 2023 22:02
Integrated 68K in AROS bloodline Coders. Nextgen 16 28 February 2019 16:22
WinUAE And AROS 68k AMIGASYSTEM support.WinUAE 0 29 July 2017 11:56
New Video of my Aros 68k distribution "Aros Vision" OlafSch Amiga scene 26 16 February 2016 11:16
News about AROS 68k development? Leandro Jardim Coders. C/C++ 80 29 November 2014 18:30

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:18.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.14500 seconds with 13 queries