| Poster | Thread |
Franko
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 10:21:34
| | [ #21 ] |
|
|
 |
Elite Member  |
Joined: 29-Jun-2010 Posts: 2809
From: Unknown | | |
|
| @ Clusteruk, Palone, Salass00
Thanks for all the info there, thats helped clear things up much better for me... 
When it comes to the speed of things it's not really important for the project I have in mind. The project could be built from an A1200 with an 030 as basically all it will be doing is reading the raw audio data and sending this to the amplifier circuitry to be processed, the only other thing the "Amiga" would be doing software wise is, sending that data and checking for stop, play, pause etc...
As you can see nothing too taxing or requiring lots of processing power, and very simple to write the code for. A real Amiga motherboard is just too large for such a project hence the reason why I've been looking for something smaller like the Pi...
Think when it comes to coding in assembler there's been a bit of a misunderstanding here by what I meant. I dont' need an assembler package that runs under AROS, all the code would be written on an A1200...
All I require is something like AROS or some type of Amiga emulator that can run on the Pi and run my program just like it would any other piece of old Amiga software...
@ clusteruk
No I don't "hate you" or am going to "flame" you for saying I should learn C... I simply have no need to nor want to learn C as it's just not something that will ever be of enough use personally to me to justify or make me want to spend the time to learn C...  _________________
|
|
| Status: Offline |
|
|
fishy_fis
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 10:46:37
| | [ #22 ] |
|
|
 |
Super Member  |
Joined: 29-Mar-2004 Posts: 1054
From: Australia | | |
|
| Being that AROS is thus far being run hosted, if a person wants to use a Pi as effectively a 68k Amiga it might even be a better option to leave AROS out of the equation and soley rely on Linux as the host for UAE. Janus UAE is an interesting fork of uae, but the emulation "core" is unforfunately a little more dated compared to things like P-UAE and FS-UAE. The one plus though for using and uae on aros is that you get to deal with a comfortable (ie. amiga os based) environment to set up uae.
Once its all setup you could then just have the AROS startup-sequence automatically launch the emulated 68k AmigaOS or 68k AROS environment..
edit: having said that though, if it's only going to be used for a few specific bits of software its probably easier to just write a few amigados scripts and launch them through wanderer to have an emulator autolaunch that software. Iguess it depends on what a persons wants as to whether its woth setting it up as a dedicated emulated 68k amiga.
Oh yeah, and P.S. good stuff clusteruk and phoenixkonsole :)
Last edited by fishy_fis on 01-Jun-2012 at 10:59 AM. Last edited by fishy_fis on 01-Jun-2012 at 10:57 AM. Last edited by fishy_fis on 01-Jun-2012 at 10:56 AM.
|
|
| Status: Offline |
|
|
KimmoK
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 11:15:42
| | [ #23 ] |
|
|
 |
Elite Member  |
Joined: 14-Mar-2003 Posts: 3953
From: Ylikiiminki, Finland | | |
|
| @fishy_fis
Did not notice it before. With UAE+JIT set up to make Rasberry boot directly to AOS3.x might be interesting solution for ClassicAmiga fans... (ARMiethlon )
+ Add keyrah and you could restore of the case of your broken Amiga or C64 for future use...
Is there JIT for UAE for ARM yet? The potential userbase is millions of users (via cellphone Amiga retrogame players) for JIT enabled UAE.... Last edited by KimmoK on 01-Jun-2012 at 11:16 AM.
_________________ - KimmoK // For freedom, for honor, for AMIGA // "priest" is just the RED goaul in me // The multicolor AmigaFUTURE IS NOW !! |
|
| Status: Offline |
|
|
clusteruk
 |  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 11:35:53
| | [ #24 ] |
|
|
 |
Super Member  |
Joined: 20-Nov-2008 Posts: 1334
From: Leighton Buzzard, England | | |
|
| @Franko
Quote:
@ clusteruk
No I don't "hate you" or am going to "flame" you for saying I should learn C... I simply have no need to nor want to learn C as it's just not something that will ever be of enough use personally to me to justify or make me want to spend the time to learn C... |
With all due respect though, a lot of people will have to jump through hoops so you can code in assembler for the Pi, although I hope this will happen anyway. Why not just put the effort in and learn it, you will benefit in the long run and could then give some much needed code to the community that is portable. Or just program it on A1200 and then get one of us to test on Aros with the emulator on various performance PC's to see if it works.
_________________ Amiga 1000, 3000D, Aros Nvidia PC, and an Aros powered Rasberry Pi owner and user. http://www.imica.net |
|
| Status: Offline |
|
|
Franko
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 12:49:42
| | [ #25 ] |
|
|
 |
Elite Member  |
Joined: 29-Jun-2010 Posts: 2809
From: Unknown | | |
|
| |
| Status: Offline |
|
|
olegil
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 12:57:34
| | [ #26 ] |
|
|
 |
Elite Member  |
Joined: 22-Aug-2003 Posts: 4945
From: Work | | |
|
| @Franko
As has been mentioned, just take AROS out of the equation, run UAE in Linux on the Raspberry Pi.
Or write software directly for Linux 
In your case, AROS brings nothing to the table, as you want to run m68k binaries on a non-m68k system. That means emulator, which means UAE. _________________ Idea for "cheap" card using P2040/41 running multiple OSes and/or SMP OSes.
Anyone interested? |
|
| Status: Offline |
|
|
fishy_fis
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 13:37:51
| | [ #27 ] |
|
|
 |
Super Member  |
Joined: 29-Mar-2004 Posts: 1054
From: Australia | | |
|
| @clusteruk
Little off topic, but I touched on it earlier, and think Ive mentioned it before, but my main interest in something like the Raspberry Pi is for its potential to run dedicated emulator boxes (not just amiga). It's small size and price makes its interesting for those sorts of projects in my opinion. Anyway, just wondering how long it's post screens (or equivalents) are onscreen before its starts loading off the storage device?. Also, what does it actually display, and can it be changed if its an image? Although there's some bioses around that can be tweaked to display reasonably briefly its still enough to spoil the effect a little when using small form factor x86 boxes.
Thanks. |
|
| Status: Offline |
|
|
Franko
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 15:01:14
| | [ #28 ] |
|
|
 |
Elite Member  |
Joined: 29-Jun-2010 Posts: 2809
From: Unknown | | |
|
| @olegil
Quote:
olegil wrote: @Franko
As has been mentioned, just take AROS out of the equation, run UAE in Linux on the Raspberry Pi.
Or write software directly for Linux 
In your case, AROS brings nothing to the table, as you want to run m68k binaries on a non-m68k system. That means emulator, which means UAE. |
Cheers... that's basically what I needed to know...  _________________
|
|
| Status: Offline |
|
|
clusteruk
 |  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 15:53:58
| | [ #29 ] |
|
|
 |
Super Member  |
Joined: 20-Nov-2008 Posts: 1334
From: Leighton Buzzard, England | | |
|
| @Franko
Quote:
| Or just program it on A1200 and then get one of us to test on Aros with the emulator on various performance PC's to see if it works. |
Part of my message was this, I stand by the rest, sorry if it annoys you. I think removing Aros would probably be your best bet because unless native, it is just another layer in the way.
@Fishy_Fis
I have considered using Raspberry Pi for just such a thing, after all these emulators are available on Linux just as much as Aros and probably more so.
I personally think that if the X500 case had a raspberry pie as standard it would make the case a good starter retro system and the Pi could be taken out and replaced with something beefier as funds allow.
_________________ Amiga 1000, 3000D, Aros Nvidia PC, and an Aros powered Rasberry Pi owner and user. http://www.imica.net |
|
| Status: Offline |
|
|
fishy_fis
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 16:10:36
| | [ #30 ] |
|
|
 |
Super Member  |
Joined: 29-Mar-2004 Posts: 1054
From: Australia | | |
|
| @clusteruk
While there's nothing stopping someone using linux as the host to dedicated emulator boxes, I really like the potential AROS has here. Perhaps its because Im not as familiar with linux, but amiga os, and inherently AROS are such a breeze to do these sorts of things with. Remove unneeded files, and launch via statup-sequence or user-startup. No need to even launch a desktop a lot of the time.
Not that Im tell you these things, Im just thinking aloud :)
I dont suppose you'd happen to know much about the state of ARM dev software for aros do you? I'd hazzard a guess I'd need to cross compile? Also, any idea of the state of "3rd party" (open source non amiga specific (sdl/gl/cairo/etc) libs for ARM?
Last edited by fishy_fis on 01-Jun-2012 at 04:12 PM.
|
|
| Status: Offline |
|
|
Franko
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 16:33:08
| | [ #31 ] |
|
|
 |
Elite Member  |
Joined: 29-Jun-2010 Posts: 2809
From: Unknown | | |
|
| @clusteruk
Quote:
clusteruk wrote: @Franko
Part of my message was this, I stand by the rest, sorry if it annoys you. I think removing Aros would probably be your best bet because unless native, it is just another layer in the way. |
No need to be sorry and I assure you nothing said on a forum genuinely annoys me... 
I know what I like and what I enjoy and nothing anyone says will ever change that but I do read everyone's opinions and views on things...
I have enough info now and so I'll just order up a Pi and see what I can do with it, after all at the price of one of those it doesn't matter whether it works or not...  _________________
|
|
| Status: Offline |
|
|
clusteruk
 |  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 1-Jun-2012 18:53:41
| | [ #32 ] |
|
|
 |
Super Member  |
Joined: 20-Nov-2008 Posts: 1334
From: Leighton Buzzard, England | | |
|
| @fishy_fis
At last the question I have been waiting for and thanks.
I am unsure on the development tools status in fact I was going to ask Michal if he knew. I have a small list of apps I would like ported including directory opus and possibly Mplayer, although not sure that is worth it at the moment and that a linux version would be better once we get actual accelerated drivers.
Which brings me to an important point the video I did the other day did not have accelerated drivers and I expect the whole thing to be much faster once we have them.
Also I was using a class 6 SDCard and I have ordered a class 10 SDCard which apparently greatly speeds things up.
Also there is supposed to be a Linux Arm version of UAE which I would like to try in combination with Aros.
On Aros, you nailed it, it is so much nicer to use and easy to find your way around.
_________________ Amiga 1000, 3000D, Aros Nvidia PC, and an Aros powered Rasberry Pi owner and user. http://www.imica.net |
|
| Status: Offline |
|
|
clusteruk
 |  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 2-Jun-2012 12:53:05
| | [ #33 ] |
|
|
 |
Super Member  |
Joined: 20-Nov-2008 Posts: 1334
From: Leighton Buzzard, England | | |
|
| |
| Status: Offline |
|
|
phoenixkonsole
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 2-Jun-2012 17:12:19
| | [ #34 ] |
|
|
 |
Cult Member  |
Joined: 8-Nov-2009 Posts: 602
From: Unknown | | |
|
| @clusteruk
what linux distro did you use?
Could you please try debian + openbox + tint2 And follow those steps:
http://www.aros-broadway.de/blog/index.html
Btw... i see another big problem with PI and AROS.... i wasn't aware that the GPU "shares" system memory... but seems that 224MB stay free.
Also i found the official Pi Quemu image... so i can emulate the pi image in qemu and maybe make this way some optimizations on the linux side.
last debian squeeze supports pi's l2 cache which is mainly used by the gpu..
Alternatively you could try the xbmc image which is also based on debian.
_________________ x86 aros powerhorseAresOne AROS Broadway - get the most out of Imica and AresOne |
|
| Status: Offline |
|
|
clusteruk
 |  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 2-Jun-2012 19:09:06
| | [ #35 ] |
|
|
 |
Super Member  |
Joined: 20-Nov-2008 Posts: 1334
From: Leighton Buzzard, England | | |
|
| @phoenixkonsole
I am already using Openbox and have installed Tint2 but cannot get GDM to work and so cannot log into your session.
I cannot wait till the accelerated graphics drivers appear, Aros will fly on that then.
_________________ Amiga 1000, 3000D, Aros Nvidia PC, and an Aros powered Rasberry Pi owner and user. http://www.imica.net |
|
| Status: Offline |
|
|
phoenixkonsole
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 2-Jun-2012 19:52:58
| | [ #36 ] |
|
|
 |
Cult Member  |
Joined: 8-Nov-2009 Posts: 602
From: Unknown | | |
|
| @clusteruk you don't need to use gdm.... gdm is part of gnome/ubuntu(basesystem of Efikamx) and sucks : ) -it is not needed, just preinstalled on every efika. GDM, like gnome at all isn't needed.
AEROS- (Broadway X)
run from linux shell: openbox-session
this should do the trick if you placed all files as described.
Still... tint2 works at best on debian because you can do a right click on it to get access to the debian menu. _________________ x86 aros powerhorseAresOne AROS Broadway - get the most out of Imica and AresOne |
|
| Status: Offline |
|
|
clusteruk
 |  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 2-Jun-2012 20:17:58
| | [ #37 ] |
|
|
 |
Super Member  |
Joined: 20-Nov-2008 Posts: 1334
From: Leighton Buzzard, England | | |
|
| @phoenixkonsole
I get an error, unable to open display ''
Do I files to overwrite in these folders because I cannot find them.
_________________ Amiga 1000, 3000D, Aros Nvidia PC, and an Aros powered Rasberry Pi owner and user. http://www.imica.net |
|
| Status: Offline |
|
|
phoenixkonsole
|  |
Re: Aros Broadway X running on my Raspberry Pi video Posted on 2-Jun-2012 21:04:42
| | [ #38 ] |
|
|
 |
Cult Member  |
Joined: 8-Nov-2009 Posts: 602
From: Unknown | | |
|
| |
| Status: Offline |
|
|