Jump to content

Recommended Posts

Posted

Hi Nick,

I'm learning how to compile Armbian, and I tried building your H618 image. I selected bananapi during the build and it compiled successfully, but unfortunately it doesn't boot on my Transpeed TV Box with Allwinner H618.

If you could share some guidance on how to compile it correctly for this device, I’d really appreciate it. I'm still learning, so any advice helps a lot.

Thanks for your awesome work!

Best regards,
 

Posted (edited)

Here is an update for Video Acceleration

Repository for v4l2request hardware video decoding (rockchip, allwinner)

 

Does no seem to work tested on my Tanix Tx6 and Vontar H618

Edited by firepower
Posted (edited)

Noticed some strange wifi setting for my Vontar H618, its asking for Tanix,Tx6s wifi firmware

I am using brcmfmac4334-sdio.bin and wifi works.

 

Quote

dmesg | grep -i brcm
[ 9.628089] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4334-sdio for chip BCM4334/3
[ 9.629995] brcmfmac mmc3:0001:1: Direct firmware load for brcm/brcmfmac4334-sdio.tanix,tx6s.bin failed with error -2
[ 9.630025] brcmfmac mmc3:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac4334-sdio.tanix,tx6s.bin
[ 9.633241] usbcore: registered new interface driver brcmfmac
[ 9.809003] brcmfmac mmc3:0001:1: Direct firmware load for brcm/brcmfmac4334-sdio.clm_blob failed with error -2
[ 9.809023] brcmfmac mmc3:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac4334-sdio.clm_blob
[ 10.010696] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[ 10.010717] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 10.011060] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4334/3 wl0: Jul 24 2019 12:58:36 version 6.10.191 (TOB) (r) FWID 01-b049404e
firepower@vontar-h618:~$ dmesg | grep -i bcm
[ 9.628089] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4334-sdio for chip BCM4334/3
[ 9.789382] hci_uart_bcm serial0-0: setup of GPIO device-wakeup failed: -517
[ 10.011060] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4334/3 wl0: Jul 24 2019 12:58:36 version 6.10.191 (TOB) (r) FWID 01-b049404e
[ 11.556673] hci_uart_bcm serial0-0: setup of GPIO device-wakeup failed: -517
[ 16.726540] hci_uart_bcm serial0-0: setup of GPIO device-wakeup failed: -517
[ 21.599112] hci_uart_bcm serial0-0: setup of GPIO device-wakeup failed: -517
 

 

 

Edited by firepower
Posted (edited)

I deleted the build folder and built votar image a second time to make sure. same result. brcmfmac4334-sdio.tanix,tx6s.bin again was requested. just thought it strange.

was trying to solve bluetooth not working and see what different dmesg give.

originally compiled tanix tx6 then after compile vontar, though it may because used same build folder.

that why did again with clean build.

also tanix tx6 is requesting brcmfmac-ap6330-sdio.tanix,tx6s.bin

 

/build/patch/u-boot/u-boot-h616

 

153-add-tanix_tx6s_axp313_defconfig.patch

+    model = "Tanix TX6s (axp313)";
+    compatible = "tanix,tx6s", "allwinner,sun50i-h616";

 

160-add-vontar-h618-defconfig.patch

+    model = "Vontar H618";  
+    compatible = "tanix,tx6s", "allwinner,sun50i-h616";     

/build/patch/kernel/archive/warpme-6.12

0649-arm64-dts-allwinner-h618-add-vontar-h618-TVbox.patch

+    model = "Vontar H618";
+    compatible = "tanix,tx6s", "allwinner,sun50i-h616";

 

should this be

+    compatible = "vontar,h618", "allwinner,sun50i-h616"; 

 

Edited by firepower
Posted (edited)

I rebuild with above corrections and also changed the bluetooth GPIO pins to be same as transpeed. Now I can see bluetooth before it was missing.


 

Quote

 

0649-arm64-dts-allwinner-h618-add-vontar-h618-TVbox.patch

+    bluetooth {
+        compatible = "brcm,bcm43438-bt";
+        clocks = <&rtc 1>;
+        clock-names = "lpo";
+        vbat-supply = <&reg_dldo1>;
+        vddio-supply = <&reg_dldo1>;

-        device-wakeup-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
-        host-wakeup-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */
-        shutdown-gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */
+        device-wakeup-gpios = <&pio 6 17 GPIO_ACTIVE_HIGH>; /* PG17 */ 
+        host-wakeup-gpios = <&pio 6 16 GPIO_ACTIVE_HIGH>; /* PG16 */
+        shutdown-gpios = <&pio 6 19 GPIO_ACTIVE_HIGH>; /* PG19 */
+    };

 

 

Quote

firepower@vontar-h618:~$ dmesg | grep -i brcm
[    9.696754] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4334-sdio for chip BCM4334/3
[    9.697570] usbcore: registered new interface driver brcmfmac
[    9.747060] brcmfmac mmc3:0001:1: Direct firmware load for brcm/brcmfmac4334-sdio.clm_blob failed with error -2
[    9.747092] brcmfmac mmc3:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac4334-sdio.clm_blob
[    9.985184] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[    9.985207] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[    9.985596] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4334/3 wl0: Jul 24 2019 12:58:36 version 6.10.191 (TOB) (r) FWID 01-b049404e
[   10.123358] Bluetooth: hci0: BCM4334B0 'brcm/BCM4334B0.hcd' Patch


firepower@vontar-h618:~$ dmesg | grep -i bcm
[   11.972358] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4334-sdio for chip BCM4334/3
[   12.256575] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4334/3 wl0: Jul 24 2019 12:58:36 version 6.10.191 (TOB) (r) FWID 01-b049404e
[   12.359681] Bluetooth: hci0: BCM: chip id 68
[   12.362259] Bluetooth: hci0: BCM: features 0x0f
[   12.385717] Bluetooth: hci0: BCM4334B0
[   12.385750] Bluetooth: hci0: BCM4334B0 (002.001.013) build 0000
[   12.402591] Bluetooth: hci0: BCM4334B0 'brcm/BCM4334B0.hcd' Patch
[   16.940011] Bluetooth: hci0: BCM: features 0x0f
[   16.963508] Bluetooth: hci0: BCM4334B1 37.4 MHz ExtLNA Murata VM
[   16.963534] Bluetooth: hci0: BCM4334B0 (002.001.013) build 1852


firepower@vontar-h618:~$ dmesg | grep -i blue
[   11.894134] Bluetooth: Core ver 2.22
[   11.894664] NET: Registered PF_BLUETOOTH protocol family
[   11.894678] Bluetooth: HCI device and connection manager initialized
[   11.894705] Bluetooth: HCI socket layer initialized
[   11.894716] Bluetooth: L2CAP socket layer initialized
[   11.894744] Bluetooth: SCO socket layer initialized
[   11.992783] Bluetooth: HCI UART driver ver 2.3
[   11.992803] Bluetooth: HCI UART protocol H4 registered
[   11.992811] Bluetooth: HCI UART protocol BCSP registered
[   11.992924] Bluetooth: HCI UART protocol LL registered
[   11.992932] Bluetooth: HCI UART protocol ATH3K registered
[   11.992995] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   11.995124] Bluetooth: HCI UART protocol Intel registered
[   11.995540] Bluetooth: HCI UART protocol Broadcom registered
[   11.995612] Bluetooth: HCI UART protocol QCA registered
[   11.995681] Bluetooth: HCI UART protocol Marvell registered
[   12.359681] Bluetooth: hci0: BCM: chip id 68
[   12.362259] Bluetooth: hci0: BCM: features 0x0f
[   12.385717] Bluetooth: hci0: BCM4334B0
[   12.385750] Bluetooth: hci0: BCM4334B0 (002.001.013) build 0000
[   12.402591] Bluetooth: hci0: BCM4334B0 'brcm/BCM4334B0.hcd' Patch
[   16.259605] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.259632] Bluetooth: BNEP filters: protocol multicast
[   16.259653] Bluetooth: BNEP socket layer initialized
[   16.940011] Bluetooth: hci0: BCM: features 0x0f
[   16.963508] Bluetooth: hci0: BCM4334B1 37.4 MHz ExtLNA Murata VM
[   16.963534] Bluetooth: hci0: BCM4334B0 (002.001.013) build 1852
[   17.103729] Bluetooth: MGMT ver 1.23
[   20.318158] Bluetooth: hci0: command 0x0c13 tx timeout
[   20.318154] Bluetooth: hci0: Opcode 0x0c13 failed: -110
[   22.451494] Bluetooth: hci0: Opcode 0x0c52 failed: -110
[   22.454827] Bluetooth: hci0: command 0x0c13 tx timeout
[   36.639198] Bluetooth: RFCOMM TTY layer initialized
[   36.639246] Bluetooth: RFCOMM socket layer initialized
[   36.639283] Bluetooth: RFCOMM ver 1.11
[   38.668165] Bluetooth: hci0: command 0x0c13 tx timeout
[   38.668165] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   40.798169] Bluetooth: hci0: command 0x0c13 tx timeout
[   40.798169] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   42.931506] Bluetooth: hci0: command 0x0c13 tx timeout
[   42.931510] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   45.064902] Bluetooth: hci0: command 0x0c13 tx timeout
[   45.064968] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   47.198214] Bluetooth: hci0: command 0x0c13 tx timeout
[   47.198270] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   49.331554] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   49.331643] Bluetooth: hci0: command 0x0c13 tx timeout
[   51.464871] Bluetooth: hci0: command 0x0c13 tx timeout
[   51.464933] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   53.598235] Bluetooth: hci0: command 0x0c13 tx timeout
[   53.598235] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   55.731536] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   55.731618] Bluetooth: hci0: command 0x0c13 tx timeout
[   57.864877] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   57.864930] Bluetooth: hci0: command 0x0c13 tx timeout
[   59.998168] Bluetooth: hci0: command 0x0c13 tx timeout
[   59.998169] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   62.131478] Bluetooth: hci0: command 0x0c13 tx timeout
[   62.131485] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   64.264802] Bluetooth: hci0: command 0x0c13 tx timeout
[   64.264802] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   66.398134] Bluetooth: hci0: command 0x0c13 tx timeout
[   66.398134] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   68.531471] Bluetooth: hci0: command 0x0c13 tx timeout
[   68.531470] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   70.664836] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   70.664922] Bluetooth: hci0: command 0x0c13 tx timeout
[   72.798178] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   72.798261] Bluetooth: hci0: command 0x0c13 tx timeout
[   74.931483] Bluetooth: hci0: Opcode 0x0c24 failed: -110
[   74.931492] Bluetooth: hci0: command 0x0c13 tx timeout
[  202.725147] Bluetooth: hci0: command 0x0c13 tx timeout
[  202.725206] Bluetooth: hci0: Opcode 0x2005 failed: -110
[  204.858521] Bluetooth: hci0: command 0x0c13 tx timeout
[  204.858518] Bluetooth: hci0: Opcode 0x200b failed: -110
[  239.632564] Bluetooth: hci0: Opcode 0x2005 failed: -110
[  239.632566] Bluetooth: hci0: command 0x0c13 tx timeout
[  241.765866] Bluetooth: hci0: command 0x0c13 tx timeout
[  241.765925] Bluetooth: hci0: Opcode 0x200b failed: -110
[  485.612209] Bluetooth: hci0: command 0x0c13 tx timeout
[  485.612209] Bluetooth: hci0: Opcode 0x2005 failed: -110
[  487.745592] Bluetooth: hci0: command 0x0c13 tx timeout
[  487.745657] Bluetooth: hci0: Opcode 0x200b failed: -110
[ 1393.356783] Bluetooth: hci0: Opcode 0x0c03 failed: -110
firepower@vontar-h618:~$

Quote

firepower@tanix-tx6s-axp313:~$ dmesg | grep -i brcm
[   13.561402] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac-ap6330-sdio for chip BCM4330/4
[   13.562569] usbcore: registered new interface driver brcmfmac
[   13.723011] brcmfmac mmc3:0001:1: Direct firmware load for brcm/brcmfmac-ap6330-sdio.clm_blob failed with error -2
[   13.723044] brcmfmac mmc3:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac-ap6330-sdio.clm_blob
[   14.037452] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[   14.037489] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[   14.038131] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4330/4 wl0: Jan 23 2013 17:46:35 version 5.90.195.114 FWID 01-cafa6b3e
[   14.083162] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 184
[   14.083202] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 188
[   14.083209] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 192
[   14.083217] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 196
[   14.083224] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 200
[   14.083231] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 204
[   14.083238] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 208
[   14.083245] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 212
[   14.083252] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 216
[   14.123903] Bluetooth: hci0: BCM4330B1 'brcm/BCM4330B1.hcd' Patch
[   26.639000] ieee80211 phy0: brcmf_p2p_create_p2pdev: timeout occurred
[   26.639074] ieee80211 phy0: brcmf_cfg80211_add_iface: add iface p2p-dev-wlan0 type 10 failed: err=-5


firepower@tanix-tx6s-axp313:~$ dmesg | grep -i bcm
[   13.561402] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac-ap6330-sdio for chip BCM4330/4
[   14.038131] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4330/4 wl0: Jan 23 2013 17:46:35 version 5.90.195.114 FWID 01-cafa6b3e
[   14.057779] Bluetooth: hci0: BCM: chip id 62
[   14.062558] Bluetooth: hci0: BCM: features 0x0f
[   14.088349] Bluetooth: hci0: BCM4330B1
[   14.088411] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000
[   14.123903] Bluetooth: hci0: BCM4330B1 'brcm/BCM4330B1.hcd' Patch
[   17.977607] Bluetooth: hci0: BCM: features 0x0f
[   18.001225] Bluetooth: hci0: BCM4330B1
[   18.001259] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000


firepower@tanix-tx6s-axp313:~$ dmesg | grep -i blue
[   13.459074] Bluetooth: Core ver 2.22
[   13.459297] NET: Registered PF_BLUETOOTH protocol family
[   13.459325] Bluetooth: HCI device and connection manager initialized
[   13.459359] Bluetooth: HCI socket layer initialized
[   13.459374] Bluetooth: L2CAP socket layer initialized
[   13.459411] Bluetooth: SCO socket layer initialized
[   13.700931] Bluetooth: HCI UART driver ver 2.3
[   13.700971] Bluetooth: HCI UART protocol H4 registered
[   13.700978] Bluetooth: HCI UART protocol BCSP registered
[   13.701134] Bluetooth: HCI UART protocol LL registered
[   13.701148] Bluetooth: HCI UART protocol ATH3K registered
[   13.701244] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   13.701765] Bluetooth: HCI UART protocol Intel registered
[   13.702404] Bluetooth: HCI UART protocol Broadcom registered
[   13.702533] Bluetooth: HCI UART protocol QCA registered
[   13.702616] Bluetooth: HCI UART protocol Marvell registered
[   14.057779] Bluetooth: hci0: BCM: chip id 62
[   14.062558] Bluetooth: hci0: BCM: features 0x0f
[   14.088349] Bluetooth: hci0: BCM4330B1
[   14.088411] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000
[   14.123903] Bluetooth: hci0: BCM4330B1 'brcm/BCM4330B1.hcd' Patch
[   17.977607] Bluetooth: hci0: BCM: features 0x0f
[   18.001225] Bluetooth: hci0: BCM4330B1
[   18.001259] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000
[   18.054441] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.054472] Bluetooth: BNEP filters: protocol multicast
[   18.054496] Bluetooth: BNEP socket layer initialized
[   18.152593] Bluetooth: MGMT ver 1.23
[   36.126584] Bluetooth: RFCOMM TTY layer initialized
[   36.126637] Bluetooth: RFCOMM socket layer initialized
[   36.126665] Bluetooth: RFCOMM ver 1.11
firepower@tanix-tx6s-axp313:~$

 

 

Edited by firepower
Posted (edited)
Quote

firepower@vontar-h618:~$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: active (running) since Sun 2025-04-13 13:11:25 +07; 9min ago
       Docs: man:bluetoothd(8)
   Main PID: 606 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 4598)
     Memory: 3.3M (peak: 3.6M)
        CPU: 231ms
     CGroup: /system.slice/bluetooth.service
             └─606 /usr/libexec/bluetooth/bluetoothd

Apr 13 13:12:21 vontar-h618 bluetoothd[606]: Failed to add UUID: Authentication Failed (0x05)
Apr 13 13:12:23 vontar-h618 bluetoothd[606]: Failed to add UUID: Authentication Failed (0x05)
Apr 13 13:12:25 vontar-h618 bluetoothd[606]: Failed to add UUID: Authentication Failed (0x05)
Apr 13 13:12:27 vontar-h618 bluetoothd[606]: Failed to add UUID: Authentication Failed (0x05)
Apr 13 13:12:29 vontar-h618 bluetoothd[606]: Failed to add UUID: Authentication Failed (0x05)
Apr 13 13:12:32 vontar-h618 bluetoothd[606]: Failed to add UUID: Authentication Failed (0x05)
Apr 13 13:12:34 vontar-h618 bluetoothd[606]: Failed to add UUID: Authentication Failed (0x05)
Apr 13 13:13:13 vontar-h618 bluetoothd[606]: Failed to set mode: Authentication Failed (0x05)
Apr 13 13:13:15 vontar-h618 bluetoothd[606]: Failed to set mode: Authentication Failed (0x05)
Apr 13 13:13:18 vontar-h618 bluetoothd[606]: Failed to set mode: Authentication Failed (0x05)

Quote

firepower@tanix-tx6s-axp313:~$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: active (running) since Sun 2025-04-13 14:49:25 +07; 3min 47s ago
       Docs: man:bluetoothd(8)
   Main PID: 605 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 4598)
     Memory: 3.2M (peak: 3.6M)
        CPU: 354ms
     CGroup: /system.slice/bluetooth.service
             └─605 /usr/libexec/bluetooth/bluetoothd

Apr 13 14:51:15 tanix-tx6s-axp313 bluetoothd[605]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Apr 13 14:51:15 tanix-tx6s-axp313 bluetoothd[605]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Apr 13 14:51:19 tanix-tx6s-axp313 bluetoothd[605]: Endpoint registered: sender=:1.86 path=/MediaEndpoint/A2DPSink/sbc
Apr 13 14:51:19 tanix-tx6s-axp313 bluetoothd[605]: Endpoint registered: sender=:1.86 path=/MediaEndpoint/A2DPSource/sbc
Apr 13 14:51:19 tanix-tx6s-axp313 bluetoothd[605]: Endpoint registered: sender=:1.86 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Apr 13 14:51:19 tanix-tx6s-axp313 bluetoothd[605]: Endpoint registered: sender=:1.86 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Apr 13 14:51:19 tanix-tx6s-axp313 bluetoothd[605]: Endpoint registered: sender=:1.86 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Apr 13 14:51:19 tanix-tx6s-axp313 bluetoothd[605]: Endpoint registered: sender=:1.86 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Apr 13 14:51:19 tanix-tx6s-axp313 bluetoothd[605]: Endpoint registered: sender=:1.86 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Apr 13 14:51:19 tanix-tx6s-axp313 bluetoothd[605]: Endpoint registered: sender=:1.86 path=/MediaEndpoint/A2DPSource/sbc_xq_552
firepower@tanix-tx6s-axp313:~$

 

 

Bluetooth app opens and scans but does not find any devices. :(  hope i not chasing a red herring.

 

Edited by firepower

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines