06-04-2018, 02:22 AM
(06-03-2018, 06:09 PM)pfeerick Wrote:Code:/bin/bash ./arch/arm64/boot/install.sh 4.4.126-g13bc656c-dirty
It's probably something to do with flash-kernel, as from what I can gather so far it writes the initramfs and kernel into the right spots on the microSD... https://manpages.debian.org/testing/flas....8.en.html
Thanks for your reply.
I tried your above command and get
Quote: *** Missing file:
*** You need to run "make" before "make install".
then I check the script install.sh, fill in two more argument and it looks like this
Code:
rock64@rock64:~/linux-kernel$ sudo /bin/bash ./arch/arm/boot/install.sh 4.4.126-g13bc656c-dirty /boot/vmlinuz-4.4.126-g13bc656c-dirty /boot/System.map-4.4.126-g13bc656c-dirty
[sudo] password for rock64:
./arch/arm/boot/install.sh: line 39: /sbin/: Is a directory
./arch/arm/boot/install.sh: line 39: exec: /sbin/: cannot execute: Is a directory
I edited line 39 "blindly" (add ~ to get ~/sbin/...) to make it looks similar to line 38 (which is ~/bin/...)
rerun the above command and get
Quote:Installing normal kernel
You have to install it yourself
I have no intension to drill further into those scripts. I never pass the learning curve on such activities with Rock64's ecosystem and experienced 100.0% waste of time. Looks forward to your further assistance. Thanks in advance for your help.
