Jump to content

Igor

Administrators
  • Posts

    13664
  • Joined

  • Last visited

Everything posted by Igor

  1. Soon in dev branch (1-3 weeks) but not so soon in stable branch. Estimated.
  2. Cool, it's working now. Thanks. I'll put compiler under variable and fix u-boot packaging.
  3. I compiled kernel with with Armbian script, no problem. ... also tried buildroot yesterday and also failed. So U-boot is compiling now, with soft float?
  4. Yes, probably (untested), with self compiled branch DEV. I think none of this is present in build accessible from Armbian repository. Yet. USB audio used to be, but droped out by accident
  5. Yes, sure. Go ahead ... BTW: can you try to compile U-boot for Armada ... it's failing for me on two different machines and it's suppose to work.
  6. Igor

    Privacy?

    This is for only one (images) download server, without repository, forum and website.
  7. cd /usr/src/linux-headers-4.3.3-sunxi make scripts And try again. BTW: this driver is already inside kernel.
  8. apt-get install hostapd Hostapd from Debian / Ubuntu repository can be (very) old or not compatible with some Realtek devices. Armbian use self compiled / latest stable. Check this script: https://github.com/igorpecovnik/hostapd In some cases this helps.
  9. Igor

    Privacy?

    I don't have problems with it and am not sure if it's still correct since there are more servers behind.
  10. Yes, you are doing properly but of course you need to have proper pins assigned. Check manuals if exists otherwise trial / error ... Make sure you are powering via power connector with sufficient power supply. Undetected USB port is directly related to poor powering condition.
  11. You made some progress. The main problem is that you don't use Ubuntu Trusty. There are several reasons why this is mandatory. If you have anything else, you might need to fix few things ... if you don't know how, you need to stick to manual -> Ubuntu Trusty, preferable virtual machine on the desktop. Since you don't have it, you need to run Ubuntu on your Banana. Than, you need to start everything again and if you run into troubles, paste also the log which you will find in output/debug For switches, add also KERNEL_ONLY="yes" if you seek kernel only. The result are .deb files which you install standard way: dpkg -i packaga_name + reboot. If everything goes O.K. it's more simple than you think You will waste some time on this, but the good point is that you will learn something. If you want, I can add what you need to next kernel build and you don't need to do this ...
  12. First I have to thank you for trying our build script. There was a lot of work to bring the script to this more or less stable state but unfortunately the proper documentation was never done and I have no idea when I'll find time to do it. I do this project as a hobby. It will be once, because people start to ask for it more and more. What you are asking is running a script with changing one single switch: (read this quick info below) https://github.com/igorpecovnik/lib KERNEL_CONFIGURE="yes" Than run the script and choose a board - kernel and distribution bash compile It should be possible to compile everything on Banana too. When you are done and if those changes are working for you, post here what you have enabled that we can put into default config.
  13. https://github.com/igorpecovnik/lib/commit/7be413aca5f7727272b979a3412c1c1970d8bdb5 OK, tnx
  14. No, not that. Only the possible Bananian package is not updating any more if upgraded to Armbian.
  15. https://github.com/igorpecovnik/lib/commit/9fcc1cbea207922aa88f0e8307e543290f8e3032 You can leave your custom naming as is since next kernel will have all this inside. Hmm, what happen if we leave this on by default? group-enable=memory
  16. 1. Probably but in u-boot where the init is done. There is another bug if you attach 4k monitor to the HDMI. Error ... 2. Execute make scripts in /usr/src/linux-headers* and don't use generic version. If this won't help paste the error here.
  17. You probably face this ? http://www.linuxquestions.org/questions/mandriva-30/how-do-i-stop-evdev-events-being-repoted-in-dmesg-and-being-logged-to-syslog-785238/
  18. Cool! Just one add regarding kernel name, since you haven't alter the name. Next apt-get upgrade will overwritten your kernel ... one option is altering revision/name and using a custom one, the other is to share your kernel config and i'll merge it to our default.
  19. Or from any other systems, yes. I am removing their sources.list but am not sure for all custom packages. In any case, they are not updating anymore if list is gone ...
  20. ext4fs error indicate some kind of SD card / file system corruption troubles. Download image is v4.5, that's correct - when you issue apt-get upgrade - you get to 4.81. It's a bit confusing, but that's how it is. Currently no idea what could be wrong. First try another SD card.
  21. I found this: loading NAND via serial console. I guess it's suitable if you got nothing on NAND ... updating in our case must be done from Linux. https://github.com/toradex/imx_loader Aha, so you don't have SD card on carrier? The basic concept of Armbian is SD boot and NAND / SATA / USB installer. In case of other way, than we need to build or use extra tools. I (could) understand all this but Its just boring to deal with bureaucracy to get a sample I'll try later once again but I guess all this will take some time ...
  22. Scripts are part of the board support package. For example: If you have cubietruck and wheezy: linux-wheezy-root-cubietruck http://www.armbian.com/kernel/ What's missing are possible new packages: https://github.com/igorpecovnik/lib/blob/master/debootstrap.sh#L135-L141 and this https://github.com/igorpecovnik/lib/blob/master/debootstrap.sh#L143-L154 Some of them are mandatory, so do this install too.
  23. Strange. There should not be any difference, at least not in negative way. Try to change CPU governor: echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor Our default is interactive.
  24. I think the best / most simple way is to change to your custom kernel and install it over stock. Alter revision number to 9999 that it won't be overwritten with stock while apt-get update / upgrade. The purpose of "lib" tools are exactly that. This kernel module copy method usually doesn't work between different kernels.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines