Jump to content

Igor

Administrators
  • Posts

    13868
  • Joined

  • Last visited

Everything posted by Igor

  1. Hello, This feature fell out in last moment but will become available in one of the next updates via apt-get update / upgrade method. Added to bug / limitation section.
  2. Check my experiments with musb driver (module sunxi) but on A20. This is host mode, Banana PI. http://pastebin.com/abyijkm7
  3. Use the branch "master", will be default in a matter of days but now you need to: 1. Edit compile.sh and change: from: git clone --depth 1 https://github.com/igorpecovnik/lib '>https://github.com/igorpecovnik/lib to: git clone --depth 1 https://github.com/igorpecovnik/lib -b master 2. Remove lib and everything else too since sources are organized differently 3. Run compile.sh again. Edit: we were working about a month strait to fix things and bring script to next level. There are many changes, documentation is on the way ...
  4. Thanks for update. Have you load an module ? "sunxi" Android kernel is buggy and has other limitations
  5. sunxi-default used to be for a former kernel source, when we I build only for A20 ... https://github.com/dan-and/linux-sunxi boot-next.cmd is depricated too. Removing. Edit: headers and make scripts is working properly now? Under sunxi-next?
  6. Sure, let's postpone this part a bit since I suspect it will bring many new exceptions. Not all boot loaders are capable of this kind of scripting without fixing them first. Is audio operational in 4.3.3 on all audio capable boards by default or extra work needs to be done? I'll fix the "build_all" part.
  7. It could be possible to add it to 3.4 too I guess. But let's leave this for "once". I left behind boot script mod because this area is a mess. I'll be happy to see one general boot script for all boards but it's not possible without u-boot fixing: cubox, udoo, neo, guitar, odroid, ... they are all (very) different. Let's focus on bug fixing into two major tasks: to build images with default settings and to build a kernel for all builds in a batch. I promise update "this year"
  8. Our sources are completely changed in this part, take a look at this patch: https://github.com/igorpecovnik/lib/blob/second/patch/kernel/dev-i2s-spdif.patch
  9. That image is a normal X86 virtual image with, I assume, the same package base. I don't see much point in dealing with that ... but If you need that, install a base X86 Debian / Ubuntu system and https://github.com/igorpecovnik/lib/blob/second/deboostrap.sh#L138-L143 ... and you are close to Armbian. Special things are anyway very much hardware related, which aren't emulated. BTW: Next build script release brings some important upgrades in user configuration: - user patches for sources - user kernel configs - adding packages per distribution ... All without touching the base script.
  10. Configs fixed https://github.com/igorpecovnik/lib/commit/65bb88cb3394ca914e0dcf39dd8692a84e505b67 What about sunxi legacy? I am going to fix firstrun / resize2fs next ...
  11. I guess there was something wrong with my previous build. This is working fine with me so we have first official Armbian build: http://www.armbian.com/odroid-xu4/ Thank you for assistance.
  12. I made just a quick look, perhaps the problem is only broken file system within image. On a serial console where I also monitored a kernel output ... I am more or less out for today, so fixing probably comes tomorrow.
  13. OK, I'll try it. EDIT: I found two problems U-boot seeks for: sun6i-a31s-bananapi-m2.dtb but we have sun6i-a31s-sinovoip-bpi-m2.dtb Filesystem was corrupted for no reason. Have to check build process.
  14. Upps, I was too quick on posting this. That image is with a boot loader for normal Banana with A20 but the kernel which is inside is the correct one. Use the image from download section (that one works!) and install a kernel and DTB pack from test/h3 directory. This is not from mainline but from other sources so I am not sure OTG is already in but worth trying. I'll compile from mainline later when got back in office and put to /test dir. In any case use image from download section and change kernel(s). EDIT: Use this kernel upgrade. You can install all debs since there is a u-boot for M2 too. http://mirror.igorpecovnik.com/test/m2-debs.zip
  15. OTG was just introduced to 4.4 RC5 ... I just read about and was doing some tests but in host mode and on A20. No idea if this is operational within A31s / M2 too and how is with OTG mode. If you want to try it, check my last kernel build: http://mirror.igorpecovnik.com/test/Armbian_5.00_Bananapi_Debian_jessie_4.4.0-rc5.zip [tested] http://mirror.igorpecovnik.com/test/h3/ [not tested yet] OTG mode is default, for host you need to alter DTB.
  16. Manual way should not be a problem. Let me just point out that we use first boot scripts which logic is to expand last partition to the size of SD card. In your case you don't want that ... remove /etc/init.d/firstrun and /etc/init.d/resize2fs from rootfs. Than copy rootfs partition anywhere, /boot is going to other partition and adjust boot script + fstab. Second. U-boot package is installing to the SD card itself when updating. So make sure to remove my u-boot package if you are planning to use your own. I think that's all.
  17. Forum needs upgrades in more ways, I know. Thank you for suggestions. I read and will read again, than I'll take some actions. In the mean time, if you want to play with anything, you are welcome. Logo is free of any copyright bull* so do the font which is used. Perhaps there is a need for some fine tuning but I am not a graphics designer logo_and_font.zip
  18. --- a/arch/arm/boot/dts/sun7i-a20-bananapi.dts +++ b/arch/arm/boot/dts/sun7i-a20-bananapi.dts @@ -269,7 +269,7 @@ }; &usb_otg { - dr_mode = "otg"; + dr_mode = "host"; status = "okay"; }; That image was deliberately compiled with OTG in host mode You need to alter Bananapi DTB ... Simply use the one from BananaPRO and it should work since OTG mode is default.
  19. While waiting for my cable to arrive ... http://mirror.igorpecovnik.com/test/Armbian_5.00_Odroid_Debian_wheezy_3.10.93.zip this is the image which should by the theory work but it doesn't.
  20. Hmm. The only change is this: https://github.com/igorpecovnik/lib/blob/master/desktop.sh#L100 If you changed anything to lib it's not updating. No ideas at this time of the day
  21. Are you using branch master? You need to alter compile.sh to get proper script. Poslano z mojega MI 2S z uporabo Tapatalk
  22. Finding your own mistakes is sometimes hard. Thank you! Edit: It's working now @branch master
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines