Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 16, 2023
1 parent 8186b1c commit bb2ad92
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=geni_i2c_driver_init modprobe.blacklist=qcom_common/g" bootimg.cfg
sudo sed -i "s/cmdline.*/cmdline = console=tty0 PMOS_NO_OUTPUT_REDIRECT initcall_blacklist=geni_i2c_driver_init,remoteproc_init modprobe.blacklist=qcom_common/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 bb2ad92

Please sign in to comment.