Changes between Version 30 and Version 31 of buildroot


Ignore:
Timestamp:
10/06/2020 09:32:40 PM (4 years ago)
Author:
Tim Harvey
Comment:

added kpti=0 (needed for kernels newer than 4.14) and usbcore.autosuspend=-1 (to workaround usb suspend errata) to swupdate example

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v30 v31  
    609609{{{#!bash
    610610setenv mmcbootpart 2
    611 setenv bootcmd "setenv bootargs 'console=${console} root=/dev/mmcblk0p${mmcbootpart} rootwait rw; load mmc 0:${mmcbootpart} ${kernel_addr_r} boot/Image' && booti ${kernel_addr_r} - ${fdtcontroladdr}"
     611setenv bootcmd "setenv bootargs 'console=${console} root=/dev/mmcblk0p${mmcbootpart} rootwait rw usbcore.autosuspend=-1 kpti=0; load mmc 0:${mmcbootpart} ${kernel_addr_r} boot/Image' && booti ${kernel_addr_r} - ${fdtcontroladdr}"
    612612saveenv
    613613}}}