Jump to content

renedis

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by renedis

  1. On 8/12/2019 at 2:40 PM, 062621AM said:

    Tried the following image, unable to boot and ended up with this message:

    
    [ OK ] Started Armbian hardware optimization.
    
    _

    Armbian_5.93_Orangepi3_Ubuntu_bionic_dev_5.2.8_desktop.img

    Armbian_5.93_Orangepi3_Ubuntu_bionic_next_4.19.66.img

    Armbian_5.93_Orangepi3_Debian_buster_dev_5.2.8_desktop.img

    Armbian_5.88_Orangepi3_Ubuntu_bionic_dev_5.1.7.img

    Armbian_5.90.190705_Orangepi3_Ubuntu_bionic_dev_5.1.15.img

    Armbian_5.90_Orangepi3_Debian_buster_dev_5.1.15.img

    Armbian_5.90_Orangepi3_Ubuntu_bionic_dev_5.1.15.img

     

    https://www.aliexpress.com/item/32969768551.html?spm=a2g0s.9042311.0.0.48ae4c4dJolXaF

    SBC: OrangePi 3 2GB DDR3 + 8GB eMMC + 5V 3A adapter

     

    Previously successful image that can boot is back at March:
    Armbian_5.77_Orangepi3_Ubuntu_bionic_dev_5.0.1_desktop.img

     

    i am not the only one affected, right?

     

    You need to change the DTB file to version 5.88.190601 - 5.1.5

    Located on the SD card: /boot/dtb-5.1.7-sunxi64/allwinner/sun50i-h6-orangepi-3.dtb

    That fixed it for me on 5.88 dev 5.17.

     

    Version linux-dtb-dev-sunxi64 version 5.90.190630 should work too, but I've not tested it.

     

    Check post: 

     

     

     

     

  2. On 6/19/2019 at 1:08 PM, Piersandro said:

    Hi all,

     

    I cannot post to the H6 forum so I cannot reply to @renedis with the link to download the Armbian_5.88.190601_Orangepi3_Ubuntu_bionic_dev_5.1.5 file he asked.

     

    For him and other users that actually cannot run the Ubuntu image for Orange Pi 3 I uploaded in my OneDrive the working image: Armbian_5.88.190601_Orangepi3_Ubuntu_bionic_dev_5.1.5

    PS: please can someone move to the Allwinner H6 forum? Thank you.

    Thanks mate for taking the time and effort!

  3. On 5/30/2019 at 3:50 AM, megi said:

    I don't see them in armbian. Anyway, I only have Opi 3 working, and lite2 may have a different bluetooth chip.

    If I convert DTB to DTS (and back) and add this:

     

    /* There's the BT part of the AP6256 connected to that UART */ &uart1 { pinctrl-names = "default"; pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>; uart-has-rtscts; status = "okay"; bluetooth { compatible = "brcm,bcm4345c5"; clocks = <&rtc 1>; clock-names = "lpo"; device-wakeup-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */ host-wakeup-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */ shutdown-gpios = <&r_pio 1 4 GPIO_ACTIVE_HIGH>; /* PM4 */ max-speed = <1500000>; }; };

     

    And copy https://github.com/orangepi-xunlong/OrangePiH6_external/tree/master/ap6256 to:

    /lib/firmware/brcm/(BCM4345C5.hcd)

     

    Am I correct that it will it work then? (I'm using a OPi3)

  4. Thanks, I don't know how to do that and I'm not a "dts/dtb expert". Is there any guide on how to get this going? (not just bluetooth, als odts/dtb in generally). I'm interested and eager to learn but don't know where to start with this.

     

    Edit:

     

    I have absolutely no idea what I'm doing... But found this out looking at the schematics:

    PIN  Define      CFG

    PL10 BT-WIFI-ON  1
    PM0  WL-WAKE-AP  0
    PM1  BT-WAKE-AP  0
    PM2  AP-WAKE-BT  1
    PM3  WL-REG-ON   1
    PM3  BT-REG-ON   1

     

     

    I also found out that the schematics are the same as the AP6255.

     

    BT-options.png

     

     

     

     

    Edit2:

     

     

    Also found this topic....

     

     

     

    Maybe if I convert DTB to DTS (and back) and add this:

     

    /* There's the BT part of the AP6256 connected to that UART */ &uart1 { pinctrl-names = "default"; pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>; uart-has-rtscts; status = "okay"; bluetooth { compatible = "brcm,bcm4345c5"; clocks = <&rtc 1>; clock-names = "lpo"; device-wakeup-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */ host-wakeup-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */ shutdown-gpios = <&r_pio 1 4 GPIO_ACTIVE_HIGH>; /* PM4 */ max-speed = <1500000>; }; };

     

    And copy https://github.com/orangepi-xunlong/OrangePiH6_external/tree/master/ap6256 to:

    /lib/firmware/brcm/(BCM4345C5.hcd)

     

    Am I correct that it will it work then? (I'm using a OPi3)

  5.  / _ \|  _ \(_) |___ /
    | | | | |_) | |   |_ \
    | |_| |  __/| |  ___) |
     \___/|_|   |_| |____/
    
    Welcome to Debian Stretch with Armbian Linux 5.1.7-sunxi64
    System load:   0.02 0.01 0.00   Up time:       8:04 hours
    Memory usage:  9 % of 1997MB    IP:            x.x.x.x
    CPU temp:      46°C
    Usage of /:    69% of 7.1G

    Everything is working now, I've installed to eMMC.

     

    Thanks everyone for working on this! The OPi3 is pretty fast too!

  6. [ o.k. ] Writing U-boot bootloader [ /dev/loop0 ]
    [ o.k. ] Done building [ /orangepi/build/output/images/Armbian_5.89_Orangepi3_Debian_stretch_dev_5.1.7.img ]
    [ o.k. ] Runtime [ 33 min ]
    [ o.k. ] Repeat Build Options [ ./compile.sh BOARD=orangepi3 BRANCH=dev RELEASE=stretch BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no  ]

    OK, so building my own image worked.. But it still isn't working on my OPi3.

     

    Can anyone please provide a working IMG (5.88.190601 - 5.1.5)?

    Or tell me how to change the dtb file?

  7. I'm planning on buying the OPI3 because of the rich feature set. I would love to put Armbian on it.

    Building an image is no problem for me but I'm lost tracing the current issues and would like to know what those are at the moment.

     

    I've found out:

     

    - HDMI resolution output issues. Fixed

    - CPU speed throttling issues. Fixed

    - WiFi issues. Fixed

    - eMMC issues: Fixed

    - NIC issues: ??? No issues for some?

    - Bluetooth issues: ???

    - Sound issues: ???

    - Reboot issues: ???

     

    Can someone tell me if I'm correct about the above? Or i'm I wrong or missing something?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines