1,316
edits
Praetorian (talk | contribs) |
Praetorian (talk | contribs) |
||
Line 52: | Line 52: | ||
cd <Raspbian_SD_card_mountpoint_directory> | cd <Raspbian_SD_card_mountpoint_directory> | ||
cp -R usr lib opt $RPI_ROOT</nowiki> | cp -R usr lib opt $RPI_ROOT</nowiki> | ||
The above copying of files has the unfortunate side-effect that many symbolic links that were copied over are now invalid, particularly those linking to absolute paths. Fortunately, we can remedy this situation by downloading and running a python script that will fix those links | |||
<nowiki>wget https://raw.githubusercontent.com/riscv/riscv-poky/master/scripts/sysroot-relativelinks.py | |||
chmod +x sysroot-relativelinks.py | |||
./sysroot-relativelinks.py $RPI_ROOT</nowiki> | |||
== Configuring ScummVM == | == Configuring ScummVM == |
edits