07-06-2013, 10:20 AM | #1 |
wannabe developer
Posts: 192
Karma: 156548
Join Date: Mar 2011
Device: Kindle: 2xKeyboard, Classic, 2xTouch, 2xPW, PW2; Onyx: Boox M92
|
Obuntu M92 preview images
Hi all.
As some of users requested, I'll be releasing early, preview Obuntu images for those who are interested in following my work, as well as those, who would like to contribute in terms of testing and development. Official project page will be launched within few days, so at the moment please use following topic for everything related to Obuntu. Also please keep in mind that this project is in very early stage, thus I won't focus on easy installers, FAQ, etc. It is targeted for advanced users only. Install notes:
Updater will rarrange internal memory and install Obuntu on newly created partition. Please be aware that user space partition will be formatted. Whole process should take between 30 minutes to 1 hour depending on your SD card speed. After installation is complete (ereader will reboot), you can safely remove SD card and boot into Obuntu. Default username : user Default password : password Enabling USB Host mode (requires powered hub) : Code:
root@lucid-desktop:/home/user# rmmod ehci-hcd root@lucid-desktop:/home/user# modprobe fsl_otg_arc root@lucid-desktop:/home/user# modprobe arcotg_udc root@lucid-desktop:/home/user# modprobe g_ether root@lucid-desktop:/home/user# modprobe ehci-hcd Code:
root@lucid-desktop:/home/user# modprobe scsi_mod root@lucid-desktop:/home/user# modprobe usb_storage Development snapshot: https://mega.nz/#F!rRcwRDiZ!tPJMPhjTLiWsLIiAJM8v3w Last edited by seaniko7; 09-01-2016 at 03:17 PM. Reason: updated links |
07-06-2013, 11:30 AM | #2 |
Groupie
Posts: 187
Karma: 15126
Join Date: Feb 2012
Device: ONYX M96
|
Great work man!
Maybe some of the more advanced users will be willing to explain how one could install this in a more noob-proof way . How long does the battery life last within this OS? What sort of prorgamms can one install within this OS? Some linux scribbling app like Xournal? |
Advert | |
|
07-07-2013, 04:51 AM | #3 |
schoolteacher
Posts: 137
Karma: 16342
Join Date: May 2012
Location: Russia
Device: Onyx M92 +i62HD(m)+M92(m)x20+M90x13
|
|
07-07-2013, 05:50 AM | #4 |
wannabe developer
Posts: 192
Karma: 156548
Join Date: Mar 2011
Device: Kindle: 2xKeyboard, Classic, 2xTouch, 2xPW, PW2; Onyx: Boox M92
|
@por, I haven't measured battery life yet. Only basic power management works for now (boot, reboot, shutdown).
You can install all programs from Ubuntu 10.04 repository, including xournal. @Kirth, first partition can be any size, second should be at least 2G. There's no swap partition atm. Also I recommend using class 10 SD card. In future, I'll include installer with option for installing Obuntu on internal memory. |
07-09-2013, 05:13 AM | #5 | |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
Quote:
|
|
Advert | |
|
07-09-2013, 07:22 AM | #6 |
wannabe developer
Posts: 192
Karma: 156548
Join Date: Mar 2011
Device: Kindle: 2xKeyboard, Classic, 2xTouch, 2xPW, PW2; Onyx: Boox M92
|
@crazydog: uImage-initramfs. Thanks for pointing that out.
|
07-09-2013, 08:45 AM | #7 |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
@seaniko7: I have to thank you for everything you're doing. Your achievements are really great.
I already thought it should be the uImage-initramfs. I did all the steps and my boox is booting up and checking for updates for approx. 30min now. Is it installing something or does the first boot up need some more time? I don't think it hangs. I extracted the rootfs with usual tar command - that should preserve the symbolic links (I think, am I right?) @all: Somehow my boox won't run the dd command through an oar- script as it does with cp and others. I entered the command in betty boox terminal emulator. |
07-09-2013, 09:41 AM | #8 |
Addict
Posts: 314
Karma: 1093858
Join Date: Mar 2013
Location: Romania (but i'm italian)
Device: Onyx Boox Nova 2, Kingrow K1 (former N96 ML/i86ML Plus/M92)
|
I didn't tried yet as i don't have such a big and high quality SD card as suggested.
What is the scope of dd-ing initram-fs ? Is it preparing some form of dual boot? should we keep a copy of the previous content? I noticed in the past that dd command didn't worked in a .oar script. I think it's because you have to be root and if you launch a .oar script you are just "app" user. |
07-09-2013, 10:43 AM | #9 | |
Addict
Posts: 251
Karma: 214890
Join Date: Sep 2006
Device: none
|
Quote:
seaniko7 can you modify init script (does it make sense?) to check if mount -t ext3 /dev/mmcblk1p2 /newroot succeeded or not and if it is failed it could boot usual way: mount -t ext4 /dev/mmcblk0p1 /newroot ...? |
|
07-09-2013, 11:05 AM | #10 |
Groupie
Posts: 187
Karma: 15126
Join Date: Feb 2012
Device: ONYX M96
|
Can someone post here how the command in the flash.oar file (opened with a text editor) should look like?
|
07-09-2013, 11:24 AM | #11 |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
@por I did it with dd if=/media/flash/update/uImage-initramfs of=/dev/mmcblk0 bs=512 seek=12288
@pkbo I think M92 sees the partitions on sd card, even you don't see them when opening sd card icon. You can easily check through serial connection. I'm leaving the boox to bootup, maybe it takes some hours I think I messed something up with the symbolic links or my sd card is really really sloow (I don't know what class it is) |
07-09-2013, 11:38 AM | #12 |
Addict
Posts: 251
Karma: 214890
Join Date: Sep 2006
Device: none
|
I did not expect to see SD contents in the file manager . I've checked it using serial connection, it sees only p1, on PC it is two partitions. I will not bother seaniko7 with my problems just will wait when it will be usable by average users.
|
07-09-2013, 03:47 PM | #13 |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
@pkbo: I left the device till now and nothing happened. I think you're right with your assumption that boox cannot read the partitions (or just the second) on sd card.
As I don't know how to explore the uImage-initramfs I agree with you waiting for seaniko7. |
07-10-2013, 02:31 AM | #14 |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
waaa I got it
SEANIKO7 is the KING I formatted the first partition on sd card as fat32 - the second as ext3. I did it with fdisk instead of grub. Obuntu is working really fast. |
07-10-2013, 04:47 AM | #15 | |
Addict
Posts: 314
Karma: 1093858
Join Date: Mar 2013
Location: Romania (but i'm italian)
Device: Onyx Boox Nova 2, Kingrow K1 (former N96 ML/i86ML Plus/M92)
|
Quote:
Is it right or the first one must be fat32 ? |
|
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
M92 Screen Update problem with images | Killy | Onyx Boox | 1 | 11-19-2012 12:51 PM |
Android [WIP] Overclocking the PE | plasticarmyman | enTourage eDGe | 16 | 06-11-2012 07:08 PM |
small preview page images | goodnerd | Kindle Formats | 5 | 09-22-2011 11:39 AM |
Seriously thoughtful I always knew Windows was a WIP | GeoffC | Lounge | 4 | 02-06-2010 02:20 AM |
Opinions needed on a WIP ebook | Nate the great | Workshop | 5 | 07-15-2009 11:38 AM |