Fix permissions for flash.bin for user mode

Discussion of development and patch submission.
Post Reply
User avatar
Martin_Riarte
Posts: 30
Joined: Mon 12 Nov, 2018 7:27 pm

Fix permissions for flash.bin for user mode

Post by Martin_Riarte »

When the roms of socket4/5/7 machines are copied to the /usr/share/pcem/roms/[romfolder] path on unix-like systems,
The flash.bin file requires permissions -r--r--rw- to be written from user mode, or it will cause a core fall, if it happened
to you, verify it and change the permissions in root mode with:

chmod ug-w,or+w /usr/share/pcem/roms/[romfolder]/flash.bin
Post Reply