LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 12-20-2021, 11:41 AM   #1
byron.hawkins
LQ Newbie
 
Registered: Apr 2019
Posts: 26

Rep: Reputation: Disabled
Which forum for porting questions?


I'm trying to port any linux distro to the Pipo W12, which is a Windows-on-ARM tablet PC that has a Snapdragon 850 CPU with the ARMv8 architecture. There doesn't seem to be a forum dedicated to porting question such as building device trees, packaging ISO files, compiling and configuring the kernel, etc. Where can I go with these kind of questions?
 
Old 12-20-2021, 01:24 PM   #2
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,624

Rep: Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556

Porting to specific hardware would come under Linux - Hardware's remit, no?

Though you might be more likely to find like-minded individuals in Linux - Embedded & Single-board computer, even if your device is not within those constraints. (Worst case, someone complains and a mod moves it elsewhere.)

 
Old 12-20-2021, 01:56 PM   #3
byron.hawkins
LQ Newbie
 
Registered: Apr 2019
Posts: 26

Original Poster
Rep: Reputation: Disabled
Sure, that makes sense. So is there a way to move my post to one of those forums? It's currently in "laptops and netbooks" but isn't getting any responses there.
 
Old 12-20-2021, 02:08 PM   #4
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,624

Rep: Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556

If you use the "Report" button the the first post of that other thread, you can put a message in asking a moderator to move it for you.

 
Old 01-01-2022, 08:52 AM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,927
Blog Entries: 45

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Moderator Response

Moved: This thread is more suitable in <Linux - Embedded & Single-board computer> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 01-01-2022, 10:01 AM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,442

Rep: Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340Reputation: 2340
It sounds to me like you want linux on your Pipo. But, like me, you haven't the skillset to do it. Make a choice: Are you going to shrug your shoulders and move on? Or are you going to roll up your sleeves and get involved? If you're moving on, mark this thread solved. The rest of this post presumes you're getting involved.

One idea is look for like-minded individuals and divide up the tasks. Another is getting to know linux better. Doing an LFS for yourself on your pc is a great learning exercise if you don't copy, paste & rush your way through. Porting is like an obstacle course: If you can't clear an obstacle, all previous effort is for nothing unless you do clear that obstacle.

Linux is very well documented. But this documentation is very poorly read. You will be reading for sure.
For making isos, try 'man mkisofs.'
 
Old 01-02-2022, 04:03 AM   #7
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,513

Rep: Reputation: Disabled
I'd suggest looking at any port for your processor first, then go from there.
 
Old 01-02-2022, 10:02 AM   #8
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by byron.hawkins View Post
I'm trying to port any linux distro to the Pipo W12, which is a Windows-on-ARM tablet PC that has a Snapdragon 850 CPU with the ARMv8 architecture. There doesn't seem to be a forum dedicated to porting question such as building device trees, packaging ISO files, compiling and configuring the kernel, etc. Where can I go with these kind of questions?
First, have you looked for any versions of Linux which are already built for either this tablet, or for ARMv8?

Many distros allow you to download their source and rebuild the kernel and modules.

You would need to install and properly use compilation tools to cross compile for the ARMv8. GNU tools give some good guidance for configuring this, but it's not a highly simple task, instead you should know the tools a bit and then take on the effort to set them up for cross compilation.

Other things to inspect are the BIOS for this tablet, to determine how you may install your compiled results in place of Windows, and also verse yourself in the hardware scope of the target, such as RAM, disk space and type of disk, as well as the file system type used, and the network hardware.

I'd first see if there is a ready distribution and failing that, see if there is a precompiled VM you could try on this to determine if Linux drivers will work properly with all the system hardware. If there's no existing Linux, then you'll have to choose if you wish to take on this level of project. (Maybe also someone has a project you can use for ARMv8).
 
Old 01-05-2022, 05:16 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Since the hardware is ARM, might also look at one of those ARM-Linux-specific forums. Armbian's comes to mind. IIRC they're not necessarily Debian-centric.
 
  


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: Porting and tuning applications for Linux on Power, Part 2: 15 Porting and tuning tools for Linux on Power LXer Syndicated Linux News 0 05-18-2018 01:05 PM
which is the best forum for asking shell script questions emanresu LQ Suggestions & Feedback 2 04-11-2012 03:08 PM
Came back to forum after porting android to hd2 tariq7 LinuxQuestions.org Member Intro 0 10-13-2010 01:08 PM
Copying a phpbb3 forum contents to a different forum; no admin access on source forum Maligree General 1 08-11-2008 11:45 AM
A Single Forum for "Which Distro" Questions XavierP Linux - Distributions 6 06-20-2004 09:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 09:57 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