Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

BeagleBone Black Image

    Nobody is reading this thread right now.
@supamicha, could we expect a new snapshot ?? :hell

2014-01-04 - Fehler in "oscambuild" beseitigt, Dateien aktualisiert
2014-01-08 - Fehler in "sdcardinstaller.sh" beseitigt, "sdcardinstaller_emmc.sh" hinzugefügt
2014-02-07 - Snapshot Image hinzugefügt
2014-04-27 - Snapshot aktualisiert
2014-06-13 - Snapshot aktualisiert
2014-08-10 - Snapshot aktualisiert

As you see, the latest Snapshot will be from august and you improved always frequently after 2 month ! (see your list :emoticon-0115-inlov )

But serious, your BBB-Image will be the best ! :emoticon-0165-muscl:agree:
 
Can someone advise me, please ?

The new BBB-board has 4 gB flash-memory instead the old 2 gB BBB-board.
Everything will be gone Okay with the first flash from SD-card (push start/boot-button ofcourse). Webif of Oscam works at port 8888 !!

As soon I'll connect with WinSCP there is connection, but could not edit or change the internal file like etc/network/interfaces.
Why it is forbidden with WinSCP to edit directly ? Will be the rest of the empty part of the internal flash give some troubles or is there a special
command to clean this "empty" part ?
 
Zuletzt bearbeitet:
AW: Re: BeagleBone Black Image

I think it is a problem from WinSCP. Does it work with PuTTy ?
 
Re: AW: Re: BeagleBone Black Image

Thanks, my friend has troubles with his new BBB and howto from my side :emoticon-0168-drink

Tomorrow I'll test it physically with my own stuff like PC, home network and own parameters. :emoticon-0105-wink: :emoticon-0105-wink:
 
@supamicha, this will be the message after first flash without reboot or sdcopy !
login as: root
root@192.168.2.6's password:
=================================
= =
= O S C A M - S E R V E R =
= =
=================================
root@oscam-server:~# dpkg-reconfigure tzdata
cp: error writing '/etc/localtime.dpkg-new': No space left on device
cp: failed to extend '/etc/localtime.dpkg-new': No space left on device
Current default time zone: 'Europe/Amsterdam'
Local time is now: Wed Dec 24 00:24:23 CET 2014.
Universal Time is now: Tue Dec 23 23:24:23 UTC 2014.
debconf: DbDriver "config": could not write /var/cache/debconf/config.dat-new: Auf dem Gerät ist kein Speicherplatz mehr verfügbar
root@oscam-server:~#
 
Zuletzt bearbeitet von einem Moderator:
AW: Re: BeagleBone Black Image

Is filesystem read only ? Can you show output from "mount"
Code:
root@cardserver:~# mount
/dev/mmcblk0p2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
devtmpfs on /dev type devtmpfs (rw,relatime,size=244744k,nr_inodes=61186,mode=755)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/mmcblk0p1 on /boot/uboot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=50636k,mode=700)
root@cardserver:~#
 
Zuletzt bearbeitet von einem Moderator:
Re: AW: Re: BeagleBone Black Image

This will be seen; Boot from internal flash)
root@oscam-server:~# mount
/dev/root on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
devtmpfs on /dev type devtmpfs (rw,relatime,size=253316k,nr_inodes=63329,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /run/user type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
/dev/mmcblk0p1 on /boot/uboot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
root@oscam-server:~#

I could edit nothing (no static IP possible, the file will be zero/emptyafter edit)
 
Zuletzt bearbeitet von einem Moderator:
Thanks, I'll try this Saturday and let you know :good:

@supamicha, your latest snapshot will be available but after copy/flash/boot the BBB (C = 4Gb internal memory) there is no networkconnection possible. :emoticon-0179-headb

Test with the older august ( snapshot.img ) still Okay, after copy/flash/boot the BBB (C = 4Gb internal memory), but impossible to edit with Winscp :emoticon-0156-rain:
Test with the older April ( snapshot.img ) still Okay, after copy/flash/boot the BBB (C = 4Gb internal memory), but also possible to edit normal with Winscp :good:
 
Zuletzt bearbeitet von einem Moderator:
AW: BeagleBone Black Image

The differenz between the images are kernel version and the packages. The April uses Grip Distribution which is not any more supported.
I have no idea how i can help you because i dont have a 4GB Bone.
 
Re: AW: BeagleBone Black Image

@supamicha indeed, the problem for the BBB rev C will be the kernel version specially different for the network protocol.

The base is a little different for the BBB rev C (4Gb),but here you can find the new debian flasher image. ( ) You can find it here on this page

Could you build a new snapshot for the BBB rev C too ? So we have in future two snapshot image-soft for the BBB rev B and C ?

For your latest info !!!!
Finally test with the BBB rev C (4Gb),programming with latest debian flasher image, updates and oscam installation from trunk works perfectly !
 
Zuletzt bearbeitet:
Tonight I have flashed/used your latest snapshot into the (old-version) BBB with 2gB flash !
But, ................. unfortunately this morning the OscamServer was down.
After a reboot (BBB was reachable) he starts normaly but the readers (don't work)
 
AW: BeagleBone Black Image

I have no problem with the actual snapshot image.

Gesendet von meinem Xperia Z mit Tapatalk
 
Zurück
Oben