PINE64
[30/11/2016] pine64-config - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+--- Thread: [30/11/2016] pine64-config (/showthread.php?tid=1855)

Pages: 1 2


[30/11/2016] pine64-config - Terra854 - 07-25-2016

Pine A64 Configuration Tool [30/11/2016]

This tool is based on the raspi-config tool for the Raspberry Pi and it provides a straight-forward way to configure your Pine64.

Source code is available at https://github.com/Terra854/pine64-config

Prerequisites

You will need to have the xterm package installed in order to use this tool. You will also need to install newt (for openSUSE) or whiptail (for Debian/Ubuntu).

Note that for openSUSE, the tool and it's dependencies has been preloaded in the images.

Downloads

Github link

Installation/Update the tool

To install or to update this tool for your Pine64, you will need to run the following command:

Code:
sudo ./install.sh [ubuntu/debian/opensuse]

This will build the scripts that is relevant to your distribution of Linux and installs it to /usr/local/sbin.

Once it is installed, you can execute it with:

Code:
sudo pine64-config.sh


Enjoy!

Changelog

25/7/2016
- Initial Release

26/7/2016
- Added Debian support

2/8/2016
- Minor bugfix

3/10/2016
- Lot's of bug fixes and improvements.
- openSUSE is now supported.
- Added the ability to change the cpu governor
- Added a heath monitor (looping the pine64_health script)

6/10/2016
- Major bugfixes

30/11/2016
- Fixed the cpu governor feature

If you want to contribute or to file bugs, please feel free to post an issue or open a pull request on the GitHub page.


RE: [BETA][25/7/2016] pine64-config - Luke - 07-25-2016

Very cool - Will give it a spin right away Smile


RE: [BETA][26/7/2016] pine64-config - tllim - 07-25-2016

(07-25-2016, 08:46 AM)Terra854 Wrote: Pine A64 Configuration Tool [26/7/2016]

This tool is based on the raspi-config tool for the Raspberry Pi and it provides a straight-forward way to configure your Pine64.

Source code is available at https://github.com/Terra854/pine64-config

Prerequisites

You will need to have whiptail installed in order to use this tool (sudo apt-get install whiptail).

Installation

To install this tool for your Pine64, you will need to run the following command:

Code:
sudo ./install.sh



This will build the scripts that is relevant to your distribution of Linux and installs it to /usr/local/sbin.

Once it is installed, you can execute it with:

Code:
sudo pine64-config.sh


Enjoy!

Changelog

25/7/2016
- Initial Release

26/7/2016
- Added Debian support

Do note that this tool is in the beta stage. As such, this tool may not work as expected. If you want to contribute or to file bugs, please feel free to post an issue or open a pull request on the GitHub page.

Also, openSUSE support will soon be implemented in the coming weeks (You will get an error if you try to build the tool for it).

Thanks on the configuration tool and looking forward on the openSuse release.


RE: [BETA][26/7/2016] pine64-config - vinodmenon80 - 07-25-2016

That's a very nice idea mate...

Configuring the Pine64 with a similar tool to the Raspi.

This should be rather interesting to see if we can incorporate this into the next build.

Or we can try and include this and test it from our end before it goes into the next build.

Would this system work in Virtual machine? I mean the whole shebang?

Cheers,

vinodmenon80


RE: [BETA][26/7/2016] pine64-config - Ophir - 07-29-2016

Thank you! 
But I couldn't install it 
Code:
ERROR: No arguments specified (ubuntu, debian or opensuse)
You would know how to solve it? 
And again, 
THANK YOU!
(Sorry about my poor English)


RE: [BETA][26/7/2016] pine64-config - Terra854 - 07-31-2016

(07-29-2016, 10:43 AM)Ophir Wrote: Thank you! 
But I couldn't install it 
Code:
ERROR: No arguments specified (ubuntu, debian or opensuse)
You would know how to solve it? 
And again, 
THANK YOU!
(Sorry about my poor English)

All you need to do is to type which distribution you are using (ubuntu, debian or opensuse) after the ./build.sh. (Eg. "./build.sh ubuntu" for Ubuntu). Do note that openSUSE is not supported at the moment, but it is there as a placeholder as I will be supporting it in a future release.


RE: [BETA][2/8/2016] pine64-config - Bart333 - 08-18-2016

Doesn't work for me on lastest debian image. Did all steps and when i type sudo pine64-config.sh nothing happens.


RE: [BETA][2/8/2016] pine64-config - Terra854 - 08-24-2016

(08-18-2016, 03:05 PM)Bart333 Wrote: Doesn't work for me on lastest debian image. Did all steps and when i type sudo pine64-config.sh nothing happens.

Just wondering, is the script located at /usr/local/sbin? Are there any error messages printed out after you ran it?


RE: [BETA][2/8/2016] pine64-config - Terra854 - 10-02-2016

Hello everyone,

This tool has now been updated with a few new features.

Changelog:
- Lot's of bug fixes and improvements.
- openSUSE is now supported.
- Added the ability to change the cpu governor
- Added a heath monitor (looping the pine64_health script)

Links are on the first post.


RE: [6/10/2016] pine64-config - Terra854 - 10-06-2016

Hey guys, I have just uploaded an important bug fix to the repository. Please update your pine64-config tool to the latest version.

Links are in the first post.