15:21 | heap_ | hi, i have cubox as nas... and when i did iperf3 tests... i got strange results... iperf3 as server on cubox .. client on laptop there is 10MB/s... iperf3 server on laptop... cubox as client 50MB/s |
16:56 | kasvain | this is strange. after installing ubuntu 12.10 from official installer version 0.4, it boots fine for the first time |
16:56 | kasvain | then on second boot it does not find any bootable devices |
16:58 | kasvain | tried installing four times, for after first installation i could boot it as many times i wanted but all the three last times it says crc error when trying to read from 0x0200000 |
17:00 | kasvain | also one strange thing is that official installer does have only working geexbox and ubuntu 12.10 headless, all the rest possible oses to choose does not work (scripts broken or 404 not found for the files to fetch) |
17:00 | kasvain | is this issue only with the 1st gen cubox (seems newer ones like to work straight outta box by writing any image) |
17:01 | kasvain | all the newer boxes seems to be as easy to install as raspberry pi, just put a image and voila |
17:05 | kasvain | my boot.scr includes following at kernel load line: |
17:06 | kasvain | ext4load mmc 0:1 0x01000000 /boot/uImage |
17:06 | kasvain | is this right? or does it have to be 0x02000000 |
17:06 | kasvain | fs is ext4, checked it |
17:10 | kasvain | very bad documentation on this 1st gen device, at least managed to burn the spi manually by sf write at uboot shell |
17:10 | kasvain | just would like to know what is the right sector to read the kernel uImage from to get every possible os work than just ubuntu 12 |