New MARS Mod for the #X6100

Alles over zend(ontvang)ers en toebehoren.
Plaats reactie
Bericht
Auteur
jan-nl
Berichten: 48
Lid geworden op: 01 dec 2013, 11:12

New MARS Mod for the #X6100

#1 Bericht door jan-nl »

A New MARS Mod / OpenTX Mod for the #X6100

Looks like this doesn't work with firmware v1.1.2,
It does work with the v1.1.4 firmware.
More updates as I get them!


# Hacked Firmware Files

# NOTE: Uses at your own risk

# New Procedure: https://youtu.be/yZ9Bxln1qOU


#### x6100_ui_v100.TXOpen - TX on every frequency this radio is able to
#### x6100_ui_v100.TXOpen10w_Bat - Open TX with 10w output from the internal battery

# Install Instructions

* Format a micro SD card in (FAT32 format).
* Put the desired file named "x6100_ui_v100" on the SD card.
* Boot the X6100 without the SD card.
* Connect the raspberry pi to the X6100 with the USB-C cable connected to the "DEV" port.
* Boot up the Raspberry Pi and open a terminal screen.
* Type the following commands:

```
sudo apt install screen (confirm with yes and it will install)
stty -F /dev/ttyACM0 cs8 -parenb
screen /dev/ttyACM0 115200
```

* Now you will be presented with the terminal screen of the X6100 (this may take a
while, press a key if needed to initiate the connection).
* Log in with username "root" and password "123".
* Insert the SD card into the X6100.

When you insert the card into the SD slot, the screen will indicate that a card is inserted.

It also gives some information about the card being read-only.

* Type the following commands:
```
CD
mkdir test
mount /dev/mmcblk0p1 test
cd /usr/app_qt
## make a backup
cp x6100_ui_v100 x6100_ui_v100.original
killall x6100_ui_v100
cp /root/test/x6100_ui_v100 /usr/app_qt
chmod 775 x6100_ui_v100
/etc/init.d/S99userappstart start
```
* Power Off the radio
* Remove the SD card and disconnect the USB-C cable.
* Turn the X6100 back on and have fun... (legally)

2022-01-25-OpenTX-10W-WHITE.zip
(359.67 KiB) 77 keer gedownload
Suc6 & 73
jan-nl

Ton
Berichten: 1015
Lid geworden op: 21 sep 2006, 09:27
Roepletters: PA1PXL
Locatie: Tilburg
Contacteer:

Re: New MARS Mod for the #X6100

#2 Bericht door Ton »

Het kan veel eenvoudiger; pas in /etc/xgradio het bestand xcradio .conf aan naar fullband-tx=enable
Dat is alles.
O ja, een rood f-tx icoontje zal zichtbaar zijn in de linker bovenhoek van het display.
PA1PXL | Kenwood TS-890, Icom IC-7300, Yaesu FT-817ND
Vintage Sommerkamp Coffee warmer specialist
http://pa1pxl.blogspot.com

Plaats reactie