Oh,my lord retroboy.i have some trouble with Compilation,plz help me
-
First of all ,i
m not coder,so plz tell me more. <blockquote>1\. According to your github pages <a href="https://github.com/digitalLumberjack/recalbox-os/wiki/Compilation-%26-Modifications-%28EN%29">https://github.com/digitalLumberjack/recalbox-os/wiki/Compilation-%26-Modifications-%28EN%29</a> most of operation was functional. But, these two lines i
ve no idear : tar -cvf "SDCONTENT/os/recalboxOS/boot.tar" -C "${branch}/output/images/rpi-firmware/" "../zImage"ls ${branch}/output/images/rpi-firmware/
xz "SDCONTENT/os/recalboxOS/boot.tar" tar -cvf "SDCONTENT/os/recalboxOS/share.tar" -C "${branch}/board/recalbox/share/"ls ${branch}/board/recalbox/share/
xz "SDCONTENT/os/recalboxOS/share.tar" When i runned the two lines ,it went error. something like "no foder......"But,when i change "${branch}/output/images/rpi-firmware/" to recalbox-buildroot/output/images/rpi-firmware "it went well.why ? how ? or i or you made a mistake? 2. With or not Above,all files in SDCONTENT i copied can be installed on RPi but DO NOT WORK. It can be installed,but when started it went black I did not change any flies folders. The only thing i am uncertain : Is it all for Rpi1? because i tested it on Rpi2 , so it did not work ? Is these somethings different from recalboxOS to recalboxOS-rpi2 ?? Or all the difference are defined by the menuconfig ? if it was ,tell me more plz -
Hi, the $branch variable defines either if you are on RPI 1 or 2 look at https://github.com/digitalLumberjack/recalbox-os/wiki/Compilation-&-Modifications-(EN)#a---compilation where you define the branch as recalbox or recalbox-rpi2 Everything is defined after this variable as you checkout the git branch and use your commands with this $branch If the command with
recalbox-buildroot/output/images/rpi-firmware
works so you are compiling for rpi1, and you did not defined your branch well on rpi2. You should delete all the repo and go back to the begining, reading carfully all lines of the wiki, and so defining the branch to "recalbox-rpi2"