Jump to content

Search the Community

Showing results for tags 'other'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. Perier

    FEL eMMC

    Hi people, I need your help, I have been struggling to make this method work (https://github.com/zador-blood-stained/fel-mass-storage or https://github.com/ThomasKaiser/sunxi-armbian-flasher-osx) on the A20 processor for several days, but nothing works, I use Einstein-A20 (https://mega.nz/#F!ZtwxCCJC!AIYHcTqz-ucjuzKnE9qD7A?5xZ3iT4J) and enter the FEL mode using the special button UBOOT_SELECT. I made my own support for this board for uboot (_defconfig, .dts) and compiled u-boot-sunxi-with-spl.bin (Scroll down). script.bin took from cubietruck. That is, I use the h3 folder, only: zImage, uInitrd, boot.scr Сonnect the board in FEL mode to a virtual machine on VMvare Worstation 12.5.9. Ubuntu Bionic (armbian build system). j @ ubuntu: ~ / fel-mass-storage $ sudo ./start.sh [sudo] password for j: Connect device in FEL mode and press <Enter> 100% [=============================================== =] 4575 kB, 545.8 kB / s 100% [=============================================== =] 47 kB, 478.2 kB / s 100% [=============================================== =] 2230 kB, 548.6 kB / s 100% [=============================================== =] 0 kB, 15.3 kB / s U-boot log: After that, in Windows 10, a device appears with an error in getting the descriptor (USB\VID_0000&PID_0002\5&330350CB&0&5). I have already reread all the topics on the forum related to uploading an image to eMMC, but as a rule, they are addressed to the H3 board. The goal I’m following is to download a previously compiled armbian image to eMMc. With the preliminary partitioning of the file system using LUKS. Perhaps there are some other ways to work with eMMC (without preloading and subsequent transfer from sd card)? Please check files on my Git: https://github.com/evgenyhawk/einstein-a20
  2. Hi All The "real time" kernel patches are included in Igor's Armbian build tools, but are disabled by default. Enabling them are simple. (Thanks Igor) Build "real time" kernel images by doing the following: refer to https://github.com/igorpecovnik/lib Execution apt-get -y install git git clone https://github.com/igorpecovnik/lib--depth 1 cp lib/compile.sh . mv ./lib/patch/kernel/sun7i-default/0014-patch-3.4.108-rt136.patch.disabled ./lib/patch/kernel/sun7i-default/0014-patch-3.4.108-rt136.patch ./compile.sh Press "Enter" to continue Confirm you are running a RT kernel by checking "uname -a" output for PREEMPT e.g Further reading Benchmark with tar xvfz rt-tests-1.0.tar.gz cd rt-tests make sudo ./cyclictest -p 80 -t5 -n Your feedback on tests are welcomed Enjoy
  3. Nice to see adafruit recommending armbian in his projects: https://learn.adafruit.com/circuitpython-on-orangepi-linux/initial-setup
  4. device: orange pi (any type) os: any orange pi desktop os should be fine reward: $400-900 paypal if swf runs in standalone (must show video proof) I am having issues installing deb package crutziplayer I need it to atleast run on one of the orange pi models, it installs and runs fine but the tough part is getting it to work with a flash plugin libpepflashplayer.so to run an swf, crutziplayer is open source python you can read through the code if you install it, they say its made for Linux mint/Ubuntu maybe not arm architecture but it installs/runs fine on orange pi just the plugin part is the problem. I am not looking for half finished gnash/spark players, I have swf running on chromium for orange pi's but I don't want it from browser, just standalone. Thanks. about crutziplayer: It executes the flash plugin, but uses xcomposite, xfixes and cairo to scale the output from native swf resolution to fullscreen. It's only been tested on Ubuntu 12.04
  5. [ 1327.109430] Bluetooth: hci0 command 0x2005 tx timeout [ 1329.113391] Bluetooth: hci0 command 0x200b tx timeout [ 1331.117400] Bluetooth: hci0 command 0x200c tx timeout [ 1418.207334] Bluetooth: hci0: Frame reassembly failed (-84) [ 1418.207393] Bluetooth: hci0: Frame reassembly failed (-84) [ 1418.207444] Bluetooth: hci0: Frame reassembly failed (-84) [ 1418.207495] Bluetooth: hci0: Frame reassembly failed (-84) [ 1418.207581] Bluetooth: hci0: Frame reassembly failed (-84)
  6. Hi There! I noticed the EOS for the OrangePi+ and that the OrangePi+ 2 is still supported. Since boards are almost identical, why leave the OrangePi+? And on top of that: when I download the current version, the downloads are the same for both boards.... Or am I missing something?
  7. Hi I have added some drivers in the kernel source code in the cache folder and I am not sure how to rebuild the kernel with the new changes. I am trying to rebuild the mainline kernel. Using compile.sh overwrites the changes with default files. I have changed the following configurations in my config file. KERNEL_ONLY="no" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt 3 KERNEL_CONFIGURE="no" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt 4 CLEAN_LEVEL="" # comma-separated list of clean targets: "make" = make clean for selec 5 # "debs" = delete packages in "./output/debs" for current branch and family, 6 # "alldebs" = delete all packages in "./output/debs", "images" = delete "./output/imag 7 # "cache" = delete "./output/cache", "sources" = delete "./sources" 8 # "oldcache" = remove old cached rootfs except for the newest 8 files 9 10 DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-8 11 12 # advanced 13 KERNEL_KEEP_CONFIG="yes" # do not overwrite kernel config before compilation 14 EXTERNAL="yes" # build and install extra applications and drivers 15 EXTERNAL_NEW="prebuilt" # compile and install or install prebuilt additional packages 16 CREATE_PATCHES="no" # wait that you make changes to uboot and kernel source and creates patches 17 BUILD_ALL="no" # cycle through available boards and make images or kernel/u-boot packages. 18 # set KERNEL_ONLY to "yes" or "no" to build all packages/all images 19 20 BSPFREEZE="" # freeze armbian packages (u-boot, kernel, dtb) 21 INSTALL_HEADERS="" # install kernel headers package 22 LIB_TAG="master" # change to "branchname" to use any branch currently available. 23 CARD_DEVICE="" # device name /dev/sdx of your SD card to burn directly to the card when done I have removed clean so as to make it an incremental build. I am trying to build these changes in tree to test some quick changes.
  8. Hi, With armbian-config i have installed the system into a pendrive (still boots from emmc). I want go back to full emmc system without formating emmc or reinstalling. Any ideas? Sorry for my english
  9. I have been using Armbian with orange pi for a while now, PC+, Zero+ 2 and other H3 models, recently with Armbian 5.59 (also tried 5.62) I have been encountering an issue where WiFi is not properly working, I add WiFi credentials to "/etc/network/interfaces", then reboot, the WiFi is up for a few seconds after booting and DHCP server assigns an IP to the board, then WiFi just goes down again, this is the log on serial interface: Oct 4 18:09:44 localhost wpa_supplicant[1213]: Delete '/run/wpa_supplicant/wlan 0' manually if it is not used anymore Oct 4 18:09:44 localhost wpa_supplicant[1213]: Failed to initialize control int erface '/run/wpa_supplicant'.#012You may have another wpa_supplicant process alr eady running or the file was#012left by an unclean termination of wpa_supplicant in which case you will need#012to manually remove this file before starting wpa _supplicant again. Oct 4 18:09:45 localhost wpa_supplicant[1213]: nl80211: deinit ifname=wlan0 dis abled_11b_rates=0 Oct 4 18:09:45 localhost NetworkManager[762]: <error> [1538676585.1545] sup-ifa ce[0x265a78,wlan0]: error adding interface: wpa_supplicant couldn't grab this in terface. Oct 4 18:09:45 localhost NetworkManager[762]: <info> [1538676585.1548] device (wlan0): supplicant interface state: starting -> down Oct 4 18:09:55 localhost NetworkManager[762]: <warn> [1538676595.7644] device (wlan0): re-acquiring supplicant interface (#5). Oct 4 18:09:55 localhost wpa_supplicant[1213]: nl80211: Could not re-add multic ast membership for vendor events: -2 (No such file or directory) Oct 4 18:09:55 localhost wpa_supplicant[1213]: ctrl_iface exists and seems to b e in use - cannot override it
  10. Hi there, Is there a way to make an automatic switch between AV and HDMI when HDMI connector is connected/disconnected? ie By default AV composite signal is ON, if HDMI is detected while booting, then video and sound are output to HDMI instead of AV/L/R output. I read that if both TV out and HDMI are enable at the same time it can result in artifacts on HDMI and for that reason TV was disabled by default. So is there a way to detect if HDMI is plugged in, and if so disable TV out. I would say it needs 2 .bin files with each config, but how to detect if HDMI is present before loading .bin and load the right .bin according to situation? Also is it possible to rotate display by 90 or 180° ? Would it be possible to have : - by default AV with 180° rotation - if HDMI detected then HDMI without rotation? Thanks! (for H2+/H3 board)
  11. I've tried various methods. None work. What are the recommended Armbian ways to a) enable IPv6 temporary addresses b) disable IPv6 Thank you.
  12. Hi, after upgrade to next kernel: my rtc-i2c stopped working. Here is the result for "Linux ... 3.4.113-sun8i #18 SMP PREEMPT Wed Jan 24 22:10:49 CET 2018 armv7l GNU/Linux" [ 6.008219] rtc-ds1307 0-0068: rtc core: registered ds1307 as rtc1 [ 6.008241] rtc-ds1307 0-0068: 56 bytes nvram [ 6.008277] i2c i2c-0: new_device: Instantiated device ds1307 at 0x68 Here is for "Linux ... 4.14.18-sunxi #24 SMP Fri Feb 9 16:24:32 CET 2018 armv7l GNU/Linux" [ 6376.740796] i2c i2c-0: new_device: Instantiated device ds3232 at 0x68 and nothing else (btw the same is for ds1307). Device rtc1 is not registered. Can anybody suggest how to force device /dev/rtc1 to be registered?
  13. Hi everyone viewing this post, here is the situation. I think I have configured my hostapd correctly, but I cannot find the ssid(I haven't hidden it), and I cannot even join mannualy. there is no fatal error in the log so I don't know what to do. PLEASE HELP. THANK ALL OF YOU VERY MUCH. -----here is the log----- -----here is /etc/hostapd.conf----- # # armbian hostapd configuration example # # nl80211 mode # ssid=ARMBIAN interface=wlan0 hw_mode=g channel=9 #bridge=br0 driver=nl80211 ignore_broadcast_ssid=0 # 是否广播,0 广播 logger_syslog=0 logger_syslog_level=0 wmm_enabled=1 wpa=2 preamble=1 wpa_psk=66eb31d2b48d19ba216f2e50c6831ee11be98e2fa3a8075e30b866f4a5ccda27 wpa_passphrase=12345678 wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP auth_algs=1 macaddr_acl=0 noscan=1 ## IEEE 802.11n ieee80211n=1 ht_capab=[DSSS_CK-40][HT20+] country_code=CH ieee80211d=1 ## IEEE 802.11n ### IEEE 802.11a #hw_mode=a ### IEEE 802.11a ### IEEE 802.11ac #ieee80211ac=1 #vht_capab=[MAX-MPDU-11454][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-A-MPDU-LEN-EXP3] #vht_oper_chwidth=1 #vht_oper_centr_freq_seg0_idx=42 ### IEEE 802.11ac # controlling enabled ctrl_interface=/var/run/hostapd ctrl_interface_group=0
  14. It appears that btrfs root images built with ROOTFS_TYPE=btrfs are currently broken. E.g., attempting to boot with a btrfs root: Starting kernel ... Loading, please wait... starting version 232 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems done. Begin: Will now check root file system ... fsck from util-linux 2.29.2 done. mount: Invalid argument done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... mount: No such file or directory mount: invalid option -- done. mount: No such file or directory run-init: current directory on the same filesystem as the root: error 0 Target filesystem doesn't have requested /sbin/init. run-init: current directory on the same filesystem as the root: error 0 run-init: current directory on the same filesystem as the root: error 0 run-init: current directory on the same filesystem as the root: error 0 run-init: current directory on the same filesystem as the root: error 0 run-init: current directory on the same filesystem as the root: error 0 No init found. Try passing init= bootarg. Rebooting automatically due to panic= boot argument [ 11.978967] reboot: Restarting system INFO: PSCI Affinity Map: This happens with both BRANCH=next and BRANCH=dev builds (4.14 and 4.18). ext4 roots work fine, of course. Interestingly, if you boot an ext4 image on an SD card, and then use armbian-config to flash the image to eMMC using btrfs for the root filesystem, then the same boot problem occurs. Something seems to have broken in terms of btrfs support in the initrd... Any ideas?
  15. Hello, I try to set "channel=acs_survey" in hostapd.conf but this option is not recognized and hostapd can not be started with this. Was hostapd compiled with this option? Or does it come from something else? Thx ps: sorry for my poor English...
  16. I followed instruction of adding overlay at http://linux-sunxi.org/1-Wire This resulted in an error during boot and non functional 1-wire: Removing "#" comments from armbianEnv.txt resolved the issue Can you please confirm if comments are allowed in armbianEnv.txt? Thanks
  17. hi. i am new to armbian and i want to start learning python i use below tutorial but it does't work https://youtu.be/D_N2K2fTH2M any body have other reference for me to install python 3.7.0? i am using orange pi pc. thanks.
  18. Hi, Have Arduino (microcontroller) clone with CH340 USB/UART (USB serial port). Does armbian support it? regards Peter
  19. hi I need to initialize csi camera model d-18fl271 v6 https://produto.mercadolivre.com.br/MLB-1011314593-flat-para-cmera-espia-mod-d-51fd618-v1-24-pino-_JM thank you for help
  20. I need gc2035+vfe_v4l2 module, but the mainline kernel does not support it. So, how to build armbian with legacy kernel?
  21. Hi, Got a bit of a strange situation here. Trying to get H3 I2S working in both playback and capture. Tweaked script.bin and got the I2S0 up and running. Playback in 96K and 192K tested and is ok. Capture though is giving me a headache. When I try to use arecord it does work and generates a wav file but upon playing the file with aplay and although the samplerate (96K or 192K) and channel numbers (Stereo) show ok on screen, the audio result from this recording is always mono and looks that the included samples numer is divided by 2 thus the playback time is shortened accordingly, eg if I record 10 sec, a 5 sec playing time happens. Verified the actual I2S HW lines with digital scope and they are ok with proper time periods/frequency and samplerate or bit depth. So, my question, has anyone any experience with a working I2S in H3 ? Is it actually working or the I2S driver is misbehaving? Is it tested in 96K and 192K capture? Can someone point me to where the pcm script.fex parameters are documented? The official sunxi does not show them.. -> http://linux-sunxi.org/Fex_Guide Christos P.S. Boards tested/used are NanoPi NEO & OrangePi ONE
  22. root@orangepizeroplus2:/# modprobe gc2035 modprobe: FATAL: Module gc2035 not found in directory /lib/modules/4.14.67-sunxi64 root@orangepizeroplus2:/# modprobe vfe_v4l2 modprobe: FATAL: Module vfe_v4l2 not found in directory /lib/modules/4.14.67-sunxi64 OrangePi ZeroPlus H5, use armbian official build, but no gc2035+vfe_v4l2 module? I heared of these modules already built-in?
  23. Now. the whole booting to login position coast 30 sec. I need reduce it to less than 10s(or 15s). Any reference, links, stuffs? Thanks at all !
  24. I have 1 Armbian installed in the SBC. I want to login but I don't have any idea what is the root password. I saw there are few methods of breaking it and can bypass / reset password. I noticed that this method is 1 of the easiest way, but it doesn't work. By editing /etc/shadow, root:$6$6fRIGsIb$dt.U84pEFgqpCSmlU9Nn2SLxBK8mYxxZMethrY35kqPg09aS/8e5xQ08excoGzdta6E5XmF2iFQC5J4EJVuM31:17401:0:99999:7::: daemon:*:17326:0:99999:7::: bin:*:17326:0:99999:7::: sys:*:17326:0:99999:7::: sync:*:17326:0:99999:7::: games:*:17326:0:99999:7::: man:*:17326:0:99999:7::: lp:*:17326:0:99999:7::: mail:*:17326:0:99999:7::: news:*:17326:0:99999:7::: uucp:*:17326:0:99999:7::: proxy:*:17326:0:99999:7::: www-data:*:17326:0:99999:7::: backup:*:17326:0:99999:7::: list:*:17326:0:99999:7::: irc:*:17326:0:99999:7::: gnats:*:17326:0:99999:7::: nobody:*:17326:0:99999:7::: systemd-timesync:*:17326:0:99999:7::: systemd-network:*:17326:0:99999:7::: systemd-resolve:*:17326:0:99999:7::: systemd-bus-proxy:*:17326:0:99999:7::: messagebus:*:17326:0:99999:7::: ntp:*:17326:0:99999:7::: avahi-autoipd:*:17326:0:99999:7::: sshd:*:17326:0:99999:7::: rbcs:$6$SMHou.Qx$ZFNh7PSANkFtf7LtUnkBlMZNzoPw5Yj8VHhvpwcpbyvTI4AqIN.NEpWL2uSDI1dVuJLZrh2WS05yyPhHalwRI/:17401:0:99999:7::: gpsd:*:17401:0:99999:7::: Which segment to be removed? root:$6$6fRIGsIb$dt.U84pEFgqpCSmlU9Nn2SLxBK8mYxxZMethrY35kqPg09aS/8e5xQ08excoGzdta6E5XmF2iFQC5J4EJVuM31:17401:0:99999:7::: I tried many times by removing "$6$6fRIGsIb$dt.U84pEFgqpCSmlU9Nn2SLxBK8mYxxZMethrY35kqPg09aS/8e5xQ08excoGzdta6E5XmF2iFQC5J4EJVuM31" and with left with the new line of:- root::17401:0:99999:7::: <---- Is this correct or I am done something very wrong. Please advise and thank you in advance. Regards.
  25. I had install mongodb it can run manually by command :mongod But I can't start service or enable service Help me please
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines