Jump to content

gnjack

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Still getting the same bad CRC error after re-flashing the updated v0.09 image.
  2. Thanks again @krachlatte - unfortunately v0.09 kernel fails to boot on my Orange Pi 3:
  3. Thanks - still not working unfortunately, logs attached.
  4. eth0 seems to be even more broken in this release - fully down and no LEDs lit - this looks like the related error: [ 353.243507] platform 5020000.ethernet eth0: Could not attach to PHY [ 353.243513] platform 5020000.ethernet eth0: stmmac_open: Cannot attach to PHY (error: -19) Full logs:
  5. Thanks for all of your work on this @krachlatte - I hope your hardware arrives soon! I'm also trying to get a armbian build environment set up so I can build and test the images locally at some point... Tested the latest image, still no network, here's the output: Serial Boot log dmesg ifconfig / ethtool (not expecting 1000baseT/Full - I need to find a spare gigabit capable Ethernet cable) armbian-hardware-monitor.log journalctl
  6. Actually, not sure what happened there, it is booting fine now. Maybe I just didn't wait long enough. There is no debug output between 'Starting kernel ...' and the login prompt (unlike the one plus image). The image has the same networking / DCHP issues as the one plus image. Here is the output from lsmod: Module Size Used by cpufreq_dt 16384 0 sun50i_h6_ths 16384 0 zstd 16384 4 thermal_sys 65536 2 cpufreq_dt,sun50i_h6_ths zram 24576 5 realtek 20480 1 dmsg:
  7. The new image gets further, but stalls at 'Starting kernel':
  8. Still not booting past the U-Boot SPL into the main image, here is the serial output: U-Boot SPL 2018.09-rc1-armbian (Feb 11 2019 - 08:44:18 +0100) DRAM: 2048 MiB Trying to boot from MMC1 NOTICE: BL31: v2.0(debug):32bcba0 NOTICE: BL31: Built : 23:07:19, Feb 8 2019 NOTICE: BL31: Detected Allwinner H6 SoC (1728) NOTICE: BL31: Found U-Boot DTB at 0xc070e20, model: OrangePi 3 INFO: ARM GICv2 driver initialized NOTICE: PMIC: Probing AXP805 NOTICE: PMIC: AXP805 detected INFO: BL31: Platform setup done INFO: BL31: Initializing runtime services INFO: BL31: cortex_a53: CPU workaround for 855873 was applied INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9
  9. I have tried the OrangePi One Plus image. It boots fine, but has no networking: The networking chip seems to start and show activity on the status LEDs, but fails to complete DCHP discovery: Aug 23 11:38:16 orangepioneplus dhclient[1065]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17 (xid=0xab73374d) Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <warn> [1535024309.9054] dhcp4 (eth0): request timed out Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9056] dhcp4 (eth0): state changed unknown -> timeout Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9220] dhcp4 (eth0): canceled DHCP transaction, DHCP client pid 1065 Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9221] dhcp4 (eth0): state changed timeout -> done Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9233] device (eth0): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9242] manager: NetworkManager state is now DISCONNECTED Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <warn> [1535024309.9257] device (eth0): Activation: failed for connection 'Wired connection 1' Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9281] device (eth0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9382] policy: auto-activating connection 'Wired connection 1' Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9440] device (eth0): Activation: starting connection 'Wired connection 1' (3c388474-b660-365f-8a3d-6a77f12ac2c2) ate: 'managed') Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9460] manager: NetworkManager state is now CONNECTING Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9481] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9504] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9520] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Aug 23 11:38:29 orangepioneplus NetworkManager[958]: <info> [1535024309.9576] dhcp4 (eth0): dhclient started with pid 1206 Aug 23 11:38:29 orangepioneplus dhclient[1206]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0xf267bc21) Aug 23 11:38:32 orangepioneplus dhclient[1206]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0xf267bc21) Aug 23 11:38:35 orangepioneplus dhclient[1206]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0xf267bc21) Aug 23 11:38:43 orangepioneplus dhclient[1206]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21 (xid=0xf267bc21) Aug 23 11:39:04 orangepioneplus dhclient[1206]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20 (xid=0xf267bc21) Aug 23 11:39:14 orangepioneplus NetworkManager[958]: <warn> [1535024354.9116] dhcp4 (eth0): request timed out Aug 23 11:39:14 orangepioneplus NetworkManager[958]: <info> [1535024354.9118] dhcp4 (eth0): state changed unknown -> timeout Aug 23 11:39:14 orangepioneplus NetworkManager[958]: <info> [1535024354.9280] dhcp4 (eth0): canceled DHCP transaction, DHCP client pid 1206 Aug 23 11:39:14 orangepioneplus NetworkManager[958]: <info> [1535024354.9281] dhcp4 (eth0): state changed timeout -> done Aug 23 11:39:14 orangepioneplus NetworkManager[958]: <info> [1535024354.9290] device (eth0): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Aug 23 11:39:14 orangepioneplus NetworkManager[958]: <info> [1535024354.9298] manager: NetworkManager state is now DISCONNECTED Aug 23 11:39:14 orangepioneplus NetworkManager[958]: <warn> [1535024354.9308] device (eth0): Activation: failed for connection 'Wired connection 1' Aug 23 11:39:14 orangepioneplus NetworkManager[958]: <info> [1535024354.9325] device (eth0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') I'll test your new image now.
  10. Thanks for the image krachlatte, unfortunately it does not boot. No LEDs or HDMI, here is the (very short) UART serial debug output from the Orange Pi 3: U-Boot SPL 2018.09-rc1-armbian (Feb 10 2019 - 13:58:07 +0100) DRAM: 2048 MiB Trying to boot from MMC1 NOTICE: BL31: v2.0(debug):32bcba0 NOTICE: BL31: Built : 23:07:19, Feb 8 2019 NOTICE: BL31: Detected Allwinner H6 SoC (1728) NOTICE: BL31: Found U-Boot DTB at 0xc070e20, model: OrangePi 3 INFO: ARM GICv2 driver initialized NOTICE: PMIC: Probing AXP805 NOTICE: PMIC: AXP805 detected INFO: BL31: Platform setup done INFO: BL31: Initializing runtime services INFO: BL31: cortex_a53: CPU workaround for 855873 was applied INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines