

iKPYT
-
Posts
12 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Posts posted by iKPYT
-
-
Armbian_20.09_Arm-64_bionic_current_5.8.7.img does not have bluetooth,
I add:
sudo apt install bluez
...
run:
sudo bluetoothctl
[bluetooth] # scan on
No default controller available
[bluetooth] # show
No default controller availableTested on X92 (S912) with FDT = / dtb / amlogic / meson-gxm-q201.dtb
In the version Armbian_20.08.0_Arm-64_bionic_current_5.7.0-rc7_desktop_20200531.img bluetooth works! -
On 9/13/2020 at 8:30 AM, AGD said:
I too have a X92 box. Currently using Armbian_20.08.0_Arm-64_bionic_current_5.7.0-rc7_desktop_20200531.img with meson-gxm-q201.dtb. The focal builds since then do not support bluetooth and Glmark2 scores for focal Panfrost drivers from oibaf are wayy to low than the bionic. I guess not fully supported. I am a complete noob so in case you are able to successfully build can you please help / guide me since we have the same box.
Thank you very much for the hint that bluetooth works in Armbian_20.08.0_Arm-64_bionic_current_5.7.0-rc7_desktop_20200531.img with meson-gxm-q201.dtb.
I checked this version and it really works bluetooth and external USB tachscreen.
So far, this is the most suitable version for me.
does not work:
- analog audio on 3.5mm jack, you have to use the external USB sound
- Ethernet RJ45, does it work for anyone on the X92 box? Maybe I couldn't figure it out? -
12 minutes ago, balbes150 said:2 hours ago, iKPYT said:
To try to get the peripherals I need to work on my X92 smart TV-box:
- analog audio on 3.5mm jack in Android and LibreELEC 8.2.2.3 works
- Bluetooth + BLE it works in Android 7.1.2. In Armbian 20.02.0, it works halfway, does not catch BLE tonometer data. In Armbian 20.09.11 does not work at all.
- fix Ethernet RJ45 in Android works but not in Armbian
- try to make double clicks on the external USB tachscreen screen work while only moving the mouse pointer works, checked in Armbian 20.02.0.
I use meson-gxm-q201.dts, WiFi + Bluetooth module AP6255You don't have to waste time using the build environment for Armbian images.all your problems need to be solved only by modifying the kernel source code (be able to work with modifying drivers for Linux).
I first need to get the source codes that are most suitable for my case, and these are the ones that you have, and only then poke around in them, look for the sources of suitable drivers, etc. I wonder why you don’t share?
By the way, I just checked the work with the touch screen in the version from 20.09.11 (Armbian_20.09_Arm-64_focal_current_5.8.5_desktop.img) so it works there the way I need it, what a pity that Bluetooth does not work! -
5 minutes ago, dbsharpe said:
Top tip, make sure CCACHE isn't using slow sdcard storage. I used a H96 max x3 and pointed it to a folder in /tmp as it boots with RAM Memory: 2429544K/3535872K available.
Thank you for the information.
But I didn't get it, are you building on a TV box? I think using flash devices for multiple rewriting is not a good idea in terms of flash resource limitations.
I am building on a computer with an HDD drive -
1 hour ago, balbes150 said:
What for?
To try to get the peripherals I need to work on my X92 smart TV-box:
- analog audio on 3.5mm jack in Android and LibreELEC 8.2.2.3 works
- Bluetooth + BLE it works in Android 7.1.2. In Armbian 20.02.0, it works halfway, does not catch BLE tonometer data. In Armbian 20.09.11 does not work at all.
- fix Ethernet RJ45 in Android works but not in Armbian
- try to make double clicks on the external USB tachscreen screen work while only moving the mouse pointer works, checked in Armbian 20.02.0.
I use meson-gxm-q201.dts, WiFi + Bluetooth module AP6255 -
4 hours ago, iKPYT said:
balbes150 help me
...
In the last post, to build, I downloaded toolchains, in a brazen way, from dl.armbian.com like this:
cd cache/toolchains
wget -r --no-parent https://dl.armbian.com/_toolchain/*Maybe that's why there was a mistake in the future.
To make sure that my xUbuntu 18.04 LTS computer is working, I have compiled an image for Odroid C2 from the main repository.git clone --depth 1 https://github.com/armbian/build
./compile.sh...
[ o.k. ] Free space: [ SD card ]
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 2.5M 1.6G 1% /run
/dev/sda4 747G 315G 394G 45% /
tmpfs 7.9G 0 7.9G 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
tmpfs 1.6G 0 1.6G 0% /run/user/1000
tmpfs 11G 2.7G 7.8G 26% /home/ikpyt/tvbox/build/.tmp/rootfs-current-odroidc2-focal-yes-no
/dev/loop0p1 3.4G 2.7G 563M 83% /home/ikpyt/tvbox/build/.tmp/mount-current-odroidc2-focal-yes-no
[ o.k. ] Writing U-boot bootloader [ /dev/loop0 ]
[ o.k. ] SHA256 calculating [ Armbian_20.11.0-trunk_Odroidc2_focal_current_5.8.8_desktop.img ]
[ warn ] GPG signing skipped - no GPG_PASS [ Armbian_20.11.0-trunk_Odroidc2_focal_current_5.8.8_desktop.img ]
[ .... ] Fingerprinting
[ o.k. ] Done building [ /home/ikpyt/tvbox/build/output/images/Armbian_20.11.0-trunk_Odroidc2_focal_current_5.8.8_desktop.img ]
[ o.k. ] Runtime [ 35 min ]
[ o.k. ] Repeat Build Options [ ./compile.sh BOARD=odroidc2 BRANCH=current RELEASE=focal BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,img ]
ikpyt@xUbuntu-18:~/tvbox/build$However, an attempt to build a version for TV-box ends in failure.
git clone https://github.com/150balbes/Build-Armbian
./compile.sh...
[ o.k. ] Preparing [ host ]
[ o.k. ] Build host OS release [ bionic ]
[ o.k. ] Syncing clock [ host ]
[ o.k. ] Checking for external GCC compilers
[ .... ] downloading using torrent network [ gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz ]
[ error ] ERROR in function download_and_verify [ general.sh:1338 ]
[ error ] verification failed
[ o.k. ] Process terminated
Why doesn't this work, what am I doing wrong?
-
balbes150 help me
I use Ubuntu 18.04 under VirtualBox.
I want to compile your version myself, downloaded
git clone https://github.com/150balbes/Build-Armbian
run:
/compile.sh BOARD=arm-64 BRANCH=current KERNEL_ONLY=no KERNEL_CONFIGURE=no RELEASE=focal BUILD_DESKTOP=yes
got an error
[ o.k. ] Building deb [ linux-u-boot-current-arm-64_20.09_arm64.deb ]
[ error ] ERROR in function compile_uboot [ compilation.sh:291 ]
[ error ] Building u-boot package failed
[ o.k. ] Process terminated
looked at /output/debug/output.log
...
Displaying message: Building deb linux-u-boot-current-arm-64_20.09_arm64.deb info
dpkg-deb: error: control directory has bad permissions 2775 (must be >=0755 and <=0775)
Displaying message: ERROR in function compile_uboot compilation.sh:291 err
Displaying message: Building u-boot package failed err
Displaying message: Process terminated infoAll folders and subfolders Build-Armbian did 0755 did not help
sudo chmod -R 0755 Build-Armbian/
What control directory are we talking about?
-
1 hour ago, balbes150 said:
Read the first message of the topic.
Hooray put it on eMMC, thanks to balbes150 for his work!
However, with the sound question, the image I use does not have a file gx_sound.sh there is only g12_sound.sh,
but is it suitable for GXM? or where to get gx_sound.sh? -
Hello.
Tell me how to install Armbian so that it boots from eMMC on my TV-box x92 3/16?
With SD, Armbian loads and works well for me, I want it to work from eMMC on the set-top box, but I can't find a suitable instruction for my build version.
I have Armbian_20.02.0-rc1.038_Aml-s9xxx_eoan_current_5.5.0-rc6_desktop_20200205.img
I use meson-gxm-q201.dts, with which everything works great (except for the indicator on the front panel and not sound).
Installing via armbian-config does not work, in the "system" section there is no item "install to eMMC, NAND, SATA & USB"
Explain how can I put Armbian on eMMC?
Single Armbian image for RK + AML + AW (aarch64 ARMv8)
in General Chat
Posted
I can't assemble an analog on my own
Armbian_20.08.0_Arm-64_bionic_current_5.7.0-rc7_desktop_20200531.img.
I do:
git clone https://github.com/150balbes/Build-Armbian
cd Build-Armbian
git log
commit 9ad2f024ab8138b1617e731c9a643fda6ef1ef18
Author: balbes150 <balbes-150@yandex.ru>
Date: Sun May 31 11:02:21 2020 +0300
v20200529
Kind of closest by build date Sun May 31
Switching to this version:
git checkout 9ad2f024ab8138b1617e731c9a643fda6ef1ef18
Build:
./compile.sh BOARD = arm-64 BRANCH = current KERNEL_ONLY = no KERNEL_CONFIGURE = no RELEASE = bionic BUILD_DESKTOP = yes
But I don't get an analog
Armbian_20.05.5_Arm-64_bionic_current_5.7.16_desktop
And most importantly, bluetooth does not work in it, but it does work in the original assembly!
What am I doing wrong?