SDCard browser for Pluggy Reloaded:

Using, learning, programming and modding the Gigatron and anything related.
Forum rules
Be nice. No drama.
gfernval
Posts: 40
Joined: 24 Jan 2022, 00:39

Re: SDCard browser for Pluggy Reloaded:

Post by gfernval »

Was able to build both ROM and NOROM arduino/sdcard.rom files from source, but in building sdcard.rom I have had to use the makefile from romvx0.zip, it is correct the makefile for building sdcard.rom?
bmwtcu
Posts: 145
Joined: 01 Nov 2018, 12:02

Re: SDCard browser for Pluggy Reloaded:

Post by bmwtcu »

Not sure if I understand your question. It's probably a question for at67 or lb3361 but I'll take a stab. Are you trying to build SDCard Browser in gtBASIC against ROMvX0?
lb3361
Posts: 360
Joined: 17 Feb 2021, 23:07

Re: SDCard browser for Pluggy Reloaded:

Post by lb3361 »

To build the SDCard browser, why don't you use the makefile from https://github.com/kervinck/gigatron-ro ... ser_SDCard.
gfernval
Posts: 40
Joined: 24 Jan 2022, 00:39

Re: SDCard browser for Pluggy Reloaded:

Post by gfernval »

The makefile from https://github.com/kervinck/gigatron-ro ... ser_SDCard is needed to build the .h files needed for making the arduino code (both ROM and NOROM), but what about the makefile needed to build the sdcard.rom file to be flashed onto a 27C1024 EPROM?
at67
Site Admin
Posts: 647
Joined: 14 May 2018, 08:29

Re: SDCard browser for Pluggy Reloaded:

Post by at67 »

gfernval wrote: 14 Mar 2022, 02:16 The makefile from https://github.com/kervinck/gigatron-ro ... ser_SDCard is needed to build the .h files needed for making the arduino code (both ROM and NOROM), but what about the makefile needed to build the sdcard.rom file to be flashed onto a 27C1024 EPROM?
Why do you want to build the ROM file? Just download the latest pre-built version, the only reason I made the SDCARD ROM source code available was for people curious as to the changes I made.

That said if you absoloutely must build it yourself, then it's trivial to add an SDCARD.ROM entry into the makefile yourself.
Post Reply