Jump to content

markbirss

Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by markbirss

  1. Did this change work for you ? Are you using the expansion board? Just tried on fresh image ARMBIAN 5.32 user-built Ubuntu 16.04.3 LTS 4.11.12-sun8i but the board freezes when i insert a usb device and restart when i remove
  2. You using the correct output device ? Try running this command: sudo speaker-test -twav -c2 -Dhw:1 This does not output pink noise but a voice saying "Front Left" "Front Right" and repeats Dont attach 5v to the 3.3v pin
  3. Check and confirm changes to your fex file ? i also had to add these additional changes to my Nano Pi NEO to get my I2s dac working [w1_para] w1_used = 1 gpio = 20 should be [w1_para] w1_used = 0 gpio = 20
  4. Thanks Igor, i found these DAC boards cheaper at AliExpress $7.21
  5. Hi, Some useful info that might help depending what you want to achieve Build Lumina Desktop from source (Raspberry Pi Pixel Desktop interface based on QT5) https://lumina-desktop.org/get-lumina/#source sudo apt-get update sudo apt-get install build-essential git qt5-default qttools5-dev-tools libqt5gui5 qtmultimedia5-dev libqt5multimediawidgets5 libqt5network5 libqt5svg5-dev libqt5x11extras5-dev libxcb-icccm4-dev libxcb-ewmh-dev libxcb-composite0-dev libxcb-damage0-dev libxcb-util0-dev libphonon-dev libxcomposite-dev libxdamage-dev libxrender-dev libxcb-image0-dev libxcb-screensaver0-dev qtdeclarative5-dev fluxbox kde-style-oxygen xscreensaver xbacklight alsa-utils acpi numlockx pavucontrol xterm sysstat Next we need to download the Lumina source code. git clone https://github.com/trueos/lumina.git Our next step is to configure and build Lumina’s source code. cd lumina qmake Note that after running qmake, there should be a message about detecting Debian for the OS-compatibility – otherwise you may need to run “qmake LINUX_DISTRO=Debian†Finally, we build and install the desktop. These steps will likely take several minutes to complete. make sudo make install Also remember to run sudo ldconfig -v And also here is a Native Build of QT5 example http://wiki.qt.io/Native_Build_of_Qt5_on_a_Raspberry_Pi Mark
  6. Hi All The "real time" kernel patches are included in Igor's Armbian build tools, but are disabled by default. Enabling them are simple. (Thanks Igor) Build "real time" kernel images by doing the following: refer to https://github.com/igorpecovnik/lib Execution apt-get -y install git git clone https://github.com/igorpecovnik/lib--depth 1 cp lib/compile.sh . mv ./lib/patch/kernel/sun7i-default/0014-patch-3.4.108-rt136.patch.disabled ./lib/patch/kernel/sun7i-default/0014-patch-3.4.108-rt136.patch ./compile.sh Press "Enter" to continue Confirm you are running a RT kernel by checking "uname -a" output for PREEMPT e.g Further reading Benchmark with tar xvfz rt-tests-1.0.tar.gz cd rt-tests make sudo ./cyclictest -p 80 -t5 -n Your feedback on tests are welcomed Enjoy
  7. Igor Ah, ok thank you. I will enable the RT patches and build from source.
  8. Hi Chris and others I would certainly be interested in a 3.4.112 kernel tree with the preempt_rt patches (rt143) added Regards
  9. The pinout on this board is different to the ones already tested. They cheap enough to consider getting Go check out the guide of the ones already configured and confirmed working ( 2 versions) not touch yet as far a i know http://www.grabber.xyz/2016/04/orange-pi-pc-tiny-lcd-tutorial.O4WYqdBez5_.html where buy: http://www.aliexpress.com/item/2-4-inch-TFT-touch-LCD-Screen-Module-For-Arduino-UNO-R3-Free-Shipping/1814799101.html Files: https://mega.nz/#!VYlQSYzY!WUYI6lDxYMwoTKblV7jDxJQSdPu5XlVQv4ctnSzkfig Support: https://www.facebook.com/groups/1483270805309190/
  10. Ah, ok, thank you, when i have time will have a look
  11. Maybe, i don't have BPi M2+ but i passed no module parameters in /etc/modules for bmdhd module, left the 2 text files in the /lib/firmnware/ap6212 folder (don't know if the same nvram_ap6210.txt works for both devices)
  12. I found this fix, credit to youka http://forum.odroid.com/viewtopic.php?f=117&t=11758 Re: fbcon cursorby youka » Fri Mar 27, 2015 10:57 pm Anyway, all that aside...There's a nice work-around in the link Holzhaus provided... CODE: SELECT ALL infocmp >> terminfo.txt sed -i.bak -e 's/?0c/?112c/g' -e 's/?8c/?48;0;64c/g' terminfo.txt tic terminfo.txt tput cnorm Then just re-run "tput cnorm" each time you log in. This should be good enough for now. At least now I can edit text files without being completely lost
  13. Hi @tkaiser and others i found that by default the bcmdhd module requires a config.txt and nvram.txt file present in /lib/firmware/ap6212 unless you specify them specifically with modprobe modprobe bcmdhd nvram_path=/lib/firmware/ap6212/nvram_ap6210.txt conf_path=/lib/firmware/ap6212/myconfig.txt nvram.txt is the nvram_ap6210.txt config.txt (not sure) provided the firmware files (fw_bcm40181a2.bin) is also in /lib/firmware/ap6212 and been added to /etc/modules the wifi works What about getting the IR remote controller working ?
  14. Yes, @jernej kindly guide us with some instructions and we can test
  15. Hi tkaiser Will update the config and check if ap6211 works. (Beelink config since it already in the build list)
  16. Hi all Im using the Ubuntu 16.04 desktop build (from source 5.14) as the jessie desktop build failed for some reason. Where is the updated download link for the beelink images ?
  17. Hi, thank you i have connected 2 spfd5408 displays (one to orange pi pc and one to orange pi 2) configured them with Armbian and console output and fb video output is working How about configuration of the touchscreen ?
  18. Hi Igor Thank you for your effort, much appreciated. Have created images for C2, H3 and they work well I am not able to create roseapple images yet ? [ error ] ERROR in function source [ main.sh:103 ] [ error ] Board configuration does not define valid kernel config [ o.k. ] Process terminated Regards
  19. Hi tkaiser Would any specific kernel/dtb changes be needed to make a I2S DAC board to function on the Lemaker Guitar ?
  20. Hi Igor Does your images work on the Orange Pi 2 Allwinner H3 baord the one without SATA port ? http://www.cnx-software.com/2015/03/21/orange-pi-2-allwinner-h3-quad-core-development-board-sells-for-35/ I have tried images but nothing happens ? Regards
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines