Re: waveshare 3.5 touchscreen how to get working in picore
thanks jgrulich dat worked i had to use your simple script for startup, the screen works even after reboot.so i think i'm alright with it, but my question is how to point jivelite to the screen.when i...
View ArticleRe: piCore-7.1beta2 released
Jonthanks for testing. It is my RPi2 dmesg:[code]root@box:/home/tc# dmesg[ 0.000000] Booting Linux on physical CPU 0xf00[ 0.000000] Initializing cgroup subsys cpuset[ 0.000000] Initializing...
View ArticleRe: Problems updating applicaton to FLTK 1.3
Hi dentonlt. Never did get my My File Manager Re-Imagined updated to FLTK 1.3 and never heard whether nimday had success. The extension, build-dep file and source code was submitted to TC6 a few days...
View ArticleRe: Issue with rpi-vc and camera
Ok, I got the camera working again. I had to edit the config.txt file and change the Enable peripheral buses dtparam line...
View ArticleRe: Lazarus 1.6 + FPC (FreePascal Compiler) 3.0
Quote from: patrikg on March 17, 2016, 12:57:17 AMWhy not try to compile it your self.https://sourceforge.net/projects/freep...
View ArticleRe: waveshare 3.5 touchscreen how to get working in picore
Have it !!!Hence the Jivelite is hardcoded to the HDMI, as a last resort I've used the fbcp utility which simply copy /dev/fb0 to /dev/fb1.The setup is simple:1) remove fbcon=map:10, or use fbcon=map:0...
View ArticleRe: waveshare 3.5 touchscreen how to get working in picore
Wow that's great news. So we have to install rpi-vci.tz and then use framecopybuffer?Something like this?sudo apt-get install -y cmakegit clone https://github.com/tasanakorn/rpi-fbcpmkdir -p...
View ArticleRe: Issue with rpi-vc and camera
Hi mosimo,Well done, nice detective work.It works on my Pi2's and 3's, need to turn i2c_vc=off.dtparam=i2c=on,spi=on,i2s=on,i2c_vc=offNow to get WiFi going.Gavin
View ArticleRouting between subinterfaces on piCore7
Hi all,I have been fighting with this for a good 10 hours or so now and I would appreciate some help.I want to route between two subnets but since the Pi only has a single NIC, I have created a...
View ArticleRe: Enable IP Forwarding and ICMP redirect settings in TinyCoreLinux
Thank you @Rich Just incase someone needs it (will be posting a complete guide on how to make a RPi into a router, even though it has a single NIC), here are the commands I used:[code]sudo sh -c "echo...
View Articlefiletool doesn't show errors
HiI've some non existent items on my /opt/.filetool.lst but the filetool gui doesn't show the error.
View ArticleRe: Routing between subinterfaces on piCore7
Using sysctl just does the same writing/echoes under the hood, it doesn't matter if you use the tool or do it yourself. Backing up /proc files is not possible, please remove those from your...
View ArticleReported Minitool GPL violation, not a TC derivative
It was reported to us that Minitool's partition wizard bootable cd (pwfree9.iso) is based on TC, and with no sources nor mention of the license on their site, would violate the GPL.At the surface it...
View ArticleRe: piCore-7.1beta2 released
Looks like the Raspbian kernel is now bumped to 4.1.20.Probably going to to be lots of changes as Pi 3 moves away from the bleeding edge.Somebody over there is working weekends.Wonder if there was a...
View ArticleRe: Reported Minitool GPL violation, not a TC derivative
Hi curagaIt's possible they used tinycore.gz as a template or starting point and just stripped out everything that was Tinycorespecific.QuoteThe iso does include busybox, and so does violate the GPL,...
View Article