Hi wavelength, welcome to TC.
If the default X server (Xvesa) does not work on your machine,
you might wanna try the Xorg-7.7 instead.
To do that, you'll need internet connection.
To test whether X would work, boot CorePlus, and run
tce-load -wil Xorg-7.7
startx
Note that a window manager is also required
FLWM is used by default if your CorePlus is loaded correctly.
If Xorg-7.7 is not enough for you,
you might need extra modules.
tce-load -wil graphics-KERNEL
startx
When you're sure which setting fits your machine,
run tc-install.sh or the GUI tool to install.
After that, copy the newly downloaded extensions to your SD card.
(usually it's
/mnt/mmcblk0p1/tce/optional/)
cp /tmp/tce/optional/* /path/to/sd_card/tce/optional/
Append Xorg-7.7, graphics-KERNEL to onboot.lst
echo Xorg-7.7.tcz >> /path/to/sd_card/tce/onboot.lst
echo graphics-KERNEL.tcz >> /path/to/sd_card/tce/onboot.lst
Reboot and test.
I tried running the TC-install but that did not work. Is there someway of starting up the X or other graphics display so I can install to the SD card?
What's the output of this command ?
fetch_devices
P.S. Read the
Core book for more info.