Giter Site home page Giter Site logo

Comments (3)

renaudhelias avatar renaudhelias commented on July 25, 2024

Hi Till,

By the way,

Here a HOWTO about adding/merging CRC16 into MiST-board core firmware :)

For Amstrad dsk access robustess I make my own firmware (but it is not a official one, just running for CoreAmstrad, and failling perhaps in "firmware update" OSD task), Till you can try to merge it, inserting it firstly with a general "boolean switch" to activate/desactivate this functionnality, adding slowly and friendly this purpose to your main firmware core.

CRC16 is activated adding some post-instruction in mmc.c MMC_Init()
http://github.com/mist-devel/mist-binaries/blob/master/cores/amstrad/amstrad_150729_r003.10.crc16.firmware.zip

In mmc.c, do look after "Calculate CRC16 CCITT", it defines two main functions about computing a CRC16 for sdcard SPI protocol :
http://github.com/mist-devel/mist-binaries/blob/master/cores/amstrad/amstrad_150729_r003.10.crc16.firmware.zip

In the other hand, in sd_card.v, do look after "CRC16_WRITE" you should turn into 1 value (instead of 0) in others project than CoreAmstrad to activate compute of CRC16 in verilog way (in Amstrad the CRC16 is computed further : in my own bootloader component)
http://github.com/renaudhelias/CoreAmstrad/blob/master/BuildYourOwnZ80Computer/sd_card.v

I know that my firmware fork does run fine with Amstrad sdcard read/write, but not with MIST core (as sd_card.v is not merged with my own one)
I didn't succeed in compiling and running last official firmware, so I let you make the stuff Till if you want (first step merging with a switch boolean, second step trying it)

Regards,

Renaud (CoreAmstrad)

from mist-board.

hanshuebner avatar hanshuebner commented on July 25, 2024

Following Till's advice, I tried using TOS 2.06 from http://www.atariworld.org/tos-rom/ and with that, the ST core booted fine.

from mist-board.

harbaum avatar harbaum commented on July 25, 2024

I still need to integrate Renauds changes. But before i need to make sure these changes don't break any of the other cores which also use the SD card.

from mist-board.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.