[IMAGE] A13(-WIFI) Debian (now Ubuntu) + xfce flashable (Updated: 08 Mar: R18)

Started by jwischka, December 17, 2012, 06:36:15 AM

Previous topic - Next topic

SlyCom

I don't know if the camera is UVC but what about the bluetooth usb dongle?

drspastic

Quote from: jwischka on June 29, 2013, 09:44:40 PM
Quote from: drspastic on June 29, 2013, 07:48:54 PM
hi, hows things? i have been away from the forum a few months. i am still using 3.4.29-jwischka-3.4-video-20130209-R15+ and its been great so far. i did just get a Realtek RTL2832U based dongle and dmesg didnt pick it up other than a usb device. is there a shortcut way to get this working without a recompile?

Probably need a new kernel. I'll see if I can get the new 3.4 branch to be a bit more stable and look into a release...

hm... dmesg does see it now  ::)
[ 6243.420000] usb 2-1.3: new high-speed USB device number 7 using sw-ehci

olinuxino@debian:~$ lsusb
Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 04d9:1603 Holtek Semiconductor, Inc. Keyboard
Bus 002 Device 006: ID 046d:c001 Logitech, Inc. N48/M-BB48 [FirstMouse Plus]
Bus 002 Device 007: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
Bus 002 Device 005: ID 13d3:3273 IMC Networks 802.11 n/g/b Wireless LAN USB Mini-Card
olinuxino@debian:~$ lsmod
Module                  Size  Used by
rt2800usb              12206  0
rt2800lib              41704  1 rt2800usb
crc_ccitt               1054  1 rt2800lib
rt2x00usb               7495  1 rt2800usb
rt2x00lib              31405  3 rt2x00usb,rt2800lib,rt2800usb
led_class               2407  1 rt2x00lib

and the led comes on so its not so bad after all.
just need the module.

by the way, these dongles have 2 uses, requiring different modules that i hear can clash:
first is the dvb-t / dab standard function, second is rtl-sdr taking raw sample stream for
software defined radio like gnuradio etc. 24-1850 mhz can be had from the rtl2832/r820t dongles.
i read that the r820t tuner chip can also be software disabled somehow to allow raw samples from dc-24 mhz to be decoded too.

anyway, im rambling..... just thought it might be interesting as it opens up a big chunk of cheap connectivity

SlyCom

Why sometimes the board boot correct but sometimes it try to boot from nand? Is it a SD card issue?

jwischka

Quote from: SlyCom on August 19, 2013, 11:41:45 PM
Why sometimes the board boot correct but sometimes it try to boot from nand? Is it a SD card issue?

I'm not sure to be honest, though I can tell you I experience the same behavior.

SlyCom

So is there any solution for this issue? My device works remotely and in case off power cut it sometimes not starting.
Is there any solution to write the image to NAND?

P.S.
What is the user and password for version R19 ?? I can not log in using olinuxino/olinuxino.

yo9hnf

I'm the only one who can run this image of Debian un the A13MICRO board ?!

jwischka

Quote from: SlyCom on August 20, 2013, 10:29:42 AM
So is there any solution for this issue? My device works remotely and in case off power cut it sometimes not starting.
Is there any solution to write the image to NAND?

P.S.
What is the user and password for version R19 ?? I can not log in using olinuxino/olinuxino.

ubuntu/olinuxino

I haven't spent a lot of time looking into the boot issues - writing to NAND would likely be a workable solution, though I haven't looked into doing that either. I know that others have looked at booting from NAND, but I haven't kept up with that line of posts recently.

johnjonh

Hello

I'm wondering why I can't get the image to fit on any 4gb card, with Linux or Image Writer or Roadkils image writer on windows

for example:

jonne@Ibuntu:~/Downloads$ sudo dd if=~/Downloads/olinuxino_xfce-r18.img of=/dev/sdb
dd: writing to `/dev/sdb': No space left on device
7626753+0 records in
7626752+0 records out
3904897024 bytes (3.9 GB) copied, 1975.27 s, 2.0 MB/s

... running out of space with something like 1 or 2 sectors to go

Obviously, the solution is to buy a 8 or 16 gb card to write the 4gb image. i just dont understand why the image is 3.7 GB when all my 4GB cards seem to be 3.68 in capacity.

i wonder if this is related to:

https://bugs.launchpad.net/win32-image-writer/+bug/912259

jwischka

What brand of card are you using? The image is made from a legit, 4GB Sandisk card. Cards with bad sectors (or fewer sectors) will obviously experience problems. I've used WinDiskImager and dd to successfully write the images to other (Sandisk) cards, however.

I suppose I could try to pull an image with DD, if you would like me to try, but I suspect it's a physical card problem, not a software issue.

Quote from: johnjonh on September 02, 2013, 07:57:00 PM
Hello

I'm wondering why I can't get the image to fit on any 4gb card, with Linux or Image Writer or Roadkils image writer on windows

for example:

jonne@Ibuntu:~/Downloads$ sudo dd if=~/Downloads/olinuxino_xfce-r18.img of=/dev/sdb
dd: writing to `/dev/sdb': No space left on device
7626753+0 records in
7626752+0 records out
3904897024 bytes (3.9 GB) copied, 1975.27 s, 2.0 MB/s

... running out of space with something like 1 or 2 sectors to go

Obviously, the solution is to buy a 8 or 16 gb card to write the 4gb image. i just dont understand why the image is 3.7 GB when all my 4GB cards seem to be 3.68 in capacity.

i wonder if this is related to:

https://bugs.launchpad.net/win32-image-writer/+bug/912259

johnjonh

wow. Fast reply. Thanks.

No need to bother with pulling a different image with dd. All my cards are Kingston... I've suspected them for a while. Your 4 gb sd images are not the only ones I cant get to fit.


Quote from: jwischka on September 02, 2013, 08:00:49 PM
What brand of card are you using? The image is made from a legit, 4GB Sandisk card. Cards with bad sectors (or fewer sectors) will obviously experience problems. I've used WinDiskImager and dd to successfully write the images to other (Sandisk) cards, however.

I suppose I could try to pull an image with DD, if you would like me to try, but I suspect it's a physical card problem, not a software issue.


jwischka

That's good information to have. I may try to grab a Kingston card in the future, then, for making images. Obviously you can put a smaller image on a larger card, so having the "smallest" 4GB card possible would be good - from the perspective of the image maker.



Quote from: johnjonh on September 02, 2013, 09:02:53 PM
wow. Fast reply. Thanks.

No need to bother with pulling a different image with dd. All my cards are Kingston... I've suspected them for a while. Your 4 gb sd images are not the only ones I cant get to fit.


Quote from: jwischka on September 02, 2013, 08:00:49 PM
What brand of card are you using? The image is made from a legit, 4GB Sandisk card. Cards with bad sectors (or fewer sectors) will obviously experience problems. I've used WinDiskImager and dd to successfully write the images to other (Sandisk) cards, however.

I suppose I could try to pull an image with DD, if you would like me to try, but I suspect it's a physical card problem, not a software issue.

SlyCom

Hi jwischka,

Your ubuntu distribution is brilliant. I wonder if the destribution will work with Olinuxino iMX233-Olinuxino board?

regards

jwischka

Quote from: SlyCom on September 13, 2013, 01:27:02 PM
Hi jwischka,

Your ubuntu distribution is brilliant. I wonder if the destribution will work with Olinuxino iMX233-Olinuxino board?

regards

With the right kernel, probably, though it would be quite slow, I suspect.

SlyCom

Hi,

I'm going to use devices connected to Olinuxino A13 via UART (Ubuntu r18). I'm using USB to UART dongle. The question is: Is there any option to use internal uart port? I read somewhere that there is UART but it's connected to sd card.

David Goadby

If you need actual RS232 signal levels then an easy solution is to use an EXT module MOD-RS232. At €5.95 it's not worth getting the soldering irion out.

Alternatively, if TTL is ok then 3.3V serial is available for UART1 and UART0 on the appropriately named connectors.

David Goadby