Changes between Version 1 and Version 2 of ventana/ubuntu
- Timestamp:
- 10/22/2017 06:05:13 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/ubuntu
v1 v2 172 172 # install device-tree blobs 173 173 cp /lib/firmware/4.11.0-14-generic/device-tree/imx6*-gw*.dtb /boot 174 #remove imx rtc driver, Gateworks board uses GSC RTC, and does not use imx RTC 175 rm /lib/modules/*-generic/kernel/drivers/rtc/rtc-snvs.ko 174 176 }}} 175 177 - use {{{apt-get search linux-image}}} to determine what Ubuntu kernel versions are available … … 424 426 # install device-tree blobs 425 427 cp /lib/firmware/*-generic/device-tree/imx6*-gw*.dtb /boot 428 #remove imx rtc driver, Gateworks board uses GSC RTC, and does not use imx RTC 429 rm /lib/modules/*-generic/kernel/drivers/rtc/rtc-snvs.ko 426 430 }}} 427 431 * 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: … … 855 859 856 860 Please see [wiki:ventana/ubuntu/wireless here]. 857