Need an Introduction to Tiny Core? Or peruse Core Concepts.
Can you make a new netstat command to the both, from rasbian and picore.So you can see now that ser2net LISTEN to ipv4 instead of ipv6, so you don't need ipv6-netfilter-xxx.tcz any more.
Probably you need to look into ser2net's source, what it's doing with uucp. Or just use the -u option
He doing what is he doing and it doesn't matter at all. With Raspbian it is no need to add the -u option. So, i want to know why piCore has not the same behavior.There is rights problem ? piCOre configuration problem ? ...
Hi olivier.comBefore you built ser2net , you had to build gensio , right?When you run ./configure for gensio , include --with-uucp-locking=no
Quote from: olivier.com on January 28, 2022, 03:07:53 AMHe doing what is he doing and it doesn't matter at all. With Raspbian it is no need to add the -u option. So, i want to know why piCore has not the same behavior.There is rights problem ? piCOre configuration problem ? ...Of course it matters. If you don't know what it's doing, how will you find out why the behavior differs?You're asking us, but none of us know. We don't have the hw, and it seems none have ever used ser2net.
I'll add this to the piCorePlayer projects documentation if you like? See https://docs.picoreplayer.org/projects/
xport CXXFLAGS="-O2 -pipe -fno-exceptions -fno-rtti -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
export CFLAGS="-O2 -pipe -march=native -mfpu=vfp"export CXXFLAGS="-O2 -pipe -fno-exceptions -fno-rtti -march=native -mfpu=vfp"
3.9 Add the ser2net conf file sudo touch /etc/ser2net.conf sudo echo protocol,src_ip,port_to_reach_onRpi:raw:0:/dev/ttyUSB0:9600 8DATABITS NONE 1STOPBIT >> ser2net.conf
3.10 We have to tell piCorePlayer to save these setting for future reboots : sudo echo /etc/ser2name.conf >> /opt/.filetool.lst