anuj9122 Posted June 6, 2016 Posted June 6, 2016 Q1) There is a way to install latest kernel and latest Ubuntu in cubieboard 1 Q2) How to make image file?Please see Reason for reason Q3) How to install mediatek mt7601u? nand install Q4) how to install Z-Star Microelectronics Corp. ZC0303 Webcam?This is for camera server
Igor Posted June 6, 2016 Posted June 6, 2016 1. If you are referring to Ubuntu Xenial, than you need to build it yourself. We are not providing ready made images yet and can't tell when we will switch Xenial for Trusty. If you are O.K. with Ubuntu Trusty, get it on download page. You can upgrade to Xenial but it's not recommended. 2. Most of how-to's are written, start here: http://www.armbian.com/using-armbian-tools/ 3. In ideal world, but sometimes - for this chip can be tricky = reality and that recipe is not working any more. NAND install gives you option to install if you are using kernel that support NAND, 3.4 support it while vanilla versions (4.x) does not support NAND. 4. Ask manufacturer to supply drivers or point to drivers which could be part of the kernel. -- > add 3. mt7601u works out of the box on 4.4+
anuj9122 Posted June 6, 2016 Author Posted June 6, 2016 Why it show 873mb ram in legency kernel both nand and sd card?.But in vanilla versions Ubuntu server sd card image it show 1001mb ram
anuj9122 Posted June 6, 2016 Author Posted June 6, 2016 I know (4.x) does not support NAND.but there is a way to install it to nand?.If yes then how.Its help me not to build drivers.
anuj9122 Posted July 17, 2016 Author Posted July 17, 2016 start wifi usb card. Chiset: ralink rt5370sta root@cubieboard:~# ifconfig -a bond0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 BROADCAST MASTER MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 TX bytes:0 (0.0 eth0 Link encap:Ethernet HWaddr 02:89:07:41:36:ee inet addr:192.168.0.105 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::89:7ff:fe41:36ee/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:303 errors:0 dropped:0 overruns:0 frame:0 TX packets:264 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:33737 (33.7 KB) TX bytes:34531 (34.5 KB) Interrupt:55 Base address:0xb000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 TX bytes:0 (0.0 tunl0 Link encap:IPIP Tunnel HWaddr NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 TX bytes:0 (0.0 wlx00c41171105d Link encap:Ethernet HWaddr 00:c4:11:71:10:5d BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 TX bytes:0 (0.0 root@cubieboard:~# ifconfig wlx00c41171105d up SIOCSIFFLAGS: No such file or directory
RagnerBG Posted July 17, 2016 Posted July 17, 2016 Chiset: ralink rt5370sta For Xenial you need to install firmware-ralink, as it is missing. Check this thread - missing /lib/firmware/files and this post from @zador.blood.stained especially.
anuj9122 Posted July 17, 2016 Author Posted July 17, 2016 root@cubieboard:~# sudo apt-get install firmware-ralink Reading package lists... Done Building dependency tree Reading state information... Done firmware-ralink is already the newest version (0.36+wheezy.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@cubieboard:~# sudo apt-get install firmware-linux-nonfree Reading package lists... Done Building dependency tree Reading state information... Done Package firmware-linux-nonfree is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'firmware-linux-nonfree' has no installation candidate root@cubieboard:~# dmesg [ 141.450044] phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware. NOT SOLVED
anuj9122 Posted July 17, 2016 Author Posted July 17, 2016 root@cubieboard:~# apt-get install linux-firmware-nonfree Reading package lists... Done Building dependency tree Reading state information... Done linux-firmware-nonfree is already the newest version (1.14ubuntu3). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Recommended Posts