Post Reply 
newRPL - build 1255 released! [updated to 1299]
06-02-2019, 09:03 PM
Post: #467
RE: newRPL - build 1255 released! [official and unofficial]
(06-02-2019 06:07 PM)Claudio L. Wrote:  Same image you would use with x49gp, I think it includes some scripts to create one and format it with FAT.
It's actually part of the Makefile, but close enough. For Gilles' convenience, this is the relevant snippet (the first half is for OSX, the second half for Linux):
Code:
ifeq ($(shell uname),Darwin)
    rm -f sdcard.dmg
    hdiutil create sdcard -megabytes 64 -fs MS-DOS -volname x49gp
else
    /sbin/mkdosfs -v -C -S 512 -f 2 -F 16 -r 512 -R 2 -n "x49gp" $@ 65536
endif
The part about how to get files onto this SD card used to be in the readme up to the patch series last year, but I removed it because there's a more convenient way now (based on a QEMU part constructing a FAT filesystem on the fly from a regular directory). It wasn't really obscure though, just the standard mount and umount commands. Their manual pages and/or a mounting tutorial should be more than enough to shunt files between the SD image and the computer around it.

Gilles, if you're stuck on Windows, try WSL (Windows Subsystem for Linux), that ought to support these commands. Anything graphical is supposedly very tricky, so perhaps stay away from trying to run x49gp on it, but these SD-related commands are just simple command-line tools, i.e. exactly what WSL was built for.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL - build 1001 released! - pier4r - 12-16-2017, 08:03 AM
newRPL - on Hp 39gs - Martin Hepperle - 06-05-2019, 06:51 AM
RE: newRPL - build 1001 released! - pier4r - 12-23-2017, 10:16 AM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 09:42 AM
t - Claudio L. - 01-01-2018, 03:06 PM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 03:41 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 04:54 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 06:58 PM
newRPL - brickviking - 10-05-2018, 06:01 AM
RE: newRPL - build 1255 released! [official and unofficial] - 3298 - 06-02-2019 09:03 PM
How to participate? - erazor - 12-13-2019, 07:12 AM



User(s) browsing this thread: 4 Guest(s)