Ericsson usb
Bus 001 Device 006: ID 0bdb:1926 Ericsson Business Mobile Networks BV
/lib/udev/rules.d/77-mm-ericsson-mbm.rules
# Ericsson H5321gw
ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1926", ENV{ID_MM_ERICSSON_MBM}="1"
ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1919", ENV{ID_MM_ERICSSON_MBM}="1"
raspbery pi
dd bs=4M if=~/2012-12-16-wheezy-raspbian.img of=/dev/sdd
GTA04
Neues Nand
Unpack this sd image to a >2 GB SD card:
http://download.goldelico.com/gta04/20140103-GTA04-3.12.0-wheezy-7.3/
file: sd-image.dd.bz2
or use makesd script
Then boot with this SD once (may need to press and hold the AUX button before powering on) and it will upgrade/reflash U-Boot.
The shut down and the other SD card should work.
Festplatten sicher löschen
shred
Fast
shred -vzn 0 /dev/<id>
Secure
shred -vzn 3 /dev/<id>
wipe
wipe -kq /dev/<id>
Zertifikate erzeugen
openssl genrsa -des3 -out server.key 1024 openssl req -new -key server.key -out server.csr cp server.key server.key.org openssl rsa -in server.key.org -out server.key openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
cp server.crt /usr/local/apache/conf/ssl.crt cp server.key /usr/local/apache/conf/ssl.key
Cups
Drucker share
lpadmin -p -o printer-is-shared=true
GTA04
Hi, here an additional answer.
Am 27.06.2014 um 09:23 schrieb Dr. H. Nikolaus Schaller:
I spent some more time with this tonight. I don't see an sd image in http://download.goldelico.com/gta04/20140610-GTA04-beta-3.15.0-wheezy-7.5/
Ah, there is no primitive SD image (I have to find out why the file got lost), but the makesd script.
Ok, we had upgraded the build system a while ago but for unremembered reasons it was not 100% perfectly finished and documented.
The new approach is that you will always find the "production images" for unbricking and reflashing u-boot etc. here:
http://download.goldelico.com/gta04/production/
Note that this currently is a 3.12.7 kernel. This is the latest one that runs well enough for this purpose.
Then, we have the (no-bootloader) Debian images (to be installed in a single partition):
http://download.goldelico.com/gta04/debian/
There is always a basic Debian image without GUI and without
kernel:
http://download.goldelico.com/gta04/debian/latest-debian.tbz
and a LXDE image (which can be installed as a single partition stand-alone or is used for the "production image" and fallback in NAND):
http://download.goldelico.com/gta04/debian/latest-lxde.tbz
This LXDE image contains the latest stable kernel and therefore can simply be copied onto some etx2/3/4 partition and should then boot.
It is assembled from components by this makesd script:
http://download.goldelico.com/gta04/debian/makesd
Next we have the Replicant root file systems (single partition):
http://download.goldelico.com/gta04/replicant/
And finally the system packages incl. sources (but not including any rootfs):
http://download.goldelico.com/gta04/latest/
http://download.goldelico.com/gta04/unstable/
The newer ones will no longer contain the "production images", but the makesd file to create one.
So you should reflash u-boot (red screen etc.) using the latest production image you find on:
http://download.goldelico.com/gta04/production/
Then you can use the rootfs from
http://download.goldelico.com/gta04/debian/latest-lxde.tbz
and just replace the uImage, bootargs.scr, *.dtb files. And don't forget to install the new kernel modules (usually a new kernel boots without depmod -a)...
Hope this does not increase the confusion (although it is very likely and would be understandable)...
This process isn't really optimally streamlined yet, because there are many dependencies when handling all these variants. And moving files around isn't very easy because there are external deep links onto the download server...
Let me try to draw the flow from sources to binary SD images and rootfs tarballs:
new code (e.g. 3.16-rc2) and sources => gta04/unstable/src (upgrades ~weekly)
gta04/unstable/src => gta04/unstable/uImage etc. (compiled)
gta04/unstable => gta04/latest/ (when tested and stable enough to build a production image on it)
gta04/debian/latest-debian.tbz + gta04/lastest/uImage + apt-get-install lxde => gta04/debian/latest-lxde.tbz (unpack to partition on SD) 4a. gta04/debian/latest-debian.tbz + apt-get upgrade => gta04/debian/latest-debian.tbz (rolling upgrade every 2-3 months)
gta04/debian/latest-lxde.tbz + gta04/lastest/MLO+uBoot+uImage => gta04/production (dual partition SD images for NAND) 5a. the same for GTA04b2 (Letux3704) 5b. the same for GTA04b3 (Letux7004) 5c. the same for GTA04b7 (Neo900)
replicant sources -> replicant/4.2/unstable-replicant.tbz (compiled from scratch directly from the most recent git sources) 6a. replicant/4.2/latest-replicant.tbz (when tested to be good)
The idea for next steps is:
- gta04/debian//latest-lxde.tbz apt-get-install lxde- qtmoko+ => gta04/qtmoko/latest-qtmoko.tbz (unpack to partition on SD)
- gta04/debian//latest-lxde.tbz apt-get-install lxde- quantumstep+ => gta04/qtmoko/latest-quantumstep.tgz (unpack to partition on SD)
All this is to support the new device tree based way of handling variant specific (and variant agnostic) SD images:
http://projects.goldelico.com/p/gta04-main/downloads/55/
BR, Nikolaus
bootable fusb stick
udo dd if=ubuntu-13.10-desktop-amd64.iso of=/dev/sdb bs=1M
git
eine bestimmten stand aus git herausholen
git fetch -t git://github.com/zfsonlinux/zfs.git refs/pull/2565/head git checkout -b b_2565 FETCH_HEAD This wiki is powered by ikiwiki.