PINE64

Full Version: ayufan 0.7.12 pre-release images (help testing)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
New pre-release images from ayufan are now available. Help testing, submit prs and fixes. Feedback welcome.
(02-25-2019, 02:54 PM)Luke Wrote: [ -> ]New pre-release images from ayufan are now available. Help testing, submit prs and fixes. Feedback welcome.

Very basic question:
I am unable to update to pre-release
I am doing something wrong in ayufan-rock64.list
I modified it from
 deb http://deb.ayufan.eu/orgs/ayufan-rock64/releases /

# uncomment to use pre-release kernels and compatibility packages
# deb http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases /



to
# deb http://deb.ayufan.eu/orgs/ayufan-rock64/releases /

# uncomment to use pre-release kernels and compatibility packages
 deb http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases /

but this not working!
Code:
root@rockpro64:~# sudo apt-get install linux-rockpro64 -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-rockpro64 is already the newest version (0.7.9).
0 upgraded, 0 newly installed, 0 to remove and 61 not upgraded.
Luke, it would be really helpful if the lxde build or any other desktop being offered or any min build for that matter would have wifi configuration standard. reason i say this is i currently do not have ethernet , all my access is through a cellphone hotspot. everybuild i d/l for rock64 [btw, i know this is pro, but that is really beside the point] to test goes like this, 1.download 2.burn image 3. boot 4. look for wifi set up 5. no wifi setup 6. test over. you guys must think everyone has ethernet. that is not the case. thank you for any consideration.
(03-07-2019, 08:59 AM)dkryder Wrote: [ -> ]Luke, it would be really helpful if the lxde build or any other desktop being offered or any min build for that matter would have  wifi configuration standard. reason i say this is i currently do not have ethernet , all my access is through a cellphone hotspot. everybuild i d/l for rock64 [btw, i know this is pro, but that is really beside the point] to test goes like this,  1.download  2.burn image  3. boot  4. look for wifi set up  5. no wifi setup  6. test over. you guys must think everyone has ethernet. that is not the case. thank you for any consideration.

Working towards that.
(03-06-2019, 08:56 PM)Girbur Wrote: [ -> ]
(02-25-2019, 02:54 PM)Luke Wrote: [ -> ]New pre-release images from ayufan are now available. Help testing, submit prs and fixes. Feedback welcome.

Very basic question:
I am unable to update to pre-release
I am doing something wrong in ayufan-rock64.list
I modified it from
 deb http://deb.ayufan.eu/orgs/ayufan-rock64/releases /

# uncomment to use pre-release kernels and compatibility packages
# deb http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases /

to
# deb http://deb.ayufan.eu/orgs/ayufan-rock64/releases /

# uncomment to use pre-release kernels and compatibility packages
 deb http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases /

but this not working!
Code:
root@rockpro64:~# sudo apt-get install linux-rockpro64 -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-rockpro64 is already the newest version (0.7.9).
0 upgraded, 0 newly installed, 0 to remove and 61 not upgraded.


>>> Maybe silly Q BUT did you do all 3 of these commands after uncommenting package list?
Code:
sudo apt-get update -y
sudo apt-get install linux-rock64 -y
sudo apt-get install linux-rockpro64 -y
Hi all, 

I am using the ayufan 0.7.14 debian stretch with ayufan's 5.0.0-1101 mainline kernel. I would like to enable the zswap but I can not find the zswap module. Anyone using this or knows how to enable it?

thx,
(03-15-2019, 04:27 AM)huey Wrote: [ -> ]Hi all, 

I am using the ayufan 0.7.14 debian stretch with ayufan's 5.0.0-1101 mainline kernel. I would like to enable the zswap but I can not find the zswap module. Anyone using this or knows how to enable it?

thx,

CONFIG_ZSWAP is not listed in https://github.com/ayufan-rock64/linux-m..._defconfig so double check with

    zcat /proc/config.gz | grep CONFIG_ZSWAP

and assuming no output you should compile the option in, test, then make a pull request.
Hi Ayufan
First like to thank you for all the hard work you are putting into these iamges.
I have just been running 0.7.14 version.
All is looking good. I have the WiFi working now but it looks like Bluetooth is stilla problem. Bluetoothctl reports that it cannot find the device.
Thought I would let you know.
Thanks
Mike
Are these images for SD card or EMMC? Just asking. Oh by the way Ayufan thanks for all the hard work I appreciate it.
(03-19-2019, 01:57 AM)battlenut Wrote: [ -> ]Are these images for SD card or EMMC? Just asking. Oh by the way Ayufan thanks for all the hard work I appreciate it.

They should work on both SD and eMMC
Pages: 1 2