Você está na página 1de 4

PARA RECALBOX

sharedevice=NETWORK
sharenetwork_smb1=ROMS@192.168.1.6:RetroBat/roms:username=Rafael,password=yadorato7
sharenetwork_smb1=BIOS@192.168.1.6:batocera/bios:username=Rafael,password=yadorato7
sharenetwork_smb1=SAVES@192.168.1.6:batocera/
saves:username=Rafael,password=yadorato7
sharenetwork_smb1=DECORATIONS@192.168.1.6:batocera/
decorations:username=Rafael,password=yadorato7

sharedevice=NETWORK
sharenetwork_smb1=ROMS@192.168.1.6:recalbox/share/
roms:username=yadorato,password=yadorato7
sharenetwork_smb1=BIOSS@192.168.1.6:recalbox/share/
roms:username=yadorato,password=yadorato7
sharenetwork_smb1=SAVES@192.168.1.6:recalbox/share/
roms:username=yadorato,password=yadorato7
case=none:1

IMPORTANTE adicionar o case=none:1 foi o que fez funcionar , vou testar com outras
pastas e tambem no batocera

-----------------------------------------------------------------------------------
---------------------------------------------

PARA BATOCERA
sharedevice=NETWORK
sharenetwork_smb1=ROMS@192.168.1.2:RetroBat/
roms:username=yadorato,password=yadorato7
sharenetwork_smb1=BIOS@192.168.1.2:batocera/
bios:username=yadorato,password=yadorato7
sharenetwork_smb1=SAVES@192.168.1.2:batocera/
saves:username=yadorato,password=yadorato7

-----------------------------------------------------------------------------------
-------------------------------------------------

PARA RETROPIE

logar no ssh
username pi
password raspberry

entrar com o comando


sudo nano /etc/fstab

em seguida entrar com o seguinte comando

//192.168.1.5/roms2 /home/pi/RetroPie/roms cifs


username=yadorato,password=yadorato7,nounix,noserverino,defaults,users,auto 0 0
[-----------------------------]
[----------------------------------------------------------------------------------
-----------]
change this line ^^^^^^^^^ you can keep this line
the same ^^^
to match your network share

Apos entrar com o comando, usar o comando sudo mount -a para ativa-lo
MELHOR OPÇÂO RETROPIE

entre no putty
username pi
password raspberry

nano /opt/retropie/configs/all/autostart.sh

- entre com o seguinte comando uma linha acima do emulationstation #auto

sudo mount -t cifs -o


sec=ntlmv2,username=yadorato,rw,file_mode=0777,dir_mode=0777,password=yadorato7,nou
nix,noserverino //192.168.1.7/RetroPie/roms /home/pi/RetroPie/roms

para que funcione é necessario copiar a estrtura da pasta RetroPie , com as pastas
de roms , bios, e etc para que o retropie consiga montar via rede.

-----------------------------------------------------------------------------------
-------------------------------------------------

PARA ATIVAR A SAIDA RCA NO BATOCERA V34 , necessário adicionar a linha


dtoverlay=vc4-kms-v3d,composite=1 na seção [RPI3] do config.txt

mount -o remount,rw /boot

sdtv_mode=2
hdmi_ignore_hotplug=1
audio_pwm_mode=2

# For more options and information see


# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details

# sets the initial CEC name of the device


cec_osd_name=batocera

# uncomment if you get no picture on HDMI for a default "safe" mode


#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
# at 0, it causes flickering on hdmi output
disable_overscan=0

# uncomment the following to adjust overscan. Use positive numbers if console


# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output


#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)


#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or


# no display
#config_hdmi_boost=4

# if you plug your tv at the same time as your rpi and that the rpi switches from
the hdmi or give a low resolution because tv had no enough time to initialize it
boot_delay=3

# uncomment for composite PAL


sdtv_mode=0

# uncomment if you have slow sound issues on composite output


#audio_pwm_mode=0

# uncomment for lirc-rpi


#dtoverlay=lirc-rpi

# uncomment if you don't want the rainbow at startup


disable_splash=1

# Overclock
# https://www.raspberrypi.org/documentation/configuration/config-txt/memory.md
gpu_mem_256=128
gpu_mem_512=128
gpu_mem_1024=384

kernel=boot/linux
initramfs boot/initrd.gz

# enable UART (required for for retroflag)


# affect rpi performances
# enable_uart=1

# Uncomment some or all of these to enable the optional hardware interfaces


#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable infrared communication.


#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)


dtparam=audio=on
overscan_scale=1
arm_freq=1325
core_freq=525
sdram_freq=520
force_turbo=0
over_voltage=4
over_voltage_sdram=4
gpu_freq=500

ATIVAR VGA 666 no batocera v31

[VGA666]
dtoverlay=vga666
enable_dpi_lcd=1
display_default_lcd=1
dpi_group=2
dpi_mode=0x10
framebuffer_width=1024
framebuffer_height=768

Você também pode gostar