Skip to content
Snippets Groups Projects
  • Luis Araneda's avatar
    dfac3ffd
    zynq: reworked image creation process · dfac3ffd
    Luis Araneda authored
    
    After commit a1248dad (zynq: convert to new image build code),
    all boards, became unbootable, entering into a boot loop.
    
    Replace the compressed kernel zImage by an uncompressed Image,
    which is compressed after with gzip. Also, enable the creation
    of an initramfs image by default.
    
    Change images' filename to match the compatible string from the
    respective .dts file (<vendor>_<model>). Also, use the shared
    mkits.sh script and remove the target specific one.
    
    Fixes: FS#1204
    
    Run-tested: ZedBoard
    
    Signed-off-by: default avatarLuis Araneda <luaraneda@gmail.com>
    dfac3ffd
    History
    zynq: reworked image creation process
    Luis Araneda authored
    
    After commit a1248dad (zynq: convert to new image build code),
    all boards, became unbootable, entering into a boot loop.
    
    Replace the compressed kernel zImage by an uncompressed Image,
    which is compressed after with gzip. Also, enable the creation
    of an initramfs image by default.
    
    Change images' filename to match the compatible string from the
    respective .dts file (<vendor>_<model>). Also, use the shared
    mkits.sh script and remove the target specific one.
    
    Fixes: FS#1204
    
    Run-tested: ZedBoard
    
    Signed-off-by: default avatarLuis Araneda <luaraneda@gmail.com>