|  | 
Firefly RK3399 kernel compilation
    
    Posted at  4/19/2018 17:51:48
            
         View:6822
     |
     Replies:2
     
  
     
 
   	
    
  Print   
        
  
   
  Only Author 
    [Copy Link]
	
    
 
  	             
1# 
 
| Hi, 
 I'm trying to compile a new kernel image for the FireFly RK3399 AIO board to include SPI support. I followed the instructions from this page, but generating the image fails. These are the commands used for building the kernel:
 
 export CROSS_COMPILE=aarch64-linux-android-
 export ARCH=arm64
 make firefly_linux_defconfig
 make rk3399-firefly-linux.img -j8
 
 The last command fails with output:
 
 Copy the code<font face="Arial">...
  OBJCOPY arch/arm64/boot/Image
arch/arm64/Makefile:156: recipe for target 'kernel.img' failed
make: *** [kernel.img] Error 127</font>
 
 
 Any help is appreciated!
 
 | 
 |