Alright, here is how I got CIFS to work on Angstrom:
-With Angstrom booted on eMMC I put mSD card with Robert Nelson's Ubuntu 
image on it into mmc slot.  
mkdir /mnt/sd1
mkdir /mnt/sd2
mount /dev/mmcblk1p1 /mnt/sd1
mount /dev/mmcblk1p2 /mnt/sd2
cd /mnt/sd1
mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 -n 
kernel -d ./zImage ./uImage
cp uImage /boot
cp -r /mnt/sd2/lib/modules /lib/
depmod -a

Now I can mount folders on my Windows network with:
mount -t cifs -o username="username",password="password" //server/share 
/mnt/directory

On Wednesday, December 18, 2013 10:08:47 AM UTC-6, David Marquart wrote:
>
> The way it looks in build_kernel.sh is that if i were to:
> -rename defconfig to defconfig.bkup 
> -cp beaglebone to defconfig 
> -then run the build_kernel.sh and change the cifs options I would get a 
> 3.8.12 kernel with only the one change.
> Would I then just follow the boot partition portion of 
> http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-SetupmicroSD/SDcardand
>  after?
>
>
> On Tuesday, December 17, 2013 3:51:48 PM UTC-6, RobertCNelson wrote:
>>
>> On Tue, Dec 17, 2013 at 3:47 PM, David Marquart <[email protected]> 
>> wrote: 
>> > Realtek RTL8188CUS.  I can see my network with iwlist scan, but when i 
>> try 
>> > iwconfig with the ubuntu or debian images I can not get the ssid to 
>> stay 
>> > after reboot or the key to go in at all.  Connman in Angstrom works 
>> fine. 
>> > 
>> > I am reflashing the eMMC to factory Angstrom and can try 3.12.  I am 
>> still 
>> > trying to get my brain to wrap around how the kernel/rootfs work so I 
>> > apologize for newbie questions, but can I just build a 3.8 from 
>> > 
>> http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-LinuxKernel
>>  
>> > with a .config with only the couple of cifs changes and have it work in 
>> > Angstrom? 
>>
>> Both "Angstrom" and ubuntu/debian are "linux", just as long as you 
>> meet the systemd kernel .config requirements, it'll boot just fine.. 
>>
>> Regards, 
>>
>> -- 
>> Robert Nelson 
>> http://www.rcn-ee.com/ 
>>
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to