LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 01-07-2014, 03:00 AM   #1
andrixnet
Member
 
Registered: Oct 2012
Location: Romania
Distribution: Slackware
Posts: 167

Rep: Reputation: Disabled
Olimex OLinuXino and SlackwareARM


Olimex manufactures several ARM boards (SOC) rated "industrial grade" and the hardware is entirely open source. (unlike the RaspberryPI)

https://www.olimex.com/Products/OLin...ource-hardware

There are 4 types of boards, with several models each (having more or less hardware).

A13 (micro, normal and wifi models)
  • CPU: A13 Cortex A8 processor at 1GHz, 3D Mali400 GPU
  • RAM: 256-512MB
  • VGA
  • USB host
(one which you can modify/build yourself because the CPU package is eLQFP176 and does not require specialized soldering equipment)

A10-OLinuXino-LIME
  • A10 Cortex-A8 CPU 1GHz and Mali 400 GPU
  • 512MB DDR3
  • SATA
  • HDMI
  • USB
  • Ethernet

A10S-OLinuXino-MICRO-4GB (micro and micro-4GB)
  • A10S Cortex-A8 processor at 1GHz, 3D Mali400 GPU, NEON
  • 512MB RAM
  • USB host
  • 100MBit native Ethernet
the 4GB version contains 4GB buildin NAND flash with Android preloaded

A20-OLinuXino-MICRO (micro and micro-4GB)
  • A20 Cortex-A7 dual-core ARM Cortex-A7 CPU and dual-core Mali 400 GPU
  • 1GB DDR3 RAM memory
  • SATA connector with 5V SATA power jack
  • Built-in FullHD support (1080p)
  • 2 x USB High-speed host with power control and current limiter
  • HDMI output with ESD protectors
  • VGA output on 6-pin 1.25mm (0.05") step connector
  • 100MBit native Ethernet
the 4GB version contains 4GB buildin NAND flash with Android preloaded

All the boards also include various hardware features like USB OTG, audio out, mic in, dozens of GPIO pins, LCD interface, EEPROM, battery manager, microSD slot, etc

All this info I pulled off their website as an overview. I am not related to them.

I remember reading about the A10 on the mailing list here: http://www.mail-archive.com/armedsla.../msg01541.html

There is a guide for installing SlackwareARM-14.0 on the A10S board here: http://docs.slackware.com/howtos:hardware:armlinuxinoa10s

My questions are:
- Has anyone successfully installed SlackwareARM-14.1 on an OLinuXino board?
- Has anyone successfully played with any of the other OLinuXino models, other then the A10S?

Thank you.
 
Old 01-07-2014, 06:11 AM   #2
louigi600
Member
 
Registered: Dec 2013
Location: Italy
Distribution: Slackware
Posts: 635
Blog Entries: 20

Rep: Reputation: 81
I've not played with any of the OLinuXino specific products but I've played with an other Allwinner SOC based board and I got Slackware 14 running on it.
The kernel needs to be borrowed form somewhere else but the user-land works fine (and most likely the 14.1 user-land too).
I had some issues with getting all the USB peripherals I needed to work right but that may be specific to my tablet and not something that generally happens on Axx SOC.

I made a tool for creating a bootable miniroot SD image for generic Axx SOC based systems that should also work on the OLinuXino boards and documented it on docs.slacware.com
http://docs.slackware.com/howtos:har...ad700_7_tablet
in that article the link to the image builder is berried in the middle of tons of other information ... here it if ypu can't bother reading the article:
ftp://ftp.slackware.org.uk/slackware...ple/louigi600/

Some other dude did some specific work on the OLinuXino A10S Micro
http://www.malaya-digital.org/settin...-from-scratch/

Hope this helps.

Last edited by louigi600; 01-07-2014 at 06:22 AM.
 
1 members found this post helpful.
Old 01-09-2014, 02:30 PM   #3
andrixnet
Member
 
Registered: Oct 2012
Location: Romania
Distribution: Slackware
Posts: 167

Original Poster
Rep: Reputation: Disabled
Thank you, luigi600.

If anyone else has experimented with OlinuXino boards, I am eager to know about your experiences.

Also, hopefully next month, I will share mine.
 
Old 01-12-2014, 05:47 AM   #4
louigi600
Member
 
Registered: Dec 2013
Location: Italy
Distribution: Slackware
Posts: 635
Blog Entries: 20

Rep: Reputation: 81
You're welcome
I might get an A10-OLinuXino-LIME myself ... currently I think it's one of the best values for your money concerning the ARM platform but I'm a little reluctant dew to the bad experience with USB peripherals on my A13 based tablet.
The beagleBone Black, Cuieboard and Pi are close competitors.
I was actually thinking of getting a BBB but it's out of stock in Europe right now.

Last edited by louigi600; 01-12-2014 at 06:19 AM.
 
Old 03-12-2014, 12:34 PM   #5
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,179

Rep: Reputation: 236Reputation: 236Reputation: 236
Quote:
Originally Posted by andrixnet View Post
Olimex manufactures several ARM boards (SOC) rated "industrial grade" and ...
I don't remember any of them work within the industrial temperature range, except for the iMX233. Maybe I missed something?

Quote:
Originally Posted by andrixnet View Post
My questions are:
- Has anyone successfully installed SlackwareARM-14.1 on an OLinuXino board?
- Has anyone successfully played with any of the other OLinuXino models, other then the A10S?
I've been using iMX233 OLinuXino Micro for over a year and am running slackwarearm from squashfs images. The board works well with a 25x28x15 mm^3 heatsink attached to the SoC. However, I'm still running Linux kernel 3.9.11 because 3.10 or later versions don't boot. Because this board is not only a bluetooth music player of mine, but also my home gateway, I barely have chance to take it offline. This weekend my wife will go strip swimming thanks to the good weather so I hope I can take my home network offline then and find out what's wrong with the recent kernels.

EDIT: Linux 3.10 ... 13 not booting because of wrong initrd location. Worked around by deselecting CONFIG_ARM_ATAG_DTB_COMPAT. However, this makes the kernel unable to boot within qemu. Maybe I need a qemu upgrade? There are also two other (non-fatal) kernel bugs involved that need to file when I have time.

Last edited by guanx; 03-17-2014 at 07:18 AM.
 
Old 03-23-2014, 09:25 AM   #6
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,179

Rep: Reputation: 236Reputation: 236Reputation: 236
Slackware-14.1 system image for iMX233-OLinuXino:

microSD Image: http://rpc.suroot.com/slackwarearm-l...xino-sd.img.xz
Readme: http://rpc.suroot.com/slackwarearm-l....xz.README.txt
root password: darkstar

Everything including source: http://rpc.suroot.com/slackwarearm-live/
.

Last edited by guanx; 03-23-2014 at 02:32 PM.
 
Old 03-24-2014, 02:16 AM   #7
rouvas
Member
 
Registered: Aug 2006
Location: Greece
Distribution: Slackware.12.2
Posts: 104
Blog Entries: 4

Rep: Reputation: 21
@guanx, is the microSD image (thanx btw), of the soft or the hard-float variety?
 
Old 03-24-2014, 04:50 AM   #8
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,179

Rep: Reputation: 236Reputation: 236Reputation: 236
Quote:
Originally Posted by rouvas View Post
@guanx, is the microSD image (thanx btw), of the soft or the hard-float variety?
It's soft float.

Greetings,
Guanx

Last edited by guanx; 03-24-2014 at 04:55 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Create a Mini PC or Server with Olimex's Olinuxino A13/A13Micro LXer Syndicated Linux News 0 12-30-2013 05:00 PM
Slackwarearm on the Raspberry Pi onebuck Linux - Embedded & Single-board computer 0 02-24-2013 08:44 PM
[SOLVED] Problem with Midori on Slackwarearm-14.0 brianL Slackware 9 01-31-2013 04:19 AM
Olimex SAM9-L9260 building kernel problem oldreith Linux - Kernel 1 04-12-2009 02:45 PM
Booting linux in a board sam9_l9260 from olimex psilva Linux - Newbie 0 11-23-2008 09:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 10:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration