Jump to content

Igor

Administrators
  • Posts

    13622
  • Joined

  • Last visited

Everything posted by Igor

  1. Those drivers are buggy ... try setting up without WPA and make sure you use this config for interfaces: https://github.com/igorpecovnik/lib/blob/master/config/interfaces.hostapd Bridge mode is default, so your clients gets an IP from your router.
  2. cd /usr/src/linux-headers-4.3.3-sunxi make scripts Than repeat the compilation.
  3. I guess we have a solution: https://github.com/igorpecovnik/lib/pull/136 Come with next update.
  4. Can you boot recent uboot now ? Yes, Boris is mainly working on this.
  5. https://github.com/igorpecovnik/lib/blob/master/scripts/nand-sata-install/usr/lib/nand-sata-install/nand-sata-install.sh Check the script. What you are trying to accomplish is more complex than understanding this. I can answer to any "why" from the script but I can't tell you how to boot vanilla kernel with help from NAND. If I had that answer it would already be in the script.
  6. Such little heated discussion are usually most productive QCA9880 can be found in many routers so I guess it should be o.k. but it's expensive - around 60 EUR shipped and I need to triple check if it's really worthy and if I need an extra card for 2.4G. I think I do. That's also what brought my attention. Typical home / small office setup has fiber nowadays, I use fiber converter ... Could be one box and two cables less because of that.
  7. Not sure. Also possible that you just put a properly prepared u-boot.img to the first FAT partition on the NAND ... I haven't research this topic much
  8. I also encounter this problem today. Trusty only. I think i add a hack to fix this once ... creating resolv.conf with 8.8.8.8 Edit: https://github.com/igorpecovnik/lib/blob/master/boards.sh#L161-L163 Putting this to both debootstraps should solve the issue. Fixed: https://github.com/igorpecovnik/lib/commit/fae68084c0269a5739af0480695c2fdeb28e297d
  9. "up to" The problem is u-boot which is required to properly load mainline kernel. When you achieve that it loads from NAND, than you can do whatever.
  10. Ahaa, I see where is the problem now. Because of this "hack" ... which works for legacy kernel but not for 4.2 ... https://github.com/UDOOboard/uboot-imx/commit/68849f96afa56d5a4cfcdd918bafebc552958d3a if you boot without HDMI ... what happened ? quick solution: copy or link imx6q-udoo.dtb to imx6q-udoo-hdmi.dtb
  11. Kernel 4.x does not support NAND ... but in theory it could be possible to load recent u-boot even it does not have NAND support. Recent uboot support booting directly from SATA. It might work but since I haven't try this, I can't tell you how.
  12. I always power it via power cable - it's the best way. If you see Allwinner logo than you got Android installed on NAND. Try boot it. If that one is not working, than something must be wrong with the board.
  13. Manuals were updated just few days ago. I hope it's clear enough.
  14. OK. If you tried both options, than the the problem could be in wifi driver. This chipset is know to be troublesome ... I have no information which driver is working well in kernel 4.3.3 ... I assume you use the driver supplied with kernel. Blacklist the one from kernel and try those two: https://github.com/dz0ny/rt8192cu https://github.com/pvaret/rtl8192cu-fixes
  15. Your kernel is not compiling properly. That's all I can tell from this boot log. Check debug log in output/debug or put it to pastebin.com that I can see more info.
  16. Right. We already done a lot on the software side but there are HW limitation which are hard to overcome. It would be glad to see a V2.0 of this product. It's hard to say where is the barrier you are talking about. This solid-run board is on the edge I guess.
  17. Check this thread for solution. http://forum.armbian.com/index.php/topic/550-system-time-always-wrong-after-boot-after-upgrade-from-47-to-481/ &Happy new one to you too
  18. I am getting this one in few days. The PRO version is not in the price range of R1 but the normal / LITE could be (there is no price yet). If you consider than you get much more and I predict less troubles, than the price diff perish even compared to PRO. I don't want to judge anything before booting the beast, but it looks very well designed and right for the job. This device should be able to replace your router and NAS, while R1 doesn't come close to low end / average router and NAS capabilities. Any recommendation for AC mPCI card that works well in Linux 3.18 - 4.4 (AP mode)?
  19. It works now. https://github.com/igorpecovnik/lib/commit/023a1bb13ad14f8ebdbb4f4469fe335865123340
  20. This is the only image so far - M2 and this Orange share the same one. They are based on mainline kernel since legacy kernel is in very bad shape. Mainline kernel uses *.dtb and not script.bin files for hardware configuration. What you are looking for does not exists, not for this board. I tested the images and they are 100% working - there are also few people that reported that they are using in. You should be able to login in about one minute but than it will restart once and you will need to login and you will be forced to change default root / 1234 credentials. Check / exchange SD card. Make sure you set switch to boot from SD instead of NAND. You probably have Android on NAND as I do.
  21. @wildcat_paris Everything looks ok except B53 fell out of default sunxi-dev.config ...
  22. Where are you compiling this? On what host? Have you read manuals? Reboot if you get such problems, remove cached files and run again. Compilation is working on Ubuntu Trusty (checked this moment), elsewhere you need to install proper compiler.
  23. http://www.armbian.com/documentation/ How to set wireless access point?
  24. It's one way but is not working in a situation when that /dev/sda is not root. Perhaps to check which partition is the biggest and monitor that one. It's also not the best case but I guess it covers more scenarios.
  25. Have you try to use a normal hostapd ? (non realtek version) You don't need to compile kernel if you are asking that ...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines