I just added an open board view file for the TF534 to the github page.
https://github.com/terriblefire/tf534
Note by default it opens on the bottom of the board.
You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
kludge’s TF534 build
Moderators: terriblefire, Terriblefire Moderator
-
terriblefire
- Admin sponsor

- Posts: 5685
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: kludge’s TF534 build
You do not have the required permissions to view the files attached to this post.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
kludge
- Posts: 400
- Joined: 08 Nov 2018 14:05
- Location: Sweden
Re: kludge’s TF534 build
Nice! Thank you!terriblefire wrote: 28 Mar 2019 14:52 I just added an open board view file for the TF534 to the github page.
Got this today. Might also help. Maybe.
You do not have the required permissions to view the files attached to this post.
A kludge is a workaround or quick-and-dirty solution that is clumsy, inelegant, inefficient, difficult to extend and hard to maintain.
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
-
kludge
- Posts: 400
- Joined: 08 Nov 2018 14:05
- Location: Sweden
Re: kludge’s TF534 build
Beeped my way throug the CPLDs, RAM, buffers and resistor networks, and can’t find any shorts.
Next I will try to work my way through OBV to see if somethings not connected right. But that’s for another day.
Next I will try to work my way through OBV to see if somethings not connected right. But that’s for another day.
A kludge is a workaround or quick-and-dirty solution that is clumsy, inelegant, inefficient, difficult to extend and hard to maintain.
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
-
terriblefire
- Admin sponsor

- Posts: 5685
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: kludge’s TF534 build
try this firmware
https://www.dropbox.com/s/icxg3d8a2rbov ... g.zip?dl=0
I havent tested it but it should make the TF534 think the RAM is already configured so the OS will not try to allocate it to the system pool.
Then you should be able to diagnose if the issue is IDE or not... and finally use
http://aminet.net/package/util/cli/AddMem
do
ADDMEM START 40000000 TO 40400000 PRI -100
this will make the fastram low priority and not get code run in there . You should then be able to load systest from a cli.
https://www.dropbox.com/s/icxg3d8a2rbov ... g.zip?dl=0
I havent tested it but it should make the TF534 think the RAM is already configured so the OS will not try to allocate it to the system pool.
Then you should be able to diagnose if the issue is IDE or not... and finally use
http://aminet.net/package/util/cli/AddMem
do
ADDMEM START 40000000 TO 40400000 PRI -100
this will make the fastram low priority and not get code run in there . You should then be able to load systest from a cli.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
kludge
- Posts: 400
- Joined: 08 Nov 2018 14:05
- Location: Sweden
Re: kludge’s TF534 build
Perfect, thanks! The wife will have to do without my company in front of the TV tonight as well :D
A kludge is a workaround or quick-and-dirty solution that is clumsy, inelegant, inefficient, difficult to extend and hard to maintain.
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
-
kludge
- Posts: 400
- Joined: 08 Nov 2018 14:05
- Location: Sweden
Re: kludge’s TF534 build
That didn't work out as planned. Wish me luck tomorrow!kludge wrote: 29 Mar 2019 09:04 Perfect, thanks! The wife will have to do without my company in front of the TV tonight as well :D
A kludge is a workaround or quick-and-dirty solution that is clumsy, inelegant, inefficient, difficult to extend and hard to maintain.
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
-
Justme14
- Posts: 39
- Joined: 18 Dec 2018 21:28
- Location: Netherlands
Re: kludge’s TF534 build
Hi TF,terriblefire wrote: 29 Mar 2019 07:57 try this firmware
https://www.dropbox.com/s/icxg3d8a2rbov ... g.zip?dl=0
I havent tested it but it should make the TF534 think the RAM is already configured so the OS will not try to allocate it to the system pool.
Then you should be able to diagnose if the issue is IDE or not... and finally use
http://aminet.net/package/util/cli/AddMem
do
ADDMEM START 40000000 TO 40400000 PRI -100
this will make the fastram low priority and not get code run in there . You should then be able to load systest from a cli.
This firmware now works for me 3.1 boots with IDE , no issues :yay2:
Next step with addmem START 40000000 TO 40400000 PRI -100, @ the moment I press enter ,and gives a softwarefailuer and reboots.
Will try to resolder/reflow all the ram chips..
Thanks a lot for this nonautoconfig firmware ...,Very helpfull
-
terriblefire
- Admin sponsor

- Posts: 5685
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: kludge’s TF534 build
No Problem,
I sometimes forget that I do this alot when bring up boards... hack firmwares to give me info.
I sometimes forget that I do this alot when bring up boards... hack firmwares to give me info.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
Justme14
- Posts: 39
- Joined: 18 Dec 2018 21:28
- Location: Netherlands
Re: kludge’s TF534 build
Nice Station you have there,seems you have big plans ahead ;) !kludge wrote: 28 Mar 2019 15:16Nice! Thank you!terriblefire wrote: 28 Mar 2019 14:52 I just added an open board view file for the TF534 to the github page.
Got this today. Might also help. Maybe.
42447D7A-7159-4352-9BE0-0A6ABE857587.jpeg
-
kludge
- Posts: 400
- Joined: 08 Nov 2018 14:05
- Location: Sweden
Re: kludge’s TF534 build
I needed a hot air station and thought that I could use an extra soldering station as well, so I bought a combo :)
A kludge is a workaround or quick-and-dirty solution that is clumsy, inelegant, inefficient, difficult to extend and hard to maintain.
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
My lack of focus:
[ 8 * A500 ][ 2 * A500+ ][ 2 * A600 ][ 2 * A1200 ][ 2 * A2000 w/ A2386 ][ A4000 w/ TF4060, CyberVision 64 3D, FastLane SCSI Z3 ][ CD32 ][ VIC-20 ][ 4 * C64 Breadbin ][ 5 * C64C ][ 2 * C128 ][ C128D ][ C64 DTV ][ 3 * Mac Classics of different types ]
Who is online
Users browsing this forum: CCBot and 56 guests