Jump to content

peter12

Members
  • Posts

    106
  • Joined

  • Last visited

Everything posted by peter12

  1. I thought you could provide this pro help for customers who are willing to pay for it
  2. I agree. By the way, I have one idea - I would like to pay some money for making life easier (e.g. like this my scenario, when I have more OPis and need to burn images from one pc at once/or from several SD cards but with higher speed). Probably you could have support service (charged of course) for these scenarios
  3. I am really interested in this - DD or eMMC - some step by step tutorial would be cool. I am trying to find something on google (for now I found this http://forum.banana-pi.org/t/how-to-use-dd-command-burn-image-to-emmc-and-boot-from-emmc/874).
  4. I made tests with Orange Pi 2+ to install Armbian to eMMC. But I have no idea why it takes 30 minutes to install. I assume write speed of eMMC to be 5MB/s (ok maybe it is even faster) and Armbian on SD card is about 2.1GB, so it should take ~7 minutes to copy files, plus some more minutes to finish final touches, let's say 15 minutes together. But why it takes more than 30 minutes? Is there any possibility how to reduce this time? P.S. When I am burning armbian img to SD card, in 5 minutes I am ready to go and boot the system.
  5. yes, it seems board works. thank you! I thought it is an error
  6. I found https://seravo.fi/2014/create-wireless-access-point-hostapd and https://www.cberner.com/2013/02/03/using-hostapd-on-ubuntu-to-create-a-wifi-access-point/ and now AP works for me. And with some changes I am able to switch to client, too. So this is solved for me for now. But then I wanted to check if camera works and I found out in mainline there are no drivers> sudo modprobe gc2035 sudo modprobe vfe_v4l2 sudo modprobe v4l2loopback which Armbian version has these drivers please? Now, when wifi is working for me, I want to try another version of armbian with these drivers for my camera.
  7. Could you please post me short sample for this? My idea is to use command line to switch between NetworkManager as client mode and Hostapd as AP mode. Or does exist any tutorial for this combination please? I googled it but I found just hostapd code but not combination. Or maybe if it is easier to use just hostapd for client as well as AP. I want to have AP just for cases, when something went wrong to be able to log in via AP. Many thanks for your help
  8. Hi, so I tried Opi0 plus2 h3_Debian_stretch_next_4.14.78 and with nmcli I am able to connect as a client. But when I use nmcli to create AP, then I am getting "Error: Connection activation failed." (AP is visilbe for a while but I am not able to connect to it and then it fails with "Error: Connection activation failed.").
  9. Hello, I currently installed Opi0 plus2 h3_Debian_stretch_next_4.14.78 but when I boot up my device, red led blinks 2times then pause and repeating again. What does it mean? I have never seen this blinking red led behaviour in previous Armbian releases.
  10. thanks, I found something like this: echo 'options dhd op_mode=2' >/etc/modprobe.d/ap6212.conf rmmod dhd && modprobe dhd but will I be able to switch to client mode anytime? Or another special treatment is needed for this? What I want to achieve is that normally wifi will be used in client mode, but from time to time I want to be able to switch it to AP mode (ideally with nmcli as I showed on the start of thread ) UPDATE: I did: echo 'options dhd op_mode=2' | sudo tee --append /etc/modprobe.d/ap6212.conf sudo rmmod dhd sudo modprobe dhd then: nmcli c add type wifi ifname wlan0 con-name connection-name autoconnect no ssid hotspotssid nmcli connection modify connection-name 802-11-wireless.mode ap 802-11-wireless.band bg ipv4.method shared nmcli connection modify connection-name wifi-sec.key-mgmt wpa-psk nmcli connection modify connection-name wifi-sec.psk "lepassword" nmcli connection up connection-name but access point did not start to work.
  11. sorry for stupid question, but how to load it please?
  12. Hello, on older Orange Pi zero I used nmcli for creating access point or connecting as a client to wifi. Now I am running Linux orangepizeroplus2 3.4.113-sun8i #4 SMP PREEMPT Wed Nov 22 13:45:28 CET 2017 armv7l on Orange Pi Zero plus2 h3 but I am not able to create access point with this (it does not work as on older OpiZero, I am using the same commands): nmcli c add type wifi ifname wlan0 con-name connection-name autoconnect no ssid hotspotssid nmcli connection modify connection-name 802-11-wireless.mode ap 802-11-wireless.band bg ipv4.method shared nmcli connection modify connection-name wifi-sec.key-mgmt wpa-psk nmcli connection modify connection-name +ipv4.addresses 192.168.2.1/24 nmcli connection modify connection-name wifi-sec.psk "lepassword" nmcli connection up connection-name It writes me that "Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)" but I am not able to broadcast access point from other devices (android, pc, etc.). nmcli d shows: DEVICE TYPE STATE CONNECTION wlan0 wifi connected connection-name What am I doing wrong please? P.S. when I want to connect to home wifi network as a client with "sudo nmcli device wifi connect myssid password pass" it works.
  13. I think it is much easier to just execute one liner than go through many steps in GUI.
  14. what a pity. But thanks for reply anyway. Maybe later I will try to understand commands used in nand-sata-install script and potentially convert it to command line feature. This would be a nice feature for future.
  15. Hello, please, is it possible (if yes, how or what are available parameters) to run nand-sata-install from command line "one liner" - I mean without going to programm GUI? I would like to just run one command with predefined command line parameters and it should automatically copy microsd to emmc storage. Many thanks
  16. Hello, please how can I detect if OS runs from microSD or from on board emmc? Anything like python, sh or command line command would be helpful. Many thanks.
  17. Yes, I wanted to save time and burn boards in parallel. But it seems that I should burn e.g. 5 microsd cards and initiate nand-sata-install from them. If anybody knows easier and quickern way of doing it, please let me know. (I thought it will be so ease such as when I was burning many sd cards from one img file - I was able to get full system ready under 4 minutes. Seems this way and time save is not possible when emmc is used. )
  18. My perfect! thank you! I really needed to know this because I have never done it before so I worried that I stuck with some unbootable device after this. (so this were answers for 1. and 2.) My third question - I am going to describe it. Normally I download armbian file from armbian.com website (it is *.img file) and burn it on sd card and then I can boot device from this card. I preinstalled some software to armbian and I made my own .img file (from which I can burn sd cards). Now I would like to burn not sd card, but ideally boot from sd card and after that I want to burn this *.img image do emmc (so simply not burn the content of sd card but content of img file directly to emmc storage). Is this possible somehow? (it saves me time when I will burn system to emmc on many boards)
  19. anybody to answer my questions please?
  20. Hi thanks, I did. But there is no information about my questions (read-only vs read-write, or *.img burning to emmc).
  21. Hello, please, 1. how does nand-sata-install work in case my Armbian on microSD card is read-only mode? 2. Will nand-sata-install copy whole card to emmc or do I need to have read-write system on microSD card before I execute command? (I mean if it copy my OS from card properly and it will be also in read-only mode on emmc) 3. And I am I able somehow to write system to emmc from *.img file stored on sd card? Many thanks
  22. yes, green pcb is needed for working cam properly.
  23. Hi friends, one question - this camera works with Orange Pi zero2Plus for me (mostly). But do I need to use always the green PCB with camera, or can I directly plug in the small black camera with its brown ribbon to Orange Pi? Should it work without green PCB or not? Many thanks.
  24. thanks, but I think it is for H2 board and especially 1.4 version. Is it the same valid for H3? I don't think so because I have H2, H2 1.4 and H3. Sometimes it is even not the same for all 1.4 pieces.
  25. Yes, I have H3 board. I checked Q5 and it is there. By the way with ARMBIAN 5.35 user-built Debian GNU/Linux 8 (jessie) 3.4.113-sun8i is temperature much lower on H3.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines