After few moments of insanity...I realise I have forgotten to back up my changes.... so I confirm driver is correctly loaded
dmesg | grep tty
[ 0.000000] Kernel command line: coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbsw ap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 tz=CET-1CEST,M3.5.0,M10.5.0/3 dwc_otg.fiq_fsm_mask=0xF host=pCP dwc_otg.lpm_enable=0 console=tty1 root=/dev/ram0 rootwait quiet nortc lo glevel=3 noembed smsc95xx.turbo_mode=N noswap consoleblank=0 waitusb=2
[ 0.000335] printk: console [tty1] enabled
[ 2.549527] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[ 19.549312] usb 1-1.5: FTDI USB Serial Device converter now attached to ttyUSB0
and
lsmod
Module Size Used by
spidev 20480 0
snd_soc_bcm2835_i2s 16384 0
snd_soc_core 229376 1 snd_soc_bcm2835_i2s
ftdi_sio 45056 0
usbserial 36864 1 ftdi_sio
snd_compress 20480 1 snd_soc_core
snd_bcm2835 28672 0
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_pcm 114688 5 snd_compress,snd_pcm_dmaengine,snd_soc_bcm2835_i2s,snd_bcm2835,snd_soc_core
snd_timer 36864 1 snd_pcm
snd 77824 5 snd_compress,snd_timer,snd_bcm2835,snd_soc_core,snd_pcm
raspberrypi_hwmon 16384 0
i2c_bcm2835 16384 0
spi_bcm2835 20480 0
fixed 16384 0
squashfs 40960 72
zram 28672 1
zsmalloc 28672 1 zram
ser2net is now started but it doesnt connect to my serial device. (this step is OK with raspbian.)
I don't have very good knowledge of TC so does port on TC are all open? (the port I use to connect to ser2net ethernet side is 11111), I guess yes but I can send message to it... but they dont arrive to the serial device..
Status given by ser2net control port command is already not connected.