Results 120 comments of Daniel Beer

Sorry, that was probably ambiguous of me. What I meant to suggest was continuing to call f_sync as you are, but dropping the call to dhara_map_sync. This way the FatFS...

DocSneider writes: > But it would be more comfortable (for me) to just commit the password without causing a mass erase. I've just added a --bsl-entry-password option that you can...

DocSneider writes: > I also noticed that now the normal operation is also broken. > Without the option --bsl-entry-password there are still the same errors > :-/ > For now...

DocSneider writes: > I just tried it now, for me it looks like it is doing the mass erase > every time you´re using the rom-bsl driver, does not matter...

DocSneider writes: > Good work 👍 > There is no initial mass erase anymore. > Committing the password does also work - so I think everything is working > perfectly...

DocSneider writes: > Hello again. > I think, I found another issue :grimacing: > When using the "prog" command, it will change my unique password to something else. > And...

DocSneider writes: >> The "prog" command erases all of main memory before writing your image. > > But it also writes a "random" password (**Writing 32 bytes at > ffe0...**),...

On Wed, Jun 10, 2020 at 04:14:17AM -0700, DocSneider wrote: > So my problem is to get the whole data located in the address-range from 0xFFE0 to 0xFFFF out of...

Try changing the line: SDL_CFLAGS != pkg-config --cflags sdl to: SDL_CFLAGS = $(shell pkg-config --cflags sdl) You will need to do the same for the other != line in the...

On Wed, Jan 13, 2021 at 07:09:36AM -0800, Deepak Khatri wrote: > Hi, I was working to port BSLDemo2.exe to Linux but facing some problems. > > I was wondering...