07-10-2013, 05:09 AM | #16 |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
as pkbo pointed out correctly boox was not seeing the second ext3 partition.
But when the first partition is fat32 it auto mounts it and recognizes the ext3 partition. I don't know more - I'm just a noob. So I'm not saying it must be FAT32 but it works for me. - maybe it works because this time I did it with fdisk instead of grub.. fdisk is not available on boox. Preparing SD card is much easier and faster on pc. |
07-10-2013, 05:57 AM | #17 |
Addict
Posts: 251
Karma: 214890
Join Date: Sep 2006
Device: none
|
@crazydog great, you did it! Can you post here output of fdisk -l [whatever device corresponds to your sd card]?
|
Advert | |
|
07-10-2013, 06:17 AM | #18 |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
seaniko7 opened a new world to ebook reader. fantastic
@pkbo: output of fdisk (SD Card) Disk /dev/sdc: 7948 MB, 7948206080 bytes 245 heads, 62 sectors/track, 1021 cylinders, total 15523840 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0004f64f Device Boot Start End Blocks Id System /dev/sdc1 2048 4194303 2096128 b W95 FAT32 /dev/sdc2 4194304 15523839 5664768 83 Linux |
07-10-2013, 06:51 AM | #19 | |
Groupie
Posts: 187
Karma: 15126
Join Date: Feb 2012
Device: ONYX M96
|
Quote:
Did you do the partitioning and unpacking under windows or linux? If you have some spare time, could you post here the steps you did in some more detail? Last edited by por; 07-10-2013 at 06:56 AM. |
|
07-10-2013, 07:20 AM | #20 |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
@por
fdisk /dev/sdx --where x is the sd card m prints the help commant (really helpful) n creates new partition then you have to set the size, I set it with +xxxx where x is the number of sectors then you have to format it... and repeat that to create a second partition tar -pxjvf is the command i used to extract the rootfs (where p is needed to preserve permissions) I hope I could help you a bit. |
Advert | |
|
07-10-2013, 11:57 AM | #21 |
Zealot
Posts: 114
Karma: 1200000
Join Date: May 2013
Device: Hanvon E920
|
Can anyone film this and put this on youtube?
Not only to gain attention but also because I would like to see this And is there any practical use or will there be? Must be cool to run linux but in the end it runs on an e-ink display |
07-10-2013, 01:41 PM | #22 |
Connoisseur
Posts: 59
Karma: 12
Join Date: Nov 2012
Location: Italy
Device: Sony PRS 650, Onyx Boox M92, Onyx Boox Max2
|
hello to all. I am following with great attention the developments of the discussion. I'm a non-expert user of linux and I know that seaniko7 said that for now ported to ubuntu is recommended for expert users. I though I would try, as I think many, and I tried to merge the instructions of seaniko7 with the advice of CrazyDdog to get a more detailed procedure possible. I hope seaniko7 or CrazyDog can control this procedure and give the ok. for me to point 4 is still unclear. thank you very much, I look forward ...
1 - Download uImage-initramfs from: https://github.com/intromatyk/public_kernel/tree/iMX508 1.1??? - Copy the file uimage-initramfs in internal memory of boox (is my personal interpretation) 2 - Flash uImage-initramfs using dd command with betty boox terminal emulator : dd if=/media/flash/update/uImage-initramfs of=/dev/mmcblk0 bs=512 seek=12288 3 - Download current rootfs from: https://www.dropbox.com/s/n50udy9rki...060713.tar.bz2 4 - Format SD and create two ext3 partitions I formatted the first partition on sd card as fat32 - the second as ext3. I did it with fdisk instead of grub. fdisk /dev/sdx --where x is the sd card m prints the help commant (really helpful) n creates new partition then you have to set the size, I set it with +xxxx where x is the number of sectors then you have to format it... and repeat that to create a second partition is this operation in boox with betty boox or in windows?? 5 - Unpack rootfs on second partition preserving permissions and symbolic links tar -pxjvf (with betty boox, is my personal interpretation) 6 - Boot OS using update procedure (i.e. reboot holding Back button) |
07-10-2013, 02:26 PM | #23 |
Addict
Posts: 248
Karma: 1502286
Join Date: Jan 2013
Device: Onyx Boox M92; Onyx Boox i86ML; Kobo Aura H2O; Dasung Paperlike
|
Awesome Work seaniko. I am a noob, so i cannot try this.
I want to know one thing - How is the refresh rate in Obuntu. Is something like No-Refresh possible? |
07-10-2013, 04:57 PM | #24 | |
Groupie
Posts: 187
Karma: 15126
Join Date: Feb 2012
Device: ONYX M96
|
Quote:
I simply took the flash.oar file from the utility provided for removing the password protection and changed it with a text editor to: dd if=/media/flash/update/uImage-initramfs of=/dev/mmcblk0 bs=512 seek=12288 , is that ok? I think this operation has to be done on a linux machine... Last edited by por; 07-10-2013 at 05:12 PM. |
|
07-11-2013, 01:18 AM | #25 |
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 made a quick tour on my m92 using
https://www.mobileread.com/forums/sho...89&postcount=5 i can see that the main disk is called /dev/mmcblk0 and it's splitted on tre linux partition (id=83) mounted a /, /root and /media/flash The other disk being the external sd card. So basically overwriting with dd the provided uImage-initramfs to /dev/mmcblk0 must be done as root and is a potential brick of the device. I would like to mount -o loop the provided dd image on a linux machine on a mount point but i was not able. Maybe my command is not correct. mount -o loop,offset=32256 uImage-initramfs /tmp/ i have back mount: unknown filesystem type '(null)' i will feel more reassured if i can see the difference between the image and my current artatech system. Maybe with a different tar archive for each of the 3 file systems to overwrite. |
07-11-2013, 02:58 AM | #26 | |
wannabe developer
Posts: 192
Karma: 156548
Join Date: Mar 2011
Device: Kindle: 2xKeyboard, Classic, 2xTouch, 2xPW, PW2; Onyx: Boox M92
|
@underscore, you can not mount uImage-initramfs, as it's compressed kernel with initramfs.
Also, you cannot brick device without overwriting two kernels (basic one, and second used for updates). Even then, you can reflash your Boox using MFG tool. @Feher, as I mentioned in other thread, Obuntu is designed to work in two modes : Quote:
Personally I use parted for partitioning SD card, and extract rootfs contents on Linux machine, NOT on Boox directly. Last edited by seaniko7; 07-11-2013 at 03:10 AM. |
|
07-11-2013, 08:54 AM | #27 |
error
Posts: 54
Karma: 5810
Join Date: Jan 2012
Device: Kindle Keyboard, M92
|
M92 Obuntu using Synaptic to install Software
https://www.dropbox.com/s/6z0egtjzcr...u_Synaptic.mp4 M92 Obuntu Midori Browser https://www.dropbox.com/s/h86kwple40...ntu_Midori.mp4 M92 playing video https://www.dropbox.com/s/l3wdlcc7kh...Bunny_480p.mp4 |
07-12-2013, 04:07 AM | #28 |
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)
|
Thx for the videos!
Impressive the movie on e-ink. Obuntu looks pretty fast. Is the joystick usable as well? The plan is to browse documents in a folder and double click them to read, exactly how we are used to use the reader :-) |
07-12-2013, 04:21 AM | #29 |
wannabe developer
Posts: 192
Karma: 156548
Join Date: Mar 2011
Device: Kindle: 2xKeyboard, Classic, 2xTouch, 2xPW, PW2; Onyx: Boox M92
|
@underscore, all keys are usable, but I haven't mapped them yet. For now only "Enter" works out-of-the-box.
Now I'm writing initramfs based bootloader, then I'll focus on further development of system image. |
07-12-2013, 09:26 AM | #30 |
OpenInkpot developer
Posts: 211
Karma: 5627
Join Date: Mar 2008
Location: Stuttgart, Germany
Device: N516,V3,PRS505,iLiad,eSlick,E60,K3,K4NT,M90,PB912,KoboMini
|
@seaniko7
Will you publish the screen_updater source code? |
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 |