still no screen, did:
mount /mnt/mmcblk0p1
tft.tcz into the /home/tc directory
TFT.tar.gz /home/tc directory
tar xvf TFT.tar.gx
cd /TFT
cp ./tft.tcz /mnt/mmcblk0p2/tce/optional
echo "tft.tcz" >> /mnt/mmcblk0p2/tce/onboot.lst
cp ./waveshare35a-overlay.dtb /mnt/mmcblk0p1/overlays/
echo "
dtoverlay=waveshare35a:fps=50" >> /mnt/mmcblk0p1/config.txt
echo " fbcon=map:10" >> /mnt/mmcblk0p1/cmdline.txt
mkdir -p /etc/X11
cp -R ./xorg.conf.d /etc/X11
echo etc/X11 >> /opt/.filetool.lst
sudo backup and sudo reboot
im working with rapberry pi model B
tried this but only get folder BIN with no tft.tcz file
2. Download 4.1.13-piCore_v7+_modules.tar.xz from
http://tinycorelinux.net/7.x/armv7/releases/RPi2/src/kernel/ and unpack it into tmp/core
3. Rename the original tft.tcz to tft-orig.tcz and copy it to tmp/tft
4. unsquash tft-orig.tft, this will give you a folder in tmp/tft called squashfs-root
5. Copy all matching .ko entries from tmp/core to the same directory structure in tmp/tft/squashfs-root, deleting the matching .ko.gz entries - I used xfe for this
6. In tmp/tft/squashfs-root, run 'find . -name *.ko | xargs gzip' to zip the .ko files to .ko.gz
7. in tmp/tft squash squashfs-root to tft.tcz