Jump to content

Search the Community

Showing results for tags 'orangepione'.

  • 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. I'm relatively new to embedded linux so apologies if there's a simple answer to this question or if I'm not providing the necessary information. And if there's a concept here that I clearly don't understand please point it out as I'm doing all of this as a learning exercize. I am attempting to use the ADXL345 accelerometer with my Orange Pi One. Using the i2c tools I'm able to communicate with the device but would like to use the linux drivers found here: https://wiki.analog.com/resources/tools-software/linux-drivers/input-misc/adxl345 I've tried using modprobe to insert the module but it seems it's not available and I'm unsure why as I believe they're mainline kernel drivers: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/input/misc/adxl34x.c?id=HEAD I have checked /lib/modules/4.14.18-sunxi/kernel/drivers/input/misc and the module definitely isn't there so I'm unsure where to go from here. Should I be compiling and inserting the driver myself? Or do I need to rebuild the kernel with the driver? Are the drivers I'm trying to use even possible with Armbian? Thanks in advance for your help.
  2. Hi All, Can you please help me how can I set up OV5647 camera with Orange Pi One? Where can I find driver for it? Camera link: https://www.aliexpress.com/item/Orange-Pi-fish-eye-Camera-Night-Vision-for-Orange-Pi-PC-Zero-One-PC-Plus-Plus2/32864676943.html?spm=2114.search0604.3.26.74868de282hQoP&ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5015215_10059_10696_100031_10084_5015115_10083_10103_451_10618_452_5015815_10304_10307_10820_10821_5015915_10302,searchweb201603_16,ppcSwitch_5&algo_expid=44e91c9c-67e1-49b9-83f3-2c2890deab01-3&algo_pvid=44e91c9c-67e1-49b9-83f3-2c2890deab01&priceBeautifyAB=0 Thanks!
  3. Hello, i like to work with 1wire 18b20 sensors on my Oragne Pi one , with the latest Armbian Bionic . root@orangepione:~# uname -r 4.14.65-sunxi In this forum and in the orange pi forum, there are some instructions, but I think they are out of date. 1.edit your /etc/default/cpufrequtils After edit. $ cat /etc/default/cpufrequtils ENABLE=true MIN_SPEED=480000 MAX_SPEED=1200000 GOVERNOR=interactive 2.reboot Edited by nopnop2002 at 2017-8-5 17:10 1.edit your /etc/default/cpufrequtils After edit. $ cat /etc/default/cpufrequtils ENABLE=true MIN_SPEED=480000 MAX_SPEED=1200000 GOVERNOR=interactive 2.reboot 3.driver load sudo modprobe w1-gpio sudo modprobe w1-therm Until here, this works but then I get: # sudo modprobe w1-sunxi modprobe: FATAL: Module w1-sunxi not found in directory /lib/modules/4.14.65-sunxi I aktivated W1 gpio in armbian-config/system/hardware this is the output of dmesg: [ 1.245629] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator [ 1.245640] cpu cpu0: _opp_add: OPP not supported by regulators (1296000000) [ 1.245985] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17 [ 1.247906] NOHZ: local_softirq_pending 80 [ 1.248715] NOHZ: local_softirq_pending 02 [ 1.249027] of_cfs_init [ 1.249111] of_cfs_init: OK [ 1.249216] vdd-cpux-dummy: disabling [ 1.249220] vcc3v0: disabling [ 1.249225] vcc5v0: disabling [ 1.249227] usb0-vbus: disabling [ 1.251585] Freeing unused kernel memory: 1024K [ 1.317269] NOHZ: local_softirq_pending 80 [ 1.321935] NOHZ: local_softirq_pending 80 [ 1.327276] NOHZ: local_softirq_pending 80 [ 1.332280] NOHZ: local_softirq_pending 80 [ 1.831391] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.831398] [drm] No driver support for vblank timestamp query. [ 1.841228] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer]) [ 1.841528] sun4i-drm display-engine: No panel or bridge found... RGB output disabled [ 1.841549] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_platform_driver_exit [sun4i_tcon]) [ 1.966469] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) [ 1.967468] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver [ 1.967817] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_dw_hdmi]) [ 1.967857] [drm] Cannot find any crtc or sizes [ 1.968291] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 [ 2.091399] rc_core: IR keymap rc-cec not found [ 2.091420] Registered IR keymap rc-empty [ 2.091827] rc rc0: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc0 [ 2.092441] input: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc0/input0 [ 2.499851] random: fast init done [ 2.531421] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) [ 3.006461] [drm] Cannot find any crtc or sizes [ 3.242165] systemd[1]: System time before build time, advancing clock. [ 3.280369] ip_tables: (C) 2000-2006 Netfilter Core Team [ 3.303396] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 3.304234] systemd[1]: Detected architecture arm. [ 3.343442] systemd[1]: Set hostname to <orangepione>. [ 4.097778] random: systemd: uninitialized urandom read (16 bytes read) [ 4.104921] systemd[1]: Created slice System Slice. [ 4.106034] random: systemd: uninitialized urandom read (16 bytes read) [ 4.106314] systemd[1]: Listening on Journal Audit Socket. [ 4.106607] random: systemd: uninitialized urandom read (16 bytes read) [ 4.106852] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 4.107954] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 4.108581] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 4.109049] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 4.109338] systemd[1]: Reached target Swap. [ 4.238551] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro [ 4.459317] systemd-journald[232]: Received request to flush runtime journal from PID 1 [ 4.918711] Driver for 1-wire Dallas network protocol. [ 5.078820] thermal thermal_zone0: failed to read out thermal zone (-110) [ 5.166527] asoc-simple-card sound: i2s-hifi <-> 1c22800.i2s mapping ok [ 5.407723] zram: Added device: zram0 [ 5.421363] zram: Added device: zram1 [ 5.423905] zram: Added device: zram2 [ 5.424657] zram: Added device: zram3 [ 5.425578] zram: Added device: zram4 [ 5.680041] zram1: detected capacity change from 0 to 64659456 [ 6.145450] thermal thermal_zone0: failed to read out thermal zone (-110) [ 6.505614] w1_master_driver w1_bus_master1: w1_search: max_slave_count 64 reached, will continue next search. [ 6.753330] random: crng init done [ 6.753342] random: 7 urandom warning(s) missed due to ratelimiting [ 6.778463] Adding 63140k swap on /dev/zram1. Priority:5 extents:1 across:63140k SSFS [ 6.780763] zram2: detected capacity change from 0 to 64659456 [ 6.798117] Adding 63140k swap on /dev/zram2. Priority:5 extents:1 across:63140k SSFS [ 6.800323] zram3: detected capacity change from 0 to 64659456 [ 6.817613] Adding 63140k swap on /dev/zram3. Priority:5 extents:1 across:63140k SSFS [ 6.819763] zram4: detected capacity change from 0 to 64659456 [ 6.837622] Adding 63140k swap on /dev/zram4. Priority:5 extents:1 across:63140k SSFS [ 6.875993] zram0: detected capacity change from 0 to 52428800 [ 7.166308] EXT4-fs (zram0): mounted filesystem without journal. Opts: (null) [ 7.166323] thermal thermal_zone0: failed to read out thermal zone (-110) [ 8.472331] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL) [ 8.486641] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 8.486658] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 8.487103] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 11.582988] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 11.583031] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 51.682236] w1_master_driver w1_bus_master1: Attaching one wire slave 00.800000000000 crc 8c [ 51.686179] w1_master_driver w1_bus_master1: Family 0 for 00.800000000000.8c is not registered. [ 107.822458] w1_master_driver w1_bus_master1: Attaching one wire slave 00.400000000000 crc 46 [ 107.826367] w1_master_driver w1_bus_master1: Family 0 for 00.400000000000.46 is not registered. [ 152.680655] w1_master_driver w1_bus_master1: Attaching one wire slave 00.c00000000000 crc ca [ 152.684609] w1_master_driver w1_bus_master1: Family 0 for 00.c00000000000.ca is not registered. [ 220.102887] w1_master_driver w1_bus_master1: Attaching one wire slave 00.200000000000 crc 23 [ 220.106738] w1_master_driver w1_bus_master1: Family 0 for 00.200000000000.23 is not registered. [ 276.242980] w1_master_driver w1_bus_master1: Attaching one wire slave 00.a00000000000 crc af [ 276.246926] w1_master_driver w1_bus_master1: Family 0 for 00.a00000000000.af is not registered. [ 309.798495] w1_master_driver w1_bus_master1: Attaching one wire slave 00.600000000000 crc 65 [ 309.806800] w1_master_driver w1_bus_master1: Family 0 for 00.600000000000.65 is not registered. I cant find the gpio for 1 wire like this: $dmesg [ 34.067409] W1_SUNXI: Added w1-gpio on GPIO-10 so how I can find the right pin to use 1wire pls help thx
  4. Hello there, I was looking at the gc2035 camera sensor for the orange pi device. I want the camera module to load as fast as possible and take pictures as fast as possible. When I use a USB camera, it takes 2-3 seconds to load the module and activate the camera, and the camera takes 2 seconds. I'm thinking of compiling the GC2035 camera statically to the linux kernel. But I'm not sure how much time decrease. What I would like to know is, how fast is the camera taking pictures and how long is the loading time of the camera modules? Can I take pictures under 200 ms with the camera triggered? The Raspifastcamd module allows you to take pictures in 10-50 ms for the Raspi camera. Can this be made compatible for GC2035? Best regard, Thank you.
  5. orange pi one armbian xenial When I obtained the orange pi one I installed armbian xenial. I booted the orange pi one. During boot I cannot recall if a red light flashed next to a steady green flash. The desktop worked. The orange pi one was connected to a hdmi display. Resolution 1280 x 720. I wanted to use a 1024 x 768 vga display by hdmi vga converter. The desktop would keep the 1280 x 720 resolution when displaying the desktop. I tried different things in order to get a 1024 x768 resolution. Did not work. One configuration resulted in trashing the power supply. I connected another power supply. The power supply got hot. Desktop did not start. I do not know if the orange pi one got damaged. I then reinstalled armbian xenial on the sd card. Started the orange pi one. Desktop worked. Booting a red light flashed next to a steady green light. Starting the orange pi one again and there is a green steady light. At first booting a red light is supposed to flash? Thank you.
  6. I've a problem with latest Armbian Debian Server stretch (ARMBIAN 5.38 stable Debian GNU/Linux 9 (stretch) 4.14.18-sunxi, Uboot loader 2017.11) on OrangePI One, and OrangePI PC. It boots seemingly OK, but without any output to 1080P HDMI monitor. So I've no video. But Ubuntu Desktop with Legacy kernel boots fine using the same SDCard (and same power supply ). I can SSH to the Debian after boot, here's the boot and diag log. Couldn't wait for senseless SDCard testing to finish, as it works perfect with Armbian Ubuntu Desktop version. Legacy version on 1st boot shown boot progress and defaulted to 720P resolution, which I changed later to 1080P. But Debian Server doesn't show ANY output on the same monitor during boot and after. I understand, there may be a problem with querying EDID - but how I can fix it? It can be a wrong color scheme too, like 1 instead of 0. Both OS versions are downloaded from *official* Armbian page links, tested upon burn to SDCard, and SHA256 matched to control files. I tried 2 different SDCards, and 2 Debian versions - OrangePI One and PC - the same thing: no HDMI output.
  7. Has anybody a good latency after the RT-PREEMPT patch? I'm using Orange Pi One (H3), Ubuntu Desktop and legacy 3.4.113 kernel patched with 30-real-time143-full-plus-rt-fixes.patch. Also I have the isolcpus=3 enabled. And latency test results for this config is master@orangepione:~/rt-tests$ sudo ./cyclictest -a -t -n -p99 # /dev/cpu_dma_latency set to 0us policy: fifo: loadavg: 2.18 2.49 1.19 1/299 3693 T: 0 ( 3034) P:99 I:1000 C: 364441 Min: 7 Act: 31 Avg: 23 Max: 3655 T: 1 ( 3035) P:99 I:1500 C: 242985 Min: 7 Act: 32 Avg: 23 Max: 3578 T: 2 ( 3036) P:99 I:2000 C: 182252 Min: 7 Act: 43 Avg: 20 Max: 2198 T: 3 ( 3037) P:99 I:2500 C: 145802 Min: 9 Act: 30 Avg: 23 Max: 195 Max latency is about 3500 us. It's a bad result. So I tried this test with same config but without RT patched kernel. And results are master@orangepione:~/rt-tests$ sudo ./cyclictest -a -t -n -p99 # /dev/cpu_dma_latency set to 0us policy: fifo: loadavg: 2.32 2.57 1.45 3/270 3437 T: 0 ( 3034) P:99 I:1000 C: 561884 Min: 7 Act: 31 Avg: 23 Max: 3716 T: 1 ( 3035) P:99 I:1500 C: 374713 Min: 7 Act: 32 Avg: 23 Max: 3966 T: 2 ( 3036) P:99 I:2000 C: 281162 Min: 7 Act: 43 Avg: 20 Max: 2247 T: 3 ( 3037) P:99 I:2500 C: 26364 Min: 9 Act: 30 Avg: 23 Max: 97 Max latency is almost the same. Any ideas? If somebody using the RT kernel, please, show your latency results here. Thanks.
  8. How to Disable or Hidethe text that scrolls during boot armbian orange pi?? thanks for your reply!!
  9. Hardware: Orange Pi One with a CF-WU810N (Realtek 8188eus) USB WiFi dongle Software: [MAINLINE] - ARMBIAN 5.38 stable Debian GNU/Linux 9 (stretch) 4.14.14-sunxi Goal: Configure and run the Orange Pi One HEADLESS (using a physical ethernet during initial configuration) I've been away from armbian for awhile, so it looks like I've got some catching up to do. I'm running a headless Orange Pi One with a CF-WU810N (Realtek 8188eus) USB dongle. Since it's headless I use a physical ethernet cable to get access and make initial configuration. From the documentation (https://docs.armbian.com/User-Guide_Getting-Started/#how-to-connect-to-wireless) I use nmtui-connect to specifiy my ssid and provide my key. That all works. For a few moments. If I unplug the physical ethernet cable the system freezes. And if I reboot access to the wifi network is not remembered. In the old days I would have setup a wpa_supplicant file, but I don't think that's currently recommended. Given I want to use this headless (with a temporary physical ethernet during configuration): - Should I be using nmtui to configure my WiFi? - How can I make the nmuti-connection persistent (e.g. remember ssid/password across reboots)? And thank you for the continued work. It's neat to see all the updates.
  10. Was playing around with a well tuned system, wanted to upgrade my kernel - but seem to have broken something. I was on 5.37 - manually upgraded to stretch and everything was working quite well. Today tried upgrading my kernel, and was playing around with `armbian-config` to switch kernels, but didn't go so well. After a reboot had no network. Plugged in the serial console, and was greeted with the following. pi@orangepione:~$ uname -a Linux orangepione 4.11.12-sun8i #2 SMP Wed Nov 22 13:50:32 CET 2017 armv7l GNU/Linux pi@orangepione:~$ dpkg-query -W -f='${Version}\n' linux-stretch-root-orangepione dpkg-query: no packages found matching linux-stretch-root-orangepione pi@orangepione:~$ cat /etc/armbian-release cat: /etc/armbian-release: No such file or directory :~$ ls /boot/ armbianEnv.txt dtb System.map-4.11.12-sun8i armbian_first_run.txt dtb-4.17.11-sunxi uInitrd boot.bmp dtb.old uInitrd-4.11.12-sun8i boot.cmd initrd.img-4.11.12-sun8i vmlinuz-4.11.12-sun8i boot-desktop.png overlay-user zImage boot.scr script.bin config-4.11.12-sun8i script.bin.bak Any pointers? Looks like I have broken all the Armbian patches - I have no network, my USB wifi dongle is also not recognised. I would really really like to avoid setting up all my docker containers/nginx/node scripts all over again! Full boot log: pi@orangepione:~$ dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.11.12-sun8i (root@armbian) (gcc version 7.1.1 20170707 (Linaro GCC 7.1-2017.08) ) #2 SMP Wed Nov 22 13:50:32 CET 2017 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi One [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 16 MiB at 0x5f000000 [ 0.000000] On node 0 totalpages: 131072 [ 0.000000] free_area_init_node: node 0, pgdat c0b5fd80, node_mem_map deb70000 [ 0.000000] Normal zone: 1152 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 131072 pages, LIFO batch:31 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] percpu: Embedded 16 pages/cpu @deb1a000 s34572 r8192 d22772 u65536 [ 0.000000] pcpu-alloc: s34572 r8192 d22772 u65536 alloc=16*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129920 [ 0.000000] Kernel command line: root=UUID=9135e351-ceee-42ac-b129-c4c182a79609 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=d3f8d8d1-01 ubootsource=mmc sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1 [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] allocated 524288 bytes of page_ext [ 0.000000] Memory: 486056K/524288K available (6144K kernel code, 386K rwdata, 2392K rodata, 1024K init, 328K bss, 21848K reserved, 16384K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf800000 - 0xbfe00000 ( 6 MB) .text : 0xc0008000 - 0xc0700000 (7136 kB) .init : 0xc0a00000 - 0xc0b00000 (1024 kB) .data : 0xc0b00000 - 0xc0b60980 ( 387 kB) .bss : 0xc0b62000 - 0xc0bb40b0 ( 329 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000013] Switching to timer-based delay loop, resolution 41ns [ 0.000171] Console: colour dummy device 80x30 [ 0.000183] console [tty1] enabled [ 0.000203] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000212] pid_max: default: 32768 minimum: 301 [ 0.000375] Security Framework initialized [ 0.000384] AppArmor: AppArmor disabled by boot time parameter [ 0.000431] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000436] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001062] CPU: Testing write buffer coherency: ok [ 0.001392] /cpus/cpu@0 missing clock-frequency property [ 0.001410] /cpus/cpu@1 missing clock-frequency property [ 0.001425] /cpus/cpu@2 missing clock-frequency property [ 0.001441] /cpus/cpu@3 missing clock-frequency property [ 0.001450] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001762] Setting up static identity map for 0x40100000 - 0x4010004c [ 0.002485] smp: Bringing up secondary CPUs ... [ 0.013074] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.023715] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.034328] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.034388] smp: Brought up 1 node, 4 CPUs [ 0.034395] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.034398] CPU: All CPU(s) started in HYP mode. [ 0.034400] CPU: Virtualization extensions available. [ 0.035194] devtmpfs: initialized [ 0.041521] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.041769] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.041783] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.042588] xor: measuring software checksum speed [ 0.134165] arm4regs : 1261.600 MB/sec [ 0.234209] 8regs : 750.000 MB/sec [ 0.334261] 32regs : 768.000 MB/sec [ 0.434307] neon : 1282.400 MB/sec [ 0.434311] xor: using function: neon (1282.400 MB/sec) [ 0.434392] pinctrl core: initialized pinctrl subsystem [ 0.435245] NET: Registered protocol family 16 [ 0.437266] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.438447] cpuidle: using governor ladder [ 0.438477] cpuidle: using governor menu [ 0.439232] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.439237] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.624542] raid6: int32x1 gen() 189 MB/s [ 0.794565] raid6: int32x1 xor() 160 MB/s [ 0.964674] raid6: int32x2 gen() 255 MB/s [ 1.134850] raid6: int32x2 xor() 198 MB/s [ 1.304965] raid6: int32x4 gen() 258 MB/s [ 1.475007] raid6: int32x4 xor() 193 MB/s [ 1.645131] raid6: int32x8 gen() 247 MB/s [ 1.815124] raid6: int32x8 xor() 172 MB/s [ 1.985225] raid6: neonx1 gen() 494 MB/s [ 2.155298] raid6: neonx1 xor() 366 MB/s [ 2.325372] raid6: neonx2 gen() 663 MB/s [ 2.495392] raid6: neonx2 xor() 478 MB/s [ 2.665531] raid6: neonx4 gen() 796 MB/s [ 2.835578] raid6: neonx4 xor() 533 MB/s [ 3.005696] raid6: neonx8 gen() 703 MB/s [ 3.175751] raid6: neonx8 xor() 485 MB/s [ 3.175755] raid6: using algorithm neonx4 gen() 796 MB/s [ 3.175758] raid6: .... xor() 533 MB/s, rmw enabled [ 3.175761] raid6: using intx1 recovery algorithm [ 3.177422] SCSI subsystem initialized [ 3.177599] libata version 3.00 loaded. [ 3.177846] usbcore: registered new interface driver usbfs [ 3.177904] usbcore: registered new interface driver hub [ 3.177986] usbcore: registered new device driver usb [ 3.178176] media: Linux media interface: v0.10 [ 3.178218] Linux video capture interface: v2.00 [ 3.178280] pps_core: LinuxPPS API ver. 1 registered [ 3.178284] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 3.178300] PTP clock support registered [ 3.178634] Advanced Linux Sound Architecture Driver Initialized. [ 3.179594] clocksource: Switched to clocksource arch_sys_counter [ 3.179726] VFS: Disk quotas dquot_6.6.0 [ 3.179778] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 3.187859] NET: Registered protocol family 2 [ 3.188396] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 3.188443] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 3.188501] TCP: Hash tables configured (established 4096 bind 4096) [ 3.188575] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 3.188605] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 3.188791] NET: Registered protocol family 1 [ 3.189143] RPC: Registered named UNIX socket transport module. [ 3.189147] RPC: Registered udp transport module. [ 3.189149] RPC: Registered tcp transport module. [ 3.189152] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 3.189390] Trying to unpack rootfs image as initramfs... [ 3.451455] Freeing initrd memory: 4472K [ 3.453143] audit: initializing netlink subsys (disabled) [ 3.453280] audit: type=2000 audit(3.440:1): state=initialized audit_enabled=0 res=1 [ 3.453470] Initialise system trusted keyrings [ 3.453592] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 3.461120] zbud: loaded [ 3.464077] NFS: Registering the id_resolver key type [ 3.464102] Key type id_resolver registered [ 3.464105] Key type id_legacy registered [ 3.464117] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 3.464120] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 3.465172] JFS: nTxBlock = 3960, nTxLock = 31682 [ 3.469637] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 3.477146] Key type asymmetric registered [ 3.477223] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 3.477329] io scheduler noop registered [ 3.477333] io scheduler deadline registered [ 3.477682] io scheduler cfq registered (default) [ 3.477687] io scheduler mq-deadline registered [ 3.482390] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 3.535512] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 3.537864] console [ttyS0] disabled [ 3.558020] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 35, base_baud = 1500000) is a U6_16550A [ 3.558069] console [ttyS0] enabled [ 3.561860] brd: module loaded [ 3.568188] loop: module loaded [ 3.569473] libphy: Fixed MDIO Bus: probed [ 3.569879] sun8i-emac 1c30000.ethernet: Cannot get AHB clock err=-2 [ 3.569908] sun8i-emac: probe of 1c30000.ethernet failed with error -2 [ 3.570368] usbcore: registered new interface driver catc [ 3.570408] usbcore: registered new interface driver kaweth [ 3.570412] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 3.570461] usbcore: registered new interface driver pegasus [ 3.570501] usbcore: registered new interface driver rtl8150 [ 3.570556] usbcore: registered new interface driver r8152 [ 3.570595] usbcore: registered new interface driver lan78xx [ 3.570648] usbcore: registered new interface driver asix [ 3.570689] usbcore: registered new interface driver ax88179_178a [ 3.570728] usbcore: registered new interface driver cdc_ether [ 3.570774] usbcore: registered new interface driver cdc_eem [ 3.570814] usbcore: registered new interface driver dm9601 [ 3.570855] usbcore: registered new interface driver sr9700 [ 3.570909] usbcore: registered new interface driver CoreChips [ 3.570966] usbcore: registered new interface driver smsc75xx [ 3.571022] usbcore: registered new interface driver smsc95xx [ 3.571062] usbcore: registered new interface driver gl620a [ 3.571109] usbcore: registered new interface driver net1080 [ 3.571150] usbcore: registered new interface driver plusb [ 3.571190] usbcore: registered new interface driver rndis_host [ 3.571231] usbcore: registered new interface driver cdc_subset [ 3.571273] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 3.571334] usbcore: registered new interface driver cdc_ncm [ 3.571376] usbcore: registered new interface driver huawei_cdc_ncm [ 3.571418] usbcore: registered new interface driver cdc_mbim [ 3.571427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.571431] ehci-platform: EHCI generic platform driver [ 3.571603] ehci-platform 1c1a000.usb: EHCI Host Controller [ 3.571645] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 3.572309] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000 [ 3.599610] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 3.599884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.599891] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.599896] usb usb1: Product: EHCI Host Controller [ 3.599902] usb usb1: Manufacturer: Linux 4.11.12-sun8i ehci_hcd [ 3.599907] usb usb1: SerialNumber: 1c1a000.usb [ 3.600565] hub 1-0:1.0: USB hub found [ 3.600605] hub 1-0:1.0: 1 port detected [ 3.601167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.601187] ohci-platform: OHCI generic platform driver [ 3.601353] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 3.601376] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2 [ 3.601589] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400 [ 3.673843] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.673850] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.673855] usb usb2: Product: Generic Platform OHCI controller [ 3.673860] usb usb2: Manufacturer: Linux 4.11.12-sun8i ohci_hcd [ 3.673865] usb usb2: SerialNumber: 1c1a400.usb [ 3.674481] hub 2-0:1.0: USB hub found [ 3.674522] hub 2-0:1.0: 1 port detected [ 3.675060] usbcore: registered new interface driver cdc_wdm [ 3.675148] usbcore: registered new interface driver usb-storage [ 3.675797] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0 [ 3.675803] sun6i-rtc 1f00000.rtc: RTC enabled [ 3.675849] i2c /dev entries driver [ 3.676747] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 3.677930] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 3.729618] sunxi-mmc 1c0f000.mmc: base:0xe0b98000 irq:24 [ 3.729888] leds-gpio leds: could not find pctldev for node /soc/pinctrl@1f02c00/led_pins, deferring probe [ 3.730224] ledtrig-cpu: registered to indicate activity on CPUs [ 3.730292] hidraw: raw HID events driver (C) Jiri Kosina [ 3.730430] usbcore: registered new interface driver usbhid [ 3.730433] usbhid: USB HID core driver [ 3.730863] Initializing XFRM netlink socket [ 3.731485] NET: Registered protocol family 10 [ 3.748279] Segment Routing with IPv6 [ 3.748358] NET: Registered protocol family 17 [ 3.748388] NET: Registered protocol family 15 [ 3.748435] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 3.748476] 8021q: 802.1Q VLAN Support v1.8 [ 3.748516] Key type dns_resolver registered [ 3.748873] Registering SWP/SWPB emulation handler [ 3.749451] registered taskstats version 1 [ 3.749456] Loading compiled-in X.509 certificates [ 3.749535] zswap: loaded using pool lzo/zbud [ 3.750962] Btrfs loaded, crc32c=crc32c-generic [ 3.757053] Key type encrypted registered [ 3.763608] leds-gpio leds: could not find pctldev for node /soc/pinctrl@1f02c00/led_pins, deferring probe [ 3.763836] of_cfs_init [ 3.763918] of_cfs_init: OK [ 3.764032] vdd-cpux-dummy: disabling [ 3.764037] vcc3v0: disabling [ 3.764042] vcc5v0: disabling [ 3.764045] ALSA device list: [ 3.764048] No soundcards found. [ 3.765615] Freeing unused kernel memory: 1024K [ 3.776886] mmc0: host does not support reading read-only switch, assuming write-enable [ 3.778884] mmc0: new high speed SDHC card at address 0007 [ 3.779833] mmcblk0: mmc0:0007 SL16G 14.5 GiB [ 3.781117] mmcblk0: p1 [ 3.784380] leds-gpio leds: could not find pctldev for node /soc/pinctrl@1f02c00/led_pins, deferring probe [ 3.809076] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.809551] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.814981] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.816513] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.816905] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.817227] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.817593] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.818001] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.818311] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.818707] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.851772] random: fast init done [ 5.342673] random: crng init done [ 19.221935] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) [ 19.869525] systemd[1]: System time before build time, advancing clock. [ 19.902506] ip_tables: (C) 2000-2006 Netfilter Core Team [ 19.929290] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 19.929821] systemd[1]: Detected architecture arm. [ 19.960840] systemd[1]: Set hostname to <orangepione>. [ 20.475751] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 20.499972] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 20.529848] systemd[1]: Listening on udev Kernel Socket. [ 20.559868] systemd[1]: Listening on Journal Socket (/dev/log). [ 20.589850] systemd[1]: Listening on udev Control Socket. [ 20.620371] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 20.649853] systemd[1]: Listening on fsck to fsckd communication Socket. [ 21.163491] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro [ 22.007967] Adding 131068k swap on /var/swap. Priority:-1 extents:2 across:163836k SSFS [ 22.354318] systemd-journald[226]: Received request to flush runtime journal from PID 1 [ 22.510839] gpio-keys r_gpio_keys: could not find pctldev for node /soc/pinctrl@1f02c00/key_pins, deferring probe [ 22.566448] sun8i_ths 1c25000.thermal-sensor: failed to get IRQ: -6 [ 22.612622] leds-gpio leds: could not find pctldev for node /soc/pinctrl@1f02c00/led_pins, deferring probe [ 22.612875] gpio-keys r_gpio_keys: could not find pctldev for node /soc/pinctrl@1f02c00/key_pins, deferring probe [ 22.620774] leds-gpio leds: could not find pctldev for node /soc/pinctrl@1f02c00/led_pins, deferring probe [ 22.621096] gpio-keys r_gpio_keys: could not find pctldev for node /soc/pinctrl@1f02c00/key_pins, deferring probe [ 27.211309] input: lircd-uinput as /devices/virtual/input/input0 [ 33.732229] Bridge firewalling registered [ 33.763950] nf_conntrack version 0.5.0 (8192 buckets, 32768 max) [ 34.446683] Netfilter messages via NETLINK v0.30. [ 34.450880] ctnetlink v0.93: registering with nfnetlink. [ 34.868232] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready [ 94.936420] systemd[1]: apt-daily-upgrade.timer: Adding 37min 17.802521s random time. [ 95.785739] systemd[1]: apt-daily-upgrade.timer: Adding 6min 14.080124s random time. [ 125.064260] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready EDIT: Following the guide at https://docs.armbian.com/User-Guide_Advanced-Features/#how-to-troubleshoot I extracted the following files to my SD card: . ├── linux-dtb-next-sunxi_5.41_armhf.deb ├── linux-headers-next-sunxi_5.41_armhf.deb ├── linux-image-next-sunxi_5.41_armhf.deb ├── linux-stretch-root-next-orangepione_5.38_armhf.deb Copied over vmlinuz-4.14.18-sunxi kernel file to zImage. But am now stuck at: U-Boot SPL 2017.11-armbian (Jan 25 2018 - 07:54:42) DRAM: 512 MiB Trying to boot from MMC1 U-Boot 2017.11-armbian (Jan 25 2018 - 07:54:42 +0100) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi One DRAM: 512 MiB MMC: SUNXI SD/MMC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: phy interface0 eth0: ethernet@1c30000 starting USB... USB0: USB EHCI 1.00 USB1: USB OHCI 1.0 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Autoboot in 1 seconds, press <Space> to stop switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 3565 bytes read in 185 ms (18.6 KiB/s) ## Executing script at 43100000 U-boot loaded from SD Boot script loaded from mmc 115 bytes read in 144 ms (0 Bytes/s) ** File not found /boot/uInitrd ** 6972808 bytes read in 556 ms (12 MiB/s) Found mainline kernel configuration ** File not found /boot/dtb/sun8i-h3-orangepi-one.dtb ** libfdt fdt_check_header(): FDT_ERR_BADMAGIC No FDT memory address configured. Please configure the FDT address via "fdt addr <address>" command. Aborting! ** File not found /boot/dtb/overlay/sun8i-h3-fixup.scr ** Wrong Ramdisk Image Format Ramdisk image is corrupt or invalid SCRIPT FAILED: continuing...
  11. Hi, guys, today I've menaged how to make my opi1 work with armbian. the problem is that my hdready tv (720p50) has some problem with underscan, the desktop goes off screen so I cannot see the taskbar. Of course this is a problem of my tv, because I have the same problem when I use it as monitor for my PC, but there I can set the underscan through nvidia setting. So, How can I set up the overscan/underscan to see all the desktop on 720p? (using h3disp and set 576p doesn't work, I have "no signal" on tv) thank you in advance
  12. Hi guys, today a archive to run an orange pi one with a 5v dedicated power ac (not usb one used for smartphones). i try either official. Ubuntu ldxe image and armbian (burned with etcher on Samsung sd) On my first try I saw on my 720p TV (hdmi) some write then nothing else, no signal. And a green led lights up with a red led blinking. on next tries no video signal at all and only the red led is still light on. I can't try android img cause phoenixcard app give me error. Is there something I could try? Thank you or just you can tell me what that leds means
  13. Hi I am very new to computers. I have a raspberry pi 3 and just bought a orange pi one. My problem is I am unable to download an operating system to my working raspberry to burn to an sd card to be able to use the orange because the raspberry doesn't have enough space on my memory card. Do any of you know a company or person that could sell me an o/s that is already on a card for the orange, I have been hunting for ages for a site that sells something like noops for the raspberry. I have read that armbian edge might be the right choice if i can get it. Any help appreciated.
  14. Setup: Orange Pi One 16Gb SD card Running Armbian Stretch (Mainline Kernel 4.14) Using XFCE4 Desktop Environment eGalax Touch based 1503M 15 Inch 1024*768 Monitor HDMI (IN - FROM Pi) to VGA (OUT - TO MONITOR) Adaptor I have the monitor setup and working, everything boots through to XFCE however the touch panel is inverted and the 'active area' is smaller than the screen. Although the touch panel is responding I have the following issues X and Y crossed over Both Axis Inverted roughly 2cm 'Dead Zone' on the perimiter of the screen I have attached it to my laptop and the screen works fine, so It must be a driver issue. Ive tried to use xinput_calibrator and save the output to 99-calibration.conf in /etc... however it makes no difference How can I go about getting this screen to function correctly? Ive tried the drivers here however the installer reports that the detected controller is not HID compliant Any help appreciated, Andy
  15. orange pi one desktop apt-get update apt-get upgrade https://docs.armbian.com/User-Guide_Getting-Started/ I cannot update and upgrade. I get these messages $ apt-get update Reading package lists... Done W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted) E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock directory /var/lib/apt/lists/ W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied) W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied) $ apt-get upgrade E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? $ Makes no difference if I write sudo first or run su. How can I update? Thanks.
  16. orange pi one First the orange pi one was connected to a 1280 x 720 hdmi display. Then I connected by hdmi to vga converter the orange pi one to a 1024 x 768 vga display. Orange pi one keeps the 1280 x 720 resolution. And another resolution cannot be set in menu display. How can I set resolution to 1024 x 768? Thank you.
  17. I can boot fine with console connected. when I disconnected console ,boot will not finish. then I connect console ,terminal will show > > how could I boot without console connected?? thanks help~~ ------------------ ARMBIAN 5.50 user-built Ubuntu 16.04.4 LTS 3.4.113-sun8i
  18. Hi everyone i got my ILI9341 TFT 2.4" display to work on armbian but the screen is cut off? i have no idea on how to fix this Orange Pi One
  19. I have 2 boards for a long time, an Orange Pi One and Orange Pi PC... Have used armbian older versions for a long time, after almost an all year without using then i have downloaded and installed on both memory cards the new version 4.14 (last version on June 16). My Orange Pi PC is fine, works nice and smoth... But the Orange Pi One dont give me any light (red or green) on the board!!! I tryed to use the OS for PC on the One and its give me green light but dont give video signal... To test the board itself, downloaded and tested a few other OS, from Orange Pi site... And all other OSs from there worked just fine on my One... Turned on leds and give me video signal just fine... But with the armbian version, nothing... dead as a rock!
  20. https://www.walmart.com/ip/GE-HDMI-to-VGA-Adapter-33588/52162868 https://www.armbian.com/orange-pi-one/ Can I connect a vga display to the orange pi one if I utilize a hdmi to vga adapter? The hdmi to vga adapter takes electricity from the hdmi connector. Xenial installed on the orange pi one. Thank you.
  21. Doohh ... User error - 1PPS wasn't enabled on the GPS. The OPIO Kernel works fine w. 1-PPS $ sudo ppstest /dev/pps0 trying PPS source "/dev/pps0" found PPS source "/dev/pps0" ok, found 1 source(s), now start fetching data... source 0 - assert 1524154630.697340907, sequence: 6793 - clear 0.000000000, sequence: 0 source 0 - assert 1524154631.697261112, sequence: 6794 - clear 0.000000000, sequence: 0 source 0 - assert 1524154632.697166525, sequence: 6795 - clear 0.000000000, sequence: 0 source 0 - assert 1524154633.697084896, sequence: 6796 - clear 0.000000000, sequence: 0 source 0 - assert 1524154634.697017267, sequence: 6797 - clear 0.000000000, sequence: 0 source 0 - assert 1524154635.696924515, sequence: 6798 - clear 0.000000000, sequence: 0 source 0 - assert 1524154636.696832013, sequence: 6799 - clear 0.000000000, sequence: 0 source 0 - assert 1524154637.696757469, sequence: 6800 - clear 0.000000000, sequence: 0 Ps: The 1-PPS ticks are NOT from the GPS yet , it was from a STM32-Bluepill where i just whipped up a quick 1-PPS pulse /Bingo *** Original post *** Gents I would like to use a OrangePI One as a NTP Server w. 1-PPS support. And i'm using this "recipe" for a OPIZ https://forum.armbian.com/topic/4944-opi-zero-gps-ntpserver/ But i seem to have some problems getting the 1-PPS to work on the OPIO. I'm not experienced in the new Linux IO setup (Those overlays) , and i could miss something there. I was hoping that the kernel for the OPIO had the same stuff enabled as the OPIZ (according to the url above) Could this be an "IO Overlay" problem ?? Setup: I have downloaded the "latest Debian server image , and it runs fine. Armbian_5.38_Orangepione_Debian_stretch_next_4.14.14.7z $ uname -a Linux opio1 4.14.18-sunxi #24 SMP Fri Feb 9 16:24:32 CET 2018 armv7l GNU/Linux I have added the overlay_prefix & param_pps_pin to the below file. $ cat /boot/armbianEnv.txt verbosity=1 logo=disabled console=both disp_mode=1920x1080p60 overlay_prefix=sun8i-h3 rootdev=UUID=a769471e-a787-40d3-8298-d31c195f1bb9 rootfstype=ext4 overlays=uart1 pps-gpio param_pps_pin=PA7 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u And have this output during boot: $ dmesg | grep pps [ 3.178515] pps_core: LinuxPPS API ver. 1 registered [ 3.178519] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 10.787644] pps pps0: new PPS source pps@0.-1 [ 10.787698] pps pps0: Registered IRQ 56 as PPS source I have connected my 1-PPS tp PA7 (OPIO pin 29) but according to the below url (ppstest) , it (OPIO) doesn't react I am following this one , for testing etc. https://ava.upuaut.net/?p=726 sudo ppstest /dev/pps0 I have a feeling that there is a simple soluton/explanation for this , but i'm a bit lost. If anyone could help out i would be gratefull TIA /Bingo
  22. In my Orange Pi One with ARMBIAN 5.27.170422 nightly Ubuntu 16.04.2 LTS 4.10.11-sun8i I install acpi: sudo apt-get install acpi And run sudo acpi_listen And nothing is show when I press the power button. Is normal or my button is damaged? Thanks
  23. Hi, my environment is: Orange Pi One ARMBIAN 5.34.171031 nightly Ubuntu 16.04.3 LTS 4.11.12-sun8i WiringPi fork by WereCatf: git clone https://github.com/WereCatf/WiringOP.git -b h3 ./build small c++ programm: #include <stdio.h> #include <string.h> #include <errno.h> #include <stdlib.h> #include <wiringPi.h> #include <pthread.h> static volatile int globalCounter; void myInterrupt(void) { ++globalCounter; printf("InterruptCounter: %5d\n", globalCounter); //digitalRead(7); } int main(void) { if (wiringPiSetup() == -1) { printf("wiringPiSetup Error\n"); } pinMode(7, INPUT); pullUpDnControl(7, PUD_UP); if (wiringPiISR(7, INT_EDGE_FALLING, &myInterrupt) < 0) { fprintf(stderr, "Unable to setup ISR: %s\n", strerror(errno)); return 1; } for (;;) { //main programm code here... } return 0; } Compile: gcc ./isr.c -o wg-daemon.out -lwiringPi -lwiringPiDev -lpthread -lm and run it... but when I put pin 7 in down state (gpio mode 7 down) ISR function begin fires (triggers) continuously ((((((( Here is output : InterruptCounter: 132371 InterruptCounter: 132372 InterruptCounter: 132373 InterruptCounter: 132374 InterruptCounter: 132375 InterruptCounter: 132376 InterruptCounter: 132377 InterruptCounter: 132378 InterruptCounter: 132379 InterruptCounter: 132380 InterruptCounter: 132381 ^C root@orangepione:~/example# but, when I add to ISR function "digitalRead(7);" program works fine ((( Please tell me, what I do wrong
  24. Hi, I have a problem to comunicate with sim800l via UART3 or any other UART. Is there way to activate UART3 on Linux PiOne 4.14.18-sunxi kernel if it is not already activated. I could find DTB files but I do not know how to view them or transfer to DTS and read/modify them to se if there could be a problem. I'm using pins 8 and 10 for UART3 on 40Pin header and try to comunicate with putty and screen over /dev/ttyS3 but no luck. Any idea what is going on? Sim800L works fine over pl2303.
  25. I'm on an Orange Pi One with a fresh install of Armbian 5.38. I've installed build-essential and linux-headers-sun8i but not having any luck. I've also got the newest make version (4.1-9.1). Could someone point me in the right direction? EDIT: I've also attempted to use armbian-config to add headers but that hasn't seemed to work either
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines