LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-24-2017, 12:50 PM   #1
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,675

Rep: Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373
Orange Pi H3 support now available in -current


Hello!

ftp://ftp.arm.slackware.com/slackwar.../ChangeLog.txt
 
Old 02-24-2017, 03:26 PM   #2
Penthux
Member
 
Registered: Dec 2008
Location: Middlesbrough, UK
Distribution: Slackware
Posts: 264

Rep: Reputation: 74
Good news. Thanks Mozes.
 
Old 02-24-2017, 11:29 PM   #3
ricky_cardo
Member
 
Registered: Feb 2006
Location: Syracuse, NY
Distribution: Slackware64-Current
Posts: 214

Rep: Reputation: 78
Good job Mozes, I installed to the internal emmc on an Orange Pi Plus2. (planning to add a sata later once I splice in power to a 3.5 inch HD. using an old PC power supply)
>installed from USB connected media (after TFTP)
- just like you stated, on the first live system boot-up ,after install with the usb removed, I had to edit /etc/fstab and change root partition.
to mmcblk1p2 I think the installer wanted it to be mmcblk2p2.


had to use a remount command on the next boot then change up the /etc/fstab (changed all mmcblk2 to 1 example:"mmcblk2p1" to "mmcblk1p1"
Code:
mount -o rw,remount /
vim /etc/fstab 
init 6


BEFORE:
Code:
rich@orange ~ $ cat /etc/fstab 
/dev/mmcblk2p1   swap             swap        defaults         0   0
/dev/mmcblk2p2   /                ext4        defaults         1   1
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro,comment=x-gvfs-show 0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0

AFTER:
Code:
rich@orange ~ $ cat /etc/fstab 
/dev/mmcblk1p1   swap             swap        defaults         0   0
/dev/mmcblk1p2   /                ext4        defaults         1   1
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro,comment=x-gvfs-show 0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0

Really nice work on the ethernet !!!

Last edited by ricky_cardo; 02-25-2017 at 11:36 AM. Reason: Clarity
 
Old 02-25-2017, 02:02 PM   #4
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,675

Original Poster
Rep: Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373
Quote:
Originally Posted by ricky_cardo View Post
Good job Mozes, I installed to the internal emmc on an Orange Pi Plus2. (planning to add a sata later once I splice in power to a 3.5 inch HD. using an old PC power supply)
[..]
had to use a remount command on the next boot then change up the /etc/fstab (changed all mmcblk2 to 1 example:"mmcblk2p1" to "mmcblk1p1"
Code:
mount -o rw,remount /
vim /etc/fstab 
init 6
I don't see why that would happen. If you put the u-boot on to the SD card as described, then the order should be the same in the installer as it is when the newly installed OS boots.
 
Old 02-26-2017, 07:50 AM   #5
ricky_cardo
Member
 
Registered: Feb 2006
Location: Syracuse, NY
Distribution: Slackware64-Current
Posts: 214

Rep: Reputation: 78
I think this was the culprit:
I had a USBstick with the package tree connected all during setup then removed for 1st boot up. (to grab the package tree from usb rather than NFS) ((this was my plan from before the Ethernet was working)) (((now a non-issue, since Ethernet works)))

This was a good note too:
I see it is suggested to connect USB after the OS boots.

(the USB installer will not include # the package tree, just the installer image)) then you'd need to add the USB
# stick _after_ the OS has booted.


So just a user issue, good learning experience. - I didn't panic and had my towel near by
 
Old 02-26-2017, 09:14 AM   #6
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,675

Original Poster
Rep: Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373
Quote:
Originally Posted by ricky_cardo View Post
I think this was the culprit:
I had a USBstick with the package tree connected all during setup then removed for 1st boot up.
But USB is not mmc, it shows as a SCSI device (/dev/sdXX). Indeed I had the same problem as I had a USB stick left plugged in from developing the USB installer image, and had to edit the fstab from the rescue shell since the system would not boot (hence the note in the INSTALL file). If you had to change the mmc device then something unexpected has happened.
 
Old 02-27-2017, 12:43 PM   #7
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,508
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Good news (just looked up)
 
Old 04-13-2017, 02:12 AM   #8
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,508
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
I just found in a recent update:
Code:
# modinfo mali-dp
filename:       /lib/modules/4.10.0next20170224-armv7/kernel/drivers/gpu/drm/arm/mali-dp.ko.gz
license:        GPL v2
description:    ARM Mali DP DRM driver
author:         Liviu Dudau <Liviu.Dudau@arm.com>
alias:          of:N*T*Carm,mali-dp650C*
alias:          of:N*T*Carm,mali-dp650
alias:          of:N*T*Carm,mali-dp550C*
alias:          of:N*T*Carm,mali-dp550
alias:          of:N*T*Carm,mali-dp500C*
alias:          of:N*T*Carm,mali-dp500
depends:        drm,drm_kms_helper
intree:         Y
vermagic:       4.10.0next20170224-armv7 SMP mod_unload modversions ARMv7 p2v8
I wonder just how does that fit in the greater picture?
(It did load, but didn't spew anything in dmesg ?)
 
Old 04-16-2017, 08:36 AM   #9
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,675

Original Poster
Rep: Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373
Quote:
Originally Posted by SCerovec View Post
I wonder just how does that fit in the greater picture?
It was presented during make oldconfig, so I included it. Nothing broke (that I'm aware of) and the story continues.
 
Old 04-19-2017, 04:56 AM   #10
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,508
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
I hope soon we get the working /dev/fb0 too...

Currently it is present in the device tree, but it has the status of disabled?
 
Old 04-20-2017, 03:34 AM   #11
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,675

Original Poster
Rep: Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373
Quote:
Originally Posted by SCerovec View Post
I hope soon we get the working /dev/fb0 too...

Currently it is present in the device tree, but it has the status of disabled?
I do not think that video works at all on the Orange Pi yet, at least in the kernel.org kernel. I have not checked for a while though.
 
Old 04-21-2017, 01:56 PM   #12
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,508
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Rest assured, where there a slightest doubt of it working in any "vanilla+single_patch" I would go all bells and whistles mode here as soon as possible (+/- a day or two) :^]

But, alas, there is only hope and patience on the horizon right now?
8:-J
 
Old 05-12-2018, 04:08 AM   #13
Broder Tuck
LQ Newbie
 
Registered: May 2018
Posts: 3

Rep: Reputation: Disabled
I see from the ARM changelogs that the kernel in -current has been updated to 4.16.

Ethernet on H3-based Allwinner devices should then work out of the box.
Official HDMI support for H3 and related SoCs will not land until 4.17, but backports to 4.16 aren't too hard.
 
Old 05-13-2018, 06:08 AM   #14
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,508
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
That is good news,

See you there when /dev/fb0 arrives in mainline (hopefully).

'Till then I'll wait HDMI-blind...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Vote for Support for the Orange Pi drmozes Slackware - ARM 2 09-18-2015 12:50 AM
Does Slackware 14.1 or Current have NFSv4 support? Altiris Slackware 6 08-08-2015 04:30 AM
Banana Pi support now in -current drmozes Slackware - ARM 1 03-09-2015 09:59 AM
RTL8191SEvB support in -current? chexmix Slackware 3 12-15-2011 07:43 AM
Xorg 7.4 support in current? rvdboom Slackware 1 10-11-2008 12:36 PM

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

All times are GMT -5. The time now is 02:16 PM.

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