Official CuBox-i XBian 1.0 Beta 2 thread
|
7th Aug, 2014, 04:12 AM
Post: #106
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
in general yes. but the same way as with BIOS (or UEFI) some actions started / performed during that pre-boot have consequences later.
that means it is wanted to have a mechanism for it's update adhoc. look at cubox forums how big issue / problem u-boot instalation is for regular user. so I decided since 1st image that uboot will be part of kernel updating with it. of course we can discuss if it makes sense re-flash 1MB each time with kernel even if uboot is not changed - and that one can be adapted in the postinst scripts - but that is more about the mechanism rather then why do we update it in general. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
7th Aug, 2014, 04:20 AM
Post: #107
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
Anyway i can tell what version is shipped? Then i will mail Rabeeh about it.
pilight - modular domotica solution
|
|||
7th Aug, 2014, 05:30 AM
Post: #108
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
root@cubox:/etc/uboot-env# strings u-boot.img | grep -m1 -i u-boot
U-Boot 2013.10-rc4-ga06fada it is exactly the commit from his repo Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
7th Aug, 2014, 04:45 PM
Post: #109
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
7th Aug, 2014, 06:39 PM
Post: #110
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
I already mailed Rabeeh.
pilight - modular domotica solution
|
|||
8th Aug, 2014, 02:13 AM
Post: #111
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
Finally some more info on the latest kernel 3.10.30
On the Hummingboard i1 Code: U-Boot SPL 2013.10-rc4-ga06fada-dirty (Jul 25 2014 - 02:44:24) On the Hummingboard i2eX: Code: U-Boot SPL 2013.10-rc4-ga06fada-dirty (Jul 25 2014 - 02:44:24) pilight - modular domotica solution
|
|||
8th Aug, 2014, 07:13 AM
Post: #112
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
can you try hummingboard H1 with addition kernel parameter let's say
cma=16M ? @CurlyMo https://github.com/xbianonpi/xbian-package-kernel/commit/54fb60603a4660e52cdb976e2d7bd20534f990e1 and 1.2.0 kernel 3.10.30 (staging) or 1.0.0 - 3.10.51 (devel) Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
8th Aug, 2014, 07:08 PM
Post: #113
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
Updating to kernel 3.10.51 works fine when using the method i posted in my pull request.
Serial also works fine. Syntax for a serial login prompt is in /etc/init/tty2.conf Code: # tty2 - getty Open issues - GPIO not working at all - The HB takes quit a while to get from the hdmi_audio to the keymap stage: Code: [ 18.770811] init: network-interface (can0) pre-start process (1482) terminated with status 2 Code: Root partition /dev/mmcblk0p2 missing - An apt-get upgrade fails on the 06btrfs findmnt issue. Editing the file helps but it's not very friendly for regular users. I managed to create a bootable HB image using the xbian-copy code adapted a little so it uses rsync instead of send/receive. Retried the xbian-copy with that new image but it still fails: Code: lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk Code: umount: /tmp/btrfs-dest: not mounted Code: [ 338.905295] loop: module loaded Looping through the xbian-copy steps manually still gives me this error: Code: [ 830.735991] btrfs: ERROR did not find backref in send_root. inode=645, offset=0, disk_byte=220712960 found extent=220712960 pilight - modular domotica solution
|
|||
9th Aug, 2014, 01:57 AM
Post: #114
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
what new image ? there is no new image since July-18 because Jessie is currently broken around systemd / upstart / libpam-systemd dependency. until this is back and fixed new image won't be generated.
btrfs send | receive won't be fixed until IMAGE (partition on it) is recreated. I posted this to relevant issue on git. have you not read it? also that's why I asked you to do following: 1) new subvolume 2) copy root/@ into it (no snapshot, no copy with using references!) 3) reboot into new subvolume 4) check if btrfs send works from such new subvolume simply DEBIAN kernel currently on Jessie has this broken in BTRFS kernel code. I upgraded kernel on BUILD machine but again because broken uptream repo new IMAGE won't be regenratered and xbian-copy can't be tested (if new Debian kernel is patched) this has nothing to with the actual user installation. but MAYBE it can be corrected after image deployement with the steps I sent. HDMI audio can't work at all for you because you don't have HDMI screen. but in general you wanted to say that: new dtb flles are working, cma assumption was correct and both devices boot now ? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
9th Aug, 2014, 02:38 AM
Post: #115
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
- When i said "new image" i meant my own backup image i created using the xbian-copy code but replacing send/receive with rsync. So i already did what you asked me but differently and it didn't work.
- I didn't say anything about audio right? - Didn't change the CMA data myself. pilight - modular domotica solution
|
|||
12th Aug, 2014, 08:07 AM
Post: #116
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
I noticed that this popular wlan adapter doesn't work on the HB. It works natively on the RPi.
So we need the rt2XXX kernel modules as i posted in the pull request and the /lib/firmware/rt2870.bin. pilight - modular domotica solution
|
|||
24th Oct, 2014, 02:29 AM
Post: #117
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
Did you stop the development of xbian for cubox-i?
|
|||
2nd Nov, 2014, 06:01 AM
Post: #118
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
I also like to know that. I hope not!
|
|||
3rd Nov, 2014, 02:20 AM
Post: #119
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
I'm under the impression from reading between the lines, that development hasn't ceased but is being "merged" with code for the Hummingboard. So we will have a single repository for Cubox-i and the HB.
Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
3rd Nov, 2014, 04:23 AM
Post: #120
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
OK anything we can do to test?
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Official CuBox-i XBian 1.0 RC3 Thread | IriDium | 94 | 291,079 |
21st Jun, 2015 05:59 AM Last Post: zilexa |