Kernel for A64 git
#31
I pushed another Kernel build where media stuff is enabled, including cedar so people can do some experiments with the video capabilities of the SoC. Some USB camera drivers were added (including UVC) and i enabled also various RC stuff which might be helpful for someone.

Get 3.10.65-2-pine64-longsleep-43 from https://www.stdin.xyz/downloads/people/l...ges/linux/

I have added gear to easily update U-Boot and Kernel. Update like this (as root) on any of my images:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
#32
(03-12-2016, 10:39 AM)longsleep Wrote: I pushed another Kernel build where media stuff is enabled, including cedar so people can do some experiments with the video capabilities of the SoC.  Some USB camera drivers were added (including UVC) and i enabled also various RC stuff which might be helpful for someone.

Get 3.10.65-2-pine64-longsleep-43 from https://www.stdin.xyz/downloads/people/l...ges/linux/

I have added gear to easily update U-Boot and Kernel. Update like this (as root) on any of my images:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
Apologies if you mentioned this - I didn't see it in the thread. Are you running headless? My primary concern has been "full-blown" Linux support, and I've seen you and others making significant progress. I'm no kernel developer, but I'm growing in comfort around Linux environments, and if you're running headless with a developer build, it will greatly assuage my concerns.
Thanks for the great [dev] work.
#33
Hello there.

What is the status of HW accelerated 2D/3D and video decoding support?
Donate BTC: 3Eav9uqXi8Nx1axb7QjK6xV4km4K9YGv9a
#34
currently video decode is supported through the 3.10 BSP images provided by longsleep.

visit http://linux-sunxi.org/Pine64 and under Images you will find the link to a premade image (Ubuntu Xenial).
If you like my work be sure to check out my site or wish to donate to the cause

Cheers Big Grin
#35
I pushed another Kernel build to support the smallest 512MB Pine64 model (with another device tree). Some other minor build changes have landed as well, see the first post for details.

Get 3.10.65-3-pine64-longsleep-2 from https://www.stdin.xyz/downloads/people/l...ges/linux/

Update like this (as root) on any of my images:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)

If you update U-Boot as well you will get automatic Pine64 model detection, making the image also work with networking on the non-plus Pine64 automatically when you remove the fixed dtb filename from the existing /boot/uEnv.txt.
#36
(03-19-2016, 03:32 PM)longsleep Wrote: I pushed another Kernel build to support the smallest 512MB Pine64 model (with another device tree). Some other minor build changes have landed as well, see the first post for details.

Get 3.10.65-3-pine64-longsleep-2 from https://www.stdin.xyz/downloads/people/l...ges/linux/

Update like this (as root) on any of my images:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)

If you update U-Boot as well you will get automatic Pine64 model detection, making the image also work with networking on the non-plus Pine64 automatically when you remove the fixed dtb filename from the existing /boot/uEnv.txt.
Thanks, I will try out.
... TL Lim
#37
echo 1 > /sys/class/gpio/export
echo "out" > /sys/class/gpio/gpio1/direction

return error:

-bash: echo: write error: Unknown error 517




see:
http://linux-sunxi.org/GPIO
#38
(03-23-2016, 06:27 AM)duanhongyi Wrote: see:
http://linux-sunxi.org/GPIO

see:
http://forum.pine64.org/showthread.php?t...00#pid4000
#39
(03-19-2016, 03:32 PM)longsleep Wrote: I pushed another Kernel build to support the smallest 512MB Pine64 model (with another device tree). Some other minor build changes have landed as well, see the first post for details.

Get 3.10.65-3-pine64-longsleep-2 from https://www.stdin.xyz/downloads/people/l...ges/linux/

Update like this (as root) on any of my images:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)

If you update U-Boot as well you will get automatic Pine64 model detection, making the image also work with networking on the non-plus Pine64 automatically when you remove the fixed dtb filename from the existing /boot/uEnv.txt.

Image works like a charm on 512mb model.
As for the ethernet functioning:
Iperf3 between Pine+ (server) and Pine (client)
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-30.00 sec 337 MBytes 94.2 Mbits/sec 20 sender
[ 4] 0.00-30.00 sec 337 MBytes 94.2 Mbits/sec receiver

two boards connected to same gigabit switch.
#40
(03-23-2016, 12:51 PM)janjwerner Wrote:
(03-19-2016, 03:32 PM)longsleep Wrote: I pushed another Kernel build to support the smallest 512MB Pine64 model (with another device tree). Some other minor build changes have landed as well, see the first post for details.

Get 3.10.65-3-pine64-longsleep-2 from https://www.stdin.xyz/downloads/people/l...ges/linux/

Update like this (as root) on any of my images:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)

If you update U-Boot as well you will get automatic Pine64 model detection, making the image also work with networking on the non-plus Pine64 automatically when you remove the fixed dtb filename from the existing /boot/uEnv.txt.

Image works like a charm on 512mb model.
As for the ethernet functioning:
Iperf3 between Pine+ (server) and Pine (client)
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-30.00  sec   337 MBytes  94.2 Mbits/sec   20             sender
[  4]   0.00-30.00  sec   337 MBytes  94.2 Mbits/sec                  receiver

two boards connected to same gigabit switch.

That's great that it's working!  Just for comparison, also using iperf3, using a windows desktop with GigE and pine64+ I get:

664 Mbit/s with pine64+ as server
371 Mbit/s with pine64+ as client

Thought it was interesting that there was asymmetry.  Perhaps CPU bound?


Possibly Related Threads…
Thread Author Replies Views Last Post
  PineA64+: Audio in 5.0 Kernel puzzles 6 8,767 11-13-2019, 09:41 AM
Last Post: roel
  Rockpro64 NFS root mount (kernel 4.20) - ethernet help? tenspd137 0 2,872 12-06-2018, 01:14 AM
Last Post: tenspd137
  NVMe and new kernel bjbb17 0 2,564 09-25-2018, 03:39 PM
Last Post: bjbb17
  Real-time linux kernel Artyom 45 70,801 09-11-2018, 01:08 AM
Last Post: zzwpine
  DKMS on kernel 3.10.107-pine64 obrienmd 5 8,416 06-21-2018, 05:45 PM
Last Post: evilbunny
  Gentoo for pine64 - longsleep kernel incoherent 0 3,587 12-09-2017, 08:14 AM
Last Post: incoherent
  [SOLVED] UEFI + Fedora Mainline Kernel Booting! cztian 0 3,260 07-13-2017, 08:38 PM
Last Post: cztian
  Mainline kernel [Solved] jeroen79 11 18,950 02-08-2017, 06:19 AM
Last Post: umiddelb
Question Need help : Issue in running compiled kernel with tftp+uboot dinesh.bhoyar 2 4,548 01-30-2017, 12:44 AM
Last Post: dinesh.bhoyar
  Jackd triggers kernel warning cztian 0 3,456 09-03-2016, 08:16 AM
Last Post: cztian

Forum Jump:


Users browsing this thread: 4 Guest(s)