Smallest computer board to run PB...

For everything that's not in any way related to PureBasic. General chat etc...
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Smallest computer board to run PB...

Post by Joris »

What is currently the smallest available computer board which can run PB (Beagle or ...) ?
Probably under Linux and which one (Ubuntu or ...) ?
Or maybe the AmigaOS version of PB on some little board ?

Thanks.
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Smallest computer board to run PB...

Post by Fred »

You will need an x86/x64 computer, so I think an Intel compute stick or similar stick will be enough to run PB.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Re: Smallest computer board to run PB...

Post by fsw »

For embedded purposes there is MinnowBoard.

I am to provide the public with beneficial shocks.
Alfred Hitshock
User avatar
GG
Enthusiast
Enthusiast
Posts: 266
Joined: Tue Jul 26, 2005 12:02 pm
Location: Lieusaint (77), France

Re: Smallest computer board to run PB...

Post by GG »

Purebasic 6.12 64 bits - Windows 11 Pro 64 bits 23H2
normeus
Enthusiast
Enthusiast
Posts: 475
Joined: Fri Apr 20, 2012 8:09 pm
Contact:

Re: Smallest computer board to run PB...

Post by normeus »

You should look for a Mini ITX motherboard with integrated cpu for about $50.00 USD

There are smaller form factors but the price is inversely proportional to the size. :cry:

https://en.wikipedia.org/wiki/Mini-ITX

I wish Purebasic would run Dos mode only ( as in FreeDos ) but it is a windows program.

Looks like Linux is the right option ( Lubuntu has worked for me).

Norm.
google Translate;Makes my jokes fall flat- Fait mes blagues tombent à plat- Machte meine Witze verpuffen- Eh cumpari ci vo sunari
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Smallest computer board to run PB...

Post by Zebuddi123 »

Up Board looks good :)

Zebuddi. :)

https://www.youtube.com/watch?v=mEjgCzwNMeM
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
bbanelli
Enthusiast
Enthusiast
Posts: 544
Joined: Tue May 28, 2013 10:51 pm
Location: Europe
Contact:

Re: Smallest computer board to run PB...

Post by bbanelli »

86duino ZERO
"If you lie to the compiler, it will get its revenge."
Henry Spencer
https://www.pci-z.com/
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Re: Smallest computer board to run PB...

Post by Joris »

Ok, thanks to you all.

I'll have to study on these before I decide.
My goal is a hardware project with a bunch of encoders (+16) and a nice display.
If I can program the software for this in PB, things would become more realistic according my skills.
Until today still just an idea, but the intentions become bigger...
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
Nituvious
Addict
Addict
Posts: 1030
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Re: Smallest computer board to run PB...

Post by Nituvious »

That 86duino is very cool!
▓▓▓▓▓▒▒▒▒▒░░░░░
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: Smallest computer board to run PB...

Post by tj1010 »

Anything x86, 800+ megahertz, 1GB+ RAM.. Why 1GB RAM? Because even at 1GB you still get hard faults(pagefile) with Ubuntu, OSX, and Windows and that kills all types of flash memory very quickly. SLC NOR is the most durable and gets 1,000,000 cycles per-block.

We need a prototype board with one of those embedded Pentium quad-core CPUs like the N3700 and a SATA 600 or express controller. I'd make a cooling system for one and use it as a server. I have a PB based server for a websocket HTML5 game that could use it and it'd cost like 15% of what I'm using now.
User avatar
bbanelli
Enthusiast
Enthusiast
Posts: 544
Joined: Tue May 28, 2013 10:51 pm
Location: Europe
Contact:

Re: Smallest computer board to run PB...

Post by bbanelli »

Nituvious wrote:That 86duino is very cool!
Indeed it is, and quite affordable. Have been using it on few projects and utilized PB Linux executables on it without a problem. When you combine it with SpiderBasic, you get a great little device. :)
"If you lie to the compiler, it will get its revenge."
Henry Spencer
https://www.pci-z.com/
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Re: Smallest computer board to run PB...

Post by Joris »

tj1010 wrote:Why 1GB RAM? Because even at 1GB you still get hard faults(pagefile) with Ubuntu, OSX, and Windows and that kills all types of flash memory very quickly. SLC NOR is the most durable and gets 1,000,000 cycles per-block.
If I understand it correctly, less then 1GB will force the OS to do a lot of writings onto the flash memory, which is just hardware not ideal made for a lot of writing actions ?
I don't know much about pagefiles and how they are used/work but isn't it possible to optimise there amount to prevent much writing (if I go on with this project, it will become a setup for 'one task without many variations') ?
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
Post Reply