Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 15, 2023
1 parent 722fbca commit 2cc5334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-extra/image-gen/image-gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const buildTargetStandardPMOSDeviceImage = (targetDevice: string) => {
cd work
sudo abootimg -x ../boot.img
sudo sed -i "s/bootsize.*/bootsize = 0xff0000/g" bootimg.cfg
sudo sed -i "s/cmdline.*/cmdline = console=tty0 PMOS_NO_OUTPUT_REDIRECT initcall_blacklist=novatek_nvt_ts initcall_blacklist=qcom_q6v5_mss/g" bootimg.cfg
sudo sed -i "s/cmdline.*/cmdline = console=tty0 PMOS_NO_OUTPUT_REDIRECT initcall_blacklist=remoteproc_init,geni_i2c_driver_init/g" bootimg.cfg
sudo abootimg --create boot.img -f bootimg.cfg -k zImage -r ../initramfs
sudo mv boot.img ../boot.img
popd`);
Expand Down

0 comments on commit 2cc5334

Please sign in to comment.