Changes between Version 10 and Version 11 of ventana/ubuntu
- Timestamp:
- 03/16/2018 10:24:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/ubuntu
v10 v11 127 127 # install device-tree blobs 128 128 cp /lib/firmware/4.11.0-14-generic/device-tree/imx6*-gw*.dtb /boot 129 # removeimx rtc driver, Gateworks board uses GSC RTC, and does not use imx RTC130 rm /lib/modules/*-generic/kernel/drivers/rtc/rtc-snvs.ko 129 #blacklist imx rtc driver, Gateworks board uses GSC RTC, and does not use imx RTC 130 echo "blacklist rtc_snvs" > /etc/modprobe.d/blacklist-rtc.conf 131 131 }}} 132 132 - use {{{apt-get search linux-image}}} to determine what Ubuntu kernel versions are available … … 337 337 # install device-tree blobs 338 338 cp /lib/firmware/*-generic/device-tree/imx6*-gw*.dtb /boot 339 # removeimx rtc driver, Gateworks board uses GSC RTC, and does not use imx RTC340 rm /lib/modules/*-generic/kernel/drivers/rtc/rtc-snvs.ko 339 #blacklist imx rtc driver, Gateworks board uses GSC RTC, and does not use imx RTC 340 echo "blacklist rtc_snvs" > /etc/modprobe.d/blacklist-rtc.conf 341 341 }}} 342 342 * The default Ubuntu kernel supports booting a microSD/SATA rootfs directly, but lacks nand/ubifs/ubi/usb-storage support. If you need that (and have a large enough flash to boot from that) you will need to use the Ubuntu initrd: