Skip to content

Commit

Permalink
Fix install to bare metal failure for tar.gz image
Browse files Browse the repository at this point in the history
super.img in installer.cmd should not be change

Tracked-On: OAM-126572
Signed-off-by: Gang G Chen <gang.g.chen@intel.com>
  • Loading branch information
GangSecurity committed Oct 21, 2024
1 parent 8ef1bab commit d13ebc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion releasetools/flashfiles_from_target_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ echo "========================"
echo "Generate installer.cmd"
echo "========================"
device/intel/build/releasetools/flash_cmd_generator.py device/intel/project-celadon/$TARGET/flashfiles.ini $TARGET $VARIANT | sed '$d' | sed '$d' | sed -n '/installer.cmd/,$p' | sed '1d' > $PRODUCT_OUT/$flashfile_dir/installer.cmd
sed -i 's/flash super super.img/flash super super.img.part00 super.img.part01/g' $PRODUCT_OUT/$flashfile_dir/installer.cmd

echo "========================"
echo "Generate flash.json"
Expand Down

0 comments on commit d13ebc1

Please sign in to comment.