Learn Tiny Core. View Tiny Core Screen Shots and Videos.
Please confirm potential typos.Code: [Select] 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.confMissing directory. Should be ">>/etc/ser2net.conf"Code: [Select] 3.10 We have to tell piCorePlayer to save these setting for future reboots : sudo echo /etc/ser2name.conf >> /opt/.filetool.lstExtra / and ser2name should be ser2net. Should be "etc/ser2net.conf"Ready for review: https://docs.picoreplayer.org/projects/using-ser2net/
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
Hi olivier.comA couple of minor points:You misspelled export:Code: [Select]xport CXXFLAGS="-O2 -pipe -fno-exceptions -fno-rtti -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"I was under the (possibly mistaken) impression that piCorePlayer like piCore compiled 32 bit apps to bearmv6 compatible:Code: [Select]export CFLAGS="-O2 -pipe -march=native -mfpu=vfp"export CXXFLAGS="-O2 -pipe -fno-exceptions -fno-rtti -march=native -mfpu=vfp"
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"
...As long as you’re not cross compiling, the simplest and easiest way to get the best performance on Arm with both GNU compilers and LLVM-compilers is to use only -mcpu=native and actively avoid using -mtune or -march....
Just one mistake. the last comand is "pcp bu" not "pcp br".