--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Lately, I've been concentrating on setting up g_ether statically in the kernel to load the kernel over usbnet.
--
When you copied the rootfs, the root device is listed in /etc/fstab,
along with the fsck call. Just minimze it:
voodoo@hades:$ cat /opt/wheezy/etc/fstab
debugfs /sys/kernel/debug debugfs defaults 0 0
Btw, here's how i setup the nfs rootfs.. I first boot the bbb, with
the microSD, then run this:
https://github.com/RobertCNelson/boot-scripts/blob/master/tools/developers/nfs-rsync.sh
Just change all occurances of:
192.168.0.10 & /opt/wheezy/
and it should work for you.
@William - Interesting. Can you shed some additional light on this approach? usbnet is Ethernet over USB, correct? Is this just an alternative to using the wired Ethernet jack...and thus one still is mounting the rootfs via NFS from a NAS or something like that? Or is this a different approach? How does the BBB access/mount the rootfs? Would this approach work for supporting cross development on a Linux laptop with a filesystem shared with the BBB?
If you want my opinion, ditch Linux mint *NOW*. Personally I will not use anything other than Debian for a support system to the BBB, and would NEVER use X for this purpose. Especially in a VM . . .
Yeah yeah, Linux mint is based on Ubuntu and Debian( testing ) ( depending on version ), but thats part of the problem.
--
Where as LMDE is based on Debian testing
I'm all ears on suggestions for a good dev setup though!
Cheers,
ba
--
Debian might be perceived as more stable, but it uses old version of almost every package and the core repository is way smaller than Ubuntu so you have to hunt around for other repos to find the packages you need and then Debian becomes less stable.
login as: william
william@sanitized's password:
Linux arm 3.8.13-bone47 #1 SMP Mon Apr 14 04:38:52 MST 2014 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Aug 15 02:07:19 2014 from 192.168.0.2
$ sudo iperf -c 192.168.0.2
[sudo] password for william:
------------------------------------------------------------
Client connecting to 192.168.0.2, TCP port 5001
TCP window size: 21.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.0.1 port 58475 connected with 192.168.0.2 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 162 MBytes 136 Mbits/sec
$ sudo iperf -s
[sudo] password for william:
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.0.1 port 5001 connected with 192.168.0.2 port 35283
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.2 sec 44.1 MBytes 36.4 Mbits/sec
Hunt around for what packages ? In the context of the current discussion I've never had to "hunt" for anything. I've had to compile my own stuff from sources when I wanted something custom . . . Now if you want cutting edge stuff, you're almost certainly going to run into trouble no matter what distro you use. But that is not what we're talking about. We're talking about running a distro in a VM for the sole purpose of supporting the Beaglebone black.Debian might be perceived as more stable, but it uses old version of almost every package and the core repository is way smaller than Ubuntu so you have to hunt around for other repos to find the packages you need and then Debian becomes less stable.
I do not need to read an article or google John, I've had tons of experience with both.
I am attempting to setup a BBB to boot via TFTP and mount a rootfs via NFS.
I am using Robert Nelson's 2014-08-05 Debian lxde release image. I've examined the nfs-uEnv.txt in the boot partition and had a brief look at how the various environment variables interact with the default uboot setup. With the latest BBB uboot setup, it appears that TFTP boot and NFS rootfs functionality are now "packaged" together.
I've also read William Herman's guides to setting up to boot via TFTP and mount the rootfs using NFS. Whilst helpful, these guides are now a bit dated (published June 2013) with respect to the latest uboot default setup.
Brian,
login as: root
Debian GNU/Linux 7
BeagleBoard.org BeagleBone Debian Image 2014-08-19
Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
root@beaglebone:~# passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
root@beaglebone:~# df -h /
Filesystem Size Used Avail Use% Mounted on
192.168.xxx.xxx:/home/william/rootfs-testing 136G 3.9G 125G 3% /
root@beaglebone:~# uname -r
3.8.13-bone63
root@beaglebone:~#