|
Post by Admin on Jul 7, 2020 1:06:27 GMT
We are pleased to inform our dear customers that a new revision of the firmware is released.
Important changes: * "External Card" application improved. * Tauon Basic Script 0.30 (and examples) preinstalled. * Improved application installation speed. * Improved firmware update speed. * New version of Tauon Speccy. * New default browser "Lightning Browser" provides much more desktop-like experience. * Some pre-installed apps were updated to the latest version. * "Acrylic paint" application replaced with much more powerful yet simple to use "Pocket Paint" * "RetroArch" comes now with 4 cores pre-installed and pre-configured.
Bugfixes: * Minor bugfixes.
To reset "RetroArch" configuration using the Terminal application: Launch Terminal and type: su reset_retroarch.sh
To reset "RetroArch" cores using the Terminal application: Launch Terminal and type: su reset_retroarch_cores.sh
This will revert all cores to the ones found in the firmware.
|
|
|
Post by goosey on Jul 9, 2020 2:12:41 GMT
0.994 Installed. Apps installed, updated. Looks good! Already liking this ligtning browser more than firefox lite.
|
|
mixo
New Member
Posts: 1
|
Post by mixo on Oct 4, 2020 20:55:46 GMT
Как устанавливаются обновления на этот комп?
|
|
How to update firmware?
Guest
|
Post by How to update firmware? on Oct 6, 2020 11:21:21 GMT
I did everything according to the instructions .. tauon does not see the sd card
|
|
|
Post by joeycagle on Oct 28, 2020 3:54:34 GMT
Any instructions for Linux users to put the firmware on SD card? Or is it not possible?
|
|
|
Post by goosey on Nov 2, 2020 4:22:56 GMT
It's a raw card image, just use dd(1). root access is needed to write raw disks.
sudo dd bs=4M if=<image.img> of=<whatevertherawdeviceis>
Under raspian it'll be /dev/sdX if it's in a usb cardreader.
your hardware+distro may vary. Be careful with dd, it is a *very* sharp edged tool.
|
|