Igor

  • Posts

    11879
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Igor reacted to BaronVonChickenPants in Cubieboard 1 - Image 4.2 - ax88179 support   
    Thank again Igor,
    http://mirror.igorpecovnik.com/test/linux-image-next-sunxi_4.3_armhf.debinstalled effortlessly, dpkg -i, reboot, done.
     
    Regards,
    Jordan.
  2. Like
    Igor reacted to drscheme in First run stuck with ssh key generation / Cubietruck RTC bug   
    I can confirm that this works for wheezy. The entire installation procedure succeeded on my cubietruck. Thank you!!
  3. Like
    Igor reacted to Yuri666 in Freezing problems with BPi-R1   
    I had same freezing problems with wireless clients.
    I changed hostapd and hostapd-cli to compilled from github: https://github.com/jenssegers/RTL8188-hostapd
    and freezing gone.
  4. Like
    Igor reacted to Nathanael Spriet in Raw serial device on Olimex A10 Lime   
    Hi !
     
    We finnaly find how to manage this.
    I tried to boot with sun5i-a10s-olinuxino-micro.dtb in place of sun4i-a10-olinuxion-lime.dtb , because uart2 was defined in that file, but that doesn't work. So I picked those part in sun5i :
    uart2@0 { allwinner,pins = "PC18", "PC19"; allwinner,function = "uart2"; allwinner,drive = <0x0>; allwinner,pull = <0x0>; linux,phandle = <0x24>; phandle = <0x24>; }; ... serial@01c28800 { compatible = "snps,dw-apb-uart"; reg = <0x1c28800 0x400>; interrupts = <0x3>; reg-shift = <0x2>; reg-io-width = <0x4>; clocks = <0x22 0x12>; status = "okay"; pinctrl-names = "default"; pinctrl-0 = <0x24>; }; and put it in sun4i with the correct modifications to match with the other definitions :
    uart2@0 { allwinner,pins = "PI18", "PI19"; allwinner,function = "uart2"; allwinner,drive = <0x0>; allwinner,pull = <0x0>; linux,phandle = <0x30>; phandle = <0x30>; }; ... serial@01c28800 { compatible = "snps,dw-apb-uart"; reg = <0x1c28800 0x400>; interrupts = <0x3>; reg-shift = <0x2>; reg-io-width = <0x4>; clocks = <0x28 0x12>; status = "okay"; pinctrl-names = "default"; pinctrl-0 = <0x30>; }; And it works fine !
     
    Thank you for your help on that problem,
    Nathanaël.
  5. Like
    Igor reacted to cibomato in Kernel update procedure has been changed   
    Yes, it solves the problem. Didn't expect it to be so easy ... 
    Thank you!!!
  6. Like
    Igor reacted to _NemO_ in Cubietrack & Debian kernel 4.1.6 hangs ?   
    Hmmm..., really. It works!
    PS: I have Li-Ion battery installed, so that's why NIC hangs on reset.
  7. Like
    Igor reacted to potz in BananaPi Pro Debian Wheezy Kernel 3.4.108 Wifi problem   
    Hi Igor! It works! I use the ap6210 driver.
    Last login: Mon Sep 7 22:04:05 2015 Load: 0.19, 0.22, 0.10 - Board: 42.7°C - Memory: 954Mb root@bananapi:~# iwconfig lo no wireless extensions. tunl0 no wireless extensions. wlan0 IEEE 802.11 ESSID:"xxxxxxxx" Mode:Managed Frequency:2.412 GHz Access Point: xx:vv:yy:zz:dd:vv Bit Rate=65 Mb/s Tx-Power:32 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off eth0 no wireless extensions. bond0 no wireless extensions. root@bananapi:~# uname -a Linux bananapi 3.4.108-banana #8 SMP PREEMPT Sun Sep 6 20:18:29 CEST 2015 armv7l GNU/Linux root@bananapi:~# root@bananapi:~# lsmod Module Size Used by bnep 14462 2 cpufreq_userspace 3524 0 ap6210 624553 0 a20_tp 3365 0 8021q 18593 0 garp 6072 1 8021q stp 2032 1 garp llc 5365 2 stp,garp sunxi_ir 4037 0 hidp 17640 0 rfcomm 58686 0 bt_gpio 2741 0 wifi_gpio 6375 1 bt_gpio hci_uart 25000 0 bluetooth 264185 12 bnep,hidp,hci_uart,rfcomm spidev 6366 0 root@bananapi:~# Now I have to test the Audio and LCD.
     
     
    Thanks!
    A.
  8. Like
    Igor reacted to Ireng in New Website Design   
    Congratulation Igor for your new website design and layout!
     
    You have done a very good and excellent job, it is very clearly arranged and very descriptive!
     
    Many others should have a look and make some correctionbs to their website, because many show a  very cumbersome design and are vey strange and difficult to mameuver!
     
    5 Thumbs UP!
     
    Regards, Ireng
  9. Like
    Igor reacted to runnerway in Kernel update procedure has been changed   
    It's strange because i didn't anything..Boh 
    By the way i fixed the problem using the .deb file. Thank you!
     
    But i still have the problem with only 1 CPU online. 
    Do you see 2 CPUs in "htop"?
     
    EDIT:
     
    Solved!
    apt-get install linux-u-boot-bananapi-next Before i was using "linux-u-boot-bananapi". Probably this was my fault. Maybe i did some mess some time ago..
    (But maybe this can be checked in the script too..) 
  10. Like
    Igor got a reaction from tkaiser in Pcduino 3   
    I am open for adding new boards ... but the biggest problem is to support boards I don't have around my desk.

    Here we have one fresh example  I (we) wasted a day and haven't got anywhere. If I had a board on my desk I would most likely quickly find out what's wrong. Now we are doing ping - pong. Try this, try that ... 
     
    Either read manual, learn and try to build your own or send me one such board (or talk to Linksprite to send me one). In this case I can add it to the list of officially supported.
  11. Like
    Igor reacted to joaofl in Cubietruck Ubuntu 14.04 crashes after 1-3 days   
    On your text:
     
     
    Thanks again.
  12. Like
    Igor reacted to September in How to build my own image or kernel?   
    Confirmed.
     
    After installing a clean ubuntu 14.04.3 LTS in a VM (left locale on en_US except keyboard) I was able to build the image w/o any modifications. The difference between the other 14.04 LTS images I have relies on the additional PPAs. Some of them are development or at least experimental.
     
    Typical case of PEBKAC, I would say.
     
    Sorry for the noise and thanks for the 'second' branch.
     
    Good luck,
    ~September~
  13. Like
    Igor reacted to bexizuo in tmpfs on jessie bananaPi   
    Hi all,
     
    i was installing Igor's images with jessie,
    they are good, but i had issue that /tmp was not mounted on tmpfs ,
     
    so if somebody interested... here is my solution:
    in file /etc/default/tmpfs
    lowering a little bit TMP_SIZE
    uncommented yes: RAMTMP=yes
    and then: systemctl enable tmp.mount
    and reboot
     
     
     
    Kind regards,
     
  14. Like
    Igor got a reaction from joaofl in Cubietruck Ubuntu 14.04 crashes after 1-3 days   
    Just upgrade the u-boot. I assume you already add my repository? (howto: http://forum.armbian.com/index.php/topic/211-kernel-update-procedure-has-been-changed/)
    apt-get install linux-u-boot-cubietruck reboot I think this is all you need to do and you should be fine.
  15. Like
    Igor got a reaction from joaofl in Allwinner H3 / Orange Pi Plus   
    What do we have?

    Serial connection:
     

     
    Hardware schematics:
    orangepi-plus-h3-v1_1.pdf
     
    Wireless: Realtek RTL 8189 ETV
     
    Allwinner introduced new way of storing board definitions (also on A23 and A80) so it's a bit different than on A20 boards.
    H3_Manual_build_howto
     
    Kernel building with Allwinner SDK is terrible and was not able to build it. I must admit I haven't invest much time and energy yet.
  16. Like
    Igor reacted to bellad in olimex a10 > sata   
    i've find ( I think I know why )
    before : image on the sd card , i change ( ip interface , keyboard , time ..... for the France ) and after i start ./nand-sata-install
     
    now : new image on the sd card , i start nand-sata-install and after i change ( ip interface , keyboard , time ..... for the France )
     
    is gooood
     
    can be as chance
    thank you
  17. Like
    Igor reacted to Marv21 in [FUN] Igor is working in the future right now ;)   
    .

  18. Like
    Igor reacted to ae2 in Hummingboard i2eX + Ubuntu trusty boot time   
    The problem has been fixed. I forgot about the Ubuntu timeouts when no networks are available. I've reduced them and the system boots in 20-30 seconds.
     
    -Asa
  19. Like
    Igor reacted to tkaiser in Enable LED blinking for Cubietruck kernel 4.1.2   
    Not in any case. You could also do some redirect/filter magic and let the output of a specific command lead to different triggers that modify blink frequency based on load or something like that.
     
    On page 4 of this thread there are many examples using iostat (one line in /etc/rc.local). Also the BananaLEDd project that has been started in the aforementioned thread should be usable starting with v1.2 on Cubietruck using the LED=cubietruck:orange:usr syntax.
     
    A simple daemon approach would be something like this (saved as eg. /usr/local/bin/diskblink.sh and started from within /etc/rc.local):
    #!/bin/bash export PATH=/usr/local/bin:/usr/bin:/bin MyLed="/sys/class/leds/green:ph24:led1" PartitionUUID=a7747356-feed-432a-81a3-7caea67c8cb8 PartitionDevice=$(ls -l /dev/disk/by-uuid/${PartitionUUID} | awk -F"/" '{print $7}') echo timer >${MyLed}/trigger while true ; do PartitionUseage=$(df -k | awk -F" " "/\/dev\/${PartitionDevice}/ {print \$5}" | tr -d '%') echo ${PartitionUseage} >${MyLed}/delay_on     echo $(( ( 100 - ${PartitionUseage} ) * 100 )) >${MyLed}/delay_off # echo $(( 10000 - ${PartitionUseage} * ${PartitionUseage} ))  >${MyLed}/delay_off sleep 10 done   Since LED blinking is rather annoying I would also adjust brightness in the loop by something like this (value is in the range 0-255, with the following formula you get 2 with 10%, 62 with 50%, 202 with 90% and 245 with 99% -- so you will notice the LED only when it gets critical):    echo $(( ${PartitionUseage} * ${PartitionUseage} / 40 )) >${MyLed}/brightness You've to define $MyLed and of course $PartitionUUID (lookup with blkid). The script uses the timer trigger and adjust on/off cycles based on df's percentage output for the partition in question.
     
    @Igor: Request for enhancement: please add BananaLEDd to /usr/local/bin for the A20 boards and ship with a disabled config for all supported boards :-)
  20. Like
    Igor reacted to nsteinmetz in 4.1.6-cubietruck-next.tar do not be prepared?   
    Ok, thanks.
     
    For the record, it leads to removing also :
    Removing apt-transport-https (1.0.9.8) ... Removing cmake (3.0.2-1) ... Removing curl (7.38.0-4+deb8u2) ... Removing mailutils (1:2.99.98-2) ... Removing git (1:2.1.4-2.1) ... Removing libcurl3:armhf (7.38.0-4+deb8u2) ... Removing libcurl3-gnutls:armhf (7.38.0-4+deb8u2) ... Removing libldap-2.4-2:armhf (2.4.40+dfsg-1) ... Removing linux-dtb-4.1.2-cubietruck (4.0) ... Removing linux-jessie-root-cubietruck (4.2) ... Which I reinstalled later as they are not installed with new packages.
     
    A reboot later and it seems it works as expected and seems some error I had on boot time are also fixed
    uname -a Linux or-azur 4.1.6-sunxi #22 SMP Tue Aug 25 17:54:51 CEST 2015 armv7l GNU/Linux Have a nice day.
  21. Like
    Igor reacted to Pasco35 in Install a new Kernel to Lime2 with old cmd lines (3.4.108 please ?)   
    Hi, i wait few day yes, thank you very much :-))))))
  22. Like
    Igor reacted to badrianiulian in Freezing problems with BPi-R1   
    Disabling these might be a problem with my wi-fi clients so I think for now I'll just add a cron job to restart hostapd service at least once a week (maybe it gets clogged with events)
    I'll test and come back (after the vacation)
  23. Like
    Igor reacted to robert.w in USB reset at Olinuxino micro   
    Hello
    i am working at project with olinuxino micro and USB 3G modem.
     
    From my experience i sometimes i need hard reset modem (turn off,turn on from USB connectro)
     i see that power is controlled by USB1-DRV (PH6) and USB2-DRV (PH3)
     
    I try to manually set this pins (PH6 and PH3) to LOW and after some time HIGH level to turn off and on power on USB connectors but this pins i see isn't configured as normal GPIO pins.
    so i have error in pyA20 - that this pins aren't GPIO.
    I ma a hardware guy so i have only a little experience in programming
     
    Can anybody help me with this ?
     
    Best Regards
    Robert
     
     
    // edit
    for others :
     
    i just find on cubieboard forum
     
    http://www.cubieforums.com/index.php?topic=3753.0
     
    it working also for my board .
  24. Like
    Igor reacted to Narkozzz in FYI: Armbian running on A31s based Banana Pi M2   
    Did all the way and finally got debian working thanks to community and Igor in person. I will post complete instructions later that day. Hope one day video chip acceleration will be supported and we will get a chance to use GUI Linux without issues.
     
     
    P.S. Out of SD-cards right now, sorry, will post manual later
  25. Like
    Igor reacted to Ireng in No Display at boot time   
    UBUNTU Image: flawless boot including WORKING Display!
     
    Many, many thanks for your help!
    regards, hitam4450