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!
TF536 on A2000
Moderators: terriblefire, Terriblefire Moderator
-
terriblefire
- Admin sponsor

- Posts: 5683
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF536 on A2000
They are even a bit ropey on the A4000
———
"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."
-
ADRRichard
- Posts: 18
- Joined: 05 May 2020 21:59
Re: TF536 on A2000
Just had a look at the drive I put in, It's a Pioneer DVR-110D DVD RW
I can't see why any IDE CD ROM drive wouldn't work tbh.
-
lilwashu
- Posts: 121
- Joined: 22 Jun 2020 18:31
Re: TF536 on A2000
I tried the image and no joy, so decided to call it a day and plug the A1200 SD card adapter in permanently, copied everything across, then put the CF adapter into the A1200 which worked the other day, and IT DIDNT WORK.alenppc wrote: 02 Feb 2021 17:50This is such a strange behaviour. Can you try my disk image and let me know if you get the same problem? Will PM you the link.lilwashu wrote: 02 Feb 2021 17:46 I ordered one of these cards, and have exactly the same behaviour which is a pain. I cloned the A2000 install I put onto the Sandisk CF on the evening it worked onto an SD card, put the IDE-SD adapter from my A1200 back in the A2000, and it works.
Totally mystified as to why the CF card isn't working in the A2000 - I would like it to as the SD card doesn't mount well in the case.
I had a look at my H2 adapter under a magnifier and everything looked fine until I lightly prodded some of the connections from the CF slot to the board with a pick and they moved. I've resoldered them and it now works in the A2000.
So it looks like I had a CF adapter with dodgy joints and therefore intermittent function. Thanks to Alen for the help, hopefully that will be it!
-
alenppc
- Moderator Team

- Posts: 932
- Joined: 08 Nov 2018 12:59
Re: TF536 on A2000
Well glad it's finally sorted. Those cheap China adapters are sometimes badly soldered, sometimes I have to reflow them as well.
-
lilwashu
- Posts: 121
- Joined: 22 Jun 2020 18:31
Re: TF536 on A2000
I've just found two pins on the D2 adapter in a similar state so will reflow those at some point and give it a try.
-
lilwashu
- Posts: 121
- Joined: 22 Jun 2020 18:31
Re: TF536 on A2000
Just to close this off, the D2 adapter (came attached to a rear slot bracket, 40 pin with external power) works fine when all the pins are soldered to the board.
-
LIV2
- Posts: 9
- Joined: 29 Sep 2020 22:32
Re: TF536 on A2000
I see several mentions that the 536 locks up when using with the A2091 and thought I'd post my findings in regard to that
While working on the Buster CPLD replacement I found that Buster doesn't signal bus requests to the coprocessor slot unless /BOSS is asserted which causes the A2091 to lock up as it never gets a bus grant (because the CPU never sees the request).
I found that grounding the /BOSS signal on my coprocessor slot adapter and that allowed the system to boot so if your system needs to support DMA of some kind (Like if you use the A2091 with vb2091 to support DMA in a Z3 system) you will want to do this unless the TF is plugged into the CPU socket rather than the slot.
While working on the Buster CPLD replacement I found that Buster doesn't signal bus requests to the coprocessor slot unless /BOSS is asserted which causes the A2091 to lock up as it never gets a bus grant (because the CPU never sees the request).
I found that grounding the /BOSS signal on my coprocessor slot adapter and that allowed the system to boot so if your system needs to support DMA of some kind (Like if you use the A2091 with vb2091 to support DMA in a Z3 system) you will want to do this unless the TF is plugged into the CPU socket rather than the slot.
-
terriblefire
- Admin sponsor

- Posts: 5683
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF536 on A2000
Nice find. So its possible the adaptor needs to assert Boss?LIV2 wrote: 09 Mar 2021 17:12 I found that grounding the /BOSS signal on my coprocessor slot adapter and that allowed the system to boot so if your system needs to support DMA of some kind (Like if you use the A2091 with vb2091 to support DMA in a Z3 system) you will want to do this unless the TF is plugged into the CPU socket rather than the slot.
———
"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."
-
LIV2
- Posts: 9
- Joined: 29 Sep 2020 22:32
Re: TF536 on A2000
Yep, you're meant to do some bus arbitration before asserting boss (/BR, wait for /BG then assert /BOSS) before Buster will give the copro control but if you haven't got a CPU in the motherboard socket you can just ground /BOSS on the riser and you're good to go.
I am working on adding proper arbitration to SukkoPeras riser (so you can leave the other cpu in) as I need to test that the copro arbitration of my Buster replacement but I'm not sure when I'll have that done
As a step to that I've already updated his adapter to add solder jumpers to ground /BOSS and cut off the E clock which has been upstreamed to his repo
I am working on adding proper arbitration to SukkoPeras riser (so you can leave the other cpu in) as I need to test that the copro arbitration of my Buster replacement but I'm not sure when I'll have that done
As a step to that I've already updated his adapter to add solder jumpers to ground /BOSS and cut off the E clock which has been upstreamed to his repo
-
terriblefire
- Admin sponsor

- Posts: 5683
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF536 on A2000
in practice just holding BOSS low seems to work on most setups. I think the proper ARB is to make sure the motherboard CPU goes through proper reset cycle then stops in a good state.. which isnt guaranteed if you do it the brute force way but works probably 99% of the time.
———
"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."
Who is online
Users browsing this forum: CCBot, matt020 and 4 guests