(ARCHIVED) Ubuntu Xenial Image (BSP Kernel)
(04-22-2016, 05:36 AM)MrWizerd Wrote: You could really add a small heatsink to the chip that would help or suppose slowing it down is an option, just stems more logical to add a sink with the thermally conductive adhesive to solve that problem

but for now the heatsink can't know use @tllim heatsink or himself e.g amazon buy for good effect........ Undecided
If I am wrong please correct my content , thank !



1. Use Pine64 Running Ubuntu 16.04 Web Server ( LAMP )

2. Use Pine64 Running Official Android 6  for Media player
3. Use Pine64 Running Volumio Digital Audio Player





(04-22-2016, 05:28 AM)joe Wrote: Can you create one version linux underclocking A64 soc Mhz  for the server ?
you may know server is 24 hour to running can't for the long time  temperature is hot !

Why - if you want it to run slower just use sysfs to change the speed/governor to whatever you like.
(04-22-2016, 11:08 AM)longsleep Wrote:
(04-22-2016, 05:28 AM)joe Wrote: Can you create one version linux underclocking A64 soc Mhz  for the server ?
you may know server is 24 hour to running can't for the long time  temperature is hot !

Why - if you want it to run slower just use sysfs to change the speed/governor to whatever you like.

Ok , Thank your teach i will look how to use sysfs
If I am wrong please correct my content , thank !



1. Use Pine64 Running Ubuntu 16.04 Web Server ( LAMP )

2. Use Pine64 Running Official Android 6  for Media player
3. Use Pine64 Running Volumio Digital Audio Player





(04-05-2016, 11:07 AM)ak_hepcat Wrote: just booted my p64  with the 'disp.screen0_output_mode=EDID'  cmd line/

on my DELL U2410, i get no video by default.    by using that cmdline flag, i get working video. :-)

(this doesn't help my little 7" screen, though - it's not supporting the resolution, i'm sure)

Pardon my linux ignorance, but would you mind sharing how you added this flag?  I tried to modify the /proc/cmdline file, but I cannot.  I then created a /root/cmdline file with the appropriate content, and tried to use a bind mount, but that change didn't persist after a reboot.

Thanks
(04-22-2016, 04:40 PM)Pirin Wrote:
(04-05-2016, 11:07 AM)ak_hepcat Wrote: just booted my p64  with the 'disp.screen0_output_mode=EDID'  cmd line/

on my DELL U2410, i get no video by default.    by using that cmdline flag, i get working video. :-)

(this doesn't help my little 7" screen, though - it's not supporting the resolution, i'm sure)

Pardon my linux ignorance, but would you mind sharing how you added this flag?  I tried to modify the /proc/cmdline file, but I cannot.  I then created a /root/cmdline file with the appropriate content, and tried to use a bind mount, but that change didn't persist after a reboot.

Thanks

The contents of /proc/cmdline are read-only and come from the actual arguments passed to the kernel by the boot loader. To change the kernel arguments, you have to change a file that's read by uboot off of the first partition on the SD card.  It should be in /boot/uEnv.txt; if /dev/mmcblk0p1 isn't mounted on /boot, you'll have to mount it first to get at uEnv.txt.

(04-22-2016, 11:16 AM)joe Wrote:
(04-22-2016, 11:08 AM)longsleep Wrote:
(04-22-2016, 05:28 AM)joe Wrote: Can you create one version linux underclocking A64 soc Mhz  for the server ?
you may know server is 24 hour to running can't for the long time  temperature is hot !

Why - if you want it to run slower just use sysfs to change the speed/governor to whatever you like.

Ok , Thank your teach i will look how to use sysfs



Code:
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
interactive conservative ondemand userspace powersave performance 
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
interactive
# echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
powersave
#
You can put shell code in /etc/rc.local (before the "exit 0") that will execute after the board boots.
(04-22-2016, 09:17 PM)patrickhwood Wrote:
(04-22-2016, 04:40 PM)Pirin Wrote:
(04-05-2016, 11:07 AM)ak_hepcat Wrote: just booted my p64  with the 'disp.screen0_output_mode=EDID'  cmd line/

on my DELL U2410, i get no video by default.    by using that cmdline flag, i get working video. :-)

(this doesn't help my little 7" screen, though - it's not supporting the resolution, i'm sure)

Pardon my linux ignorance, but would you mind sharing how you added this flag?  I tried to modify the /proc/cmdline file, but I cannot.  I then created a /root/cmdline file with the appropriate content, and tried to use a bind mount, but that change didn't persist after a reboot.

Thanks

The contents of /proc/cmdline are read-only and come from the actual arguments passed to the kernel by the boot loader. To change the kernel arguments, you have to change a file that's read by uboot off of the first partition on the SD card.  It should be in /boot/uEnv.txt; if /dev/mmcblk0p1 isn't mounted on /boot, you'll have to mount it first to get at uEnv.txt.

Awesome!  Thank you for the pointer.  I modified uEnv.txt to append 'disp.screen0_output_mode=EDID' to the end of the first line.  After rebooting, 'cat /proc/cmdline' showed that the disp parameter was indeed loaded.  Unfortunately, I still get no signal output to my monitor via the DVI cable Sad Oh well.  At least I know how to add kernel parameters.    Thanks again.
I just uploaded a new Ubuntu Xenial image which updates U-Boot, Kernel, Device trees and Rootfs to their latest releases, bringing Ubuntu 16.04 Xenial Xerus final release with all the latest and greatest fixes.

Get 20160424-1 from https://www.stdin.xyz/downloads/people/l...es/ubuntu/

As always, for a list of changes and full details see the first post in this thread.
(04-24-2016, 03:18 AM)longsleep Wrote: I just uploaded a new Ubuntu Xenial image which updates U-Boot, Kernel, Device trees and Rootfs to their latest releases, bringing Ubuntu 16.04 Xenial Xerus final release with all the latest and greatest fixes.

Get 20160424-1 from https://www.stdin.xyz/downloads/people/l...es/ubuntu/

As always, for a list of changes and full details see the first post in this thread.


Is it required to flash the new image or will upgrading uboot, kernel, and apt-get upgrade get to the same point?
(04-24-2016, 08:35 AM)rolfl Wrote: Is it required to flash the new image or will upgrading uboot, kernel, and  apt-get upgrade get to the same point?

It should never be required to flash a new image. But, as i do not provide packaging, updates from the rootfs builder are not updated (eg. pine64 platform scripts and system services). You can make those changes on your existing installation at any time).
(04-24-2016, 08:35 AM)rolfl Wrote:
(04-24-2016, 03:18 AM)longsleep Wrote: I just uploaded a new Ubuntu Xenial image which updates U-Boot, Kernel, Device trees and Rootfs to their latest releases, bringing Ubuntu 16.04 Xenial Xerus final release with all the latest and greatest fixes.

Get 20160424-1 from https://www.stdin.xyz/downloads/people/l...es/ubuntu/

As always, for a list of changes and full details see the first post in this thread.


Is it required to flash the new image or will upgrading uboot, kernel, and apt-get upgrade get to the same point?
AFAIK you can upgrade with kernel and uboot script resp. apt-get. Please also note there is an additional script fixing some errors also:

See http://forum.pine64.org/showthread.php?tid=737

Gesendet von meinem K00L mit Tapatalk
Still a linux newbie with several EEE-PCs, PI's, LattePanda and some Desktops/Laptops running Win10. Now also proudly using Pine64+ 2GB and gigabit LAN


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubuntu server 20.04 request phi0x 2 5,406 12-30-2020, 08:02 PM
Last Post: phi0x
  Xenial Minimal Image (PINE A64(+)) 0.6.2-77 pineadmin 4 21,661 08-30-2020, 10:35 AM
Last Post: jrronimo
  Kickstarter P64 with LCD, working image? MostHated 1 4,514 01-04-2020, 10:32 AM
Last Post: igorp
  USB Wireless Drivers with Longsleep Linux Kernel jacobscarter 15 25,039 03-06-2019, 02:26 PM
Last Post: tllim
  Allwinner A64 RTC bug fix on bionic image? tkaivola 1 4,855 02-01-2019, 05:09 AM
Last Post: tllim
  SPI on ubuntu IlyaM 4 9,270 07-16-2018, 03:00 AM
Last Post: kingflab
  Ubuntu password not working joemassimino 4 8,705 05-18-2018, 03:33 PM
Last Post: Luke
  How can I get a wireless dongle working on Xenial Desktop latest build Rocklobster 1 4,032 04-16-2018, 03:09 PM
Last Post: Rocklobster
  After flashing Ubuntu- how to get graphical desktop Partymack711 6 11,016 02-01-2018, 09:45 AM
Last Post: Partymack711
  PPTP doesnt work with ubuntu escovedo 2 8,808 08-23-2017, 09:28 AM
Last Post: gilbertotcc

Forum Jump:


Users browsing this thread: 3 Guest(s)