Active Topics

 


Reply
Thread Tools
Posts: 165 | Thanked: 625 times | Joined on Oct 2012
#21
Thanks filip, I'll apply the change.
__________________
My N9 apps: MeeTeleGram, Dukto, Prayers, Saaghar, N9 Easy Boot
Donations are appreciated
 

The Following 5 Users Say Thank You to hedayat For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#22
Originally Posted by hedayat View Post
Thanks filip, I'll apply the change.
But I guess this is only valid for newer kernels. Right, filip?
So maybe you should wait with a new package or create a parallel one?
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 3 Users Say Thank You to peterleinchen For This Useful Post:
filip.pz's Avatar
Posts: 108 | Thanked: 579 times | Joined on Feb 2013 @ Požega, Croatia
#23
Originally Posted by peterleinchen View Post
But I guess this is only valid for newer kernels. Right, filip?
So maybe you should wait with a new package or create a parallel one?
We could do:
Code:
if [ -e /dev/wl4030-wdt ]; then
  echo XXX > /dev/wl4030-wdt
else
  echo XXX > /dev/watchdog1
fi
But then again, no error is visible in dmesg or console as is

Last edited by filip.pz; 2015-10-18 at 11:29. Reason: corrected test to be -e insetad of -f
 

The Following 4 Users Say Thank You to filip.pz For This Useful Post:
Posts: 252 | Thanked: 280 times | Joined on Oct 2021 @ Poland
#24
I did EVERYTHING as in README file. EVERYTHING.
nemo.img in /home/user/MyDocs/boot/
nemo.img is ext4 and contains Nemo rootfs.
vmlinuz-* from Nemo rootfs in /home/user/MyDocs/boot
Everything set up in ubiboot.conf.

Device boots. I select Nemo slot. I select the first kernel. Screen goes black, and device automatically shutdowns.

What I did bad? I did EVERYTHING like in README!

Please, help
__________________
My Telegram group (Maemo / MeeGo / Sailfish):
https://t.me/linuxmobile_world
Channel for Maemo/MeeGo:
https://t.me/maemomeegoapps
 

The Following 2 Users Say Thank You to dredlok706 For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#25
Check if you have anything in the bootlogs.
Boot up with usb cable connected, ssh to the device and check MyDocs/boot/ubiboot.log
__________________
Dave999: Meateo balloons. What’s so special with em? Is it a ballon?
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
Posts: 252 | Thanked: 280 times | Joined on Oct 2021 @ Poland
#26
Originally Posted by juiceme View Post
Check if you have anything in the bootlogs.
Boot up with usb cable connected, ssh to the device and check MyDocs/boot/ubiboot.log
I will check and post here.
Thank you

EDIT:
Ok, log looks normally. You can see it here:
Code:
eb 13 06:17:15 (none) syslog.info syslogd started: BusyBox v1.19.4
Feb 13 06:17:15 (none) user.notice root: Display Text:   Waiting for eMMC device...
Feb 13 06:17:15 (none) user.notice root: N9 ubiboot ver. 0.3.9
Feb 13 06:17:15 (none) user.notice root: kernel Linux (none) 2.6.32.54-ubiboot-02-b #2 PREEMPT Fri Mar 23 20:49:27 EET 2018 armv7l GNU/Linux
Feb 13 06:17:15 (none) user.notice root: Rootfs build info: ROOTFS created by juice@ahma on Fri Mar 23 20:49:11 EET 2018 (svn rev. N/A)
Feb 13 06:17:15 (none) user.notice root: Mounted /dev/mmcblk0p1 on /mnt/1 as VFAT
Feb 13 06:17:16 (none) user.notice root: Mounted /dev/mmcblk0p2 on /mnt/2 as EXT4
Feb 13 06:17:16 (none) user.notice root: Mounted /dev/mmcblk0p3 on /mnt/3 as EXT4
Feb 13 06:17:16 (none) user.notice root: Could not mount /dev/mmcblk0p4 on /mnt/4
Feb 13 06:17:16 (none) user.notice root: Could not mount /dev/mmcblk0p5 on /mnt/5
Feb 13 06:17:16 (none) user.notice root: Could not mount /dev/mmcblk0p6 on /mnt/6
Feb 13 06:17:16 (none) user.notice root: Could not mount /dev/mmcblk0p7 on /mnt/7
Feb 13 06:17:16 (none) user.notice root: Found /mnt/1/boot/ubiboot.conf
Feb 13 06:17:16 (none) user.notice root: Copied archive /mnt/1/boot/ubiboot-03.menus.cpio (md5sum=3c149abacbddc861da1fb348fd6849ee)
Feb 13 06:17:16 (none) user.notice root: Umounting /mnt/1
Feb 13 06:17:16 (none) user.notice root: Umounting /mnt/2
Feb 13 06:17:17 (none) user.notice root: Umounting /mnt/3
Feb 13 06:17:17 (none) user.notice root: Umounting /mnt/4
Feb 13 06:17:17 (none) user.notice root: Umounting /mnt/5
Feb 13 06:17:17 (none) user.notice root: Umounting /mnt/6
Feb 13 06:17:17 (none) user.notice root: Umounting /mnt/7
Feb 13 06:17:17 (none) user.notice root: Config version is 3
Feb 13 06:17:17 (none) user.notice root: Archive cpio version is 3
Feb 13 06:17:17 (none) user.notice root: Archive cpio build info: CPIO packed by hedayat.fwd@gmail.com on Tue Oct 21 00:04:44 IRST 2014
Feb 13 06:17:17 (none) user.notice root: bootreason: pwr_key
Feb 13 06:17:17 (none) user.notice root: bootmode: normal
Feb 13 06:17:17 (none) user.notice root: Mounted /dev/mmcblk0p1 on /mnt/1 as VFAT
Feb 13 06:17:17 (none) user.notice root: Mounted /dev/mmcblk0p2 on /mnt/2 as EXT4
Feb 13 06:17:17 (none) user.notice root: Mounted /dev/mmcblk0p3 on /mnt/3 as EXT4
Feb 13 06:17:17 (none) user.notice root: Could not mount /dev/mmcblk0p4 on /mnt/4
Feb 13 06:17:17 (none) user.notice root: Could not mount /dev/mmcblk0p5 on /mnt/5
Feb 13 06:17:17 (none) user.notice root: Could not mount /dev/mmcblk0p6 on /mnt/6
Feb 13 06:17:17 (none) user.notice root: Could not mount /dev/mmcblk0p7 on /mnt/7
Feb 13 06:17:18 (none) user.notice root: Started watchdog kicker
Feb 13 06:17:18 (none) user.notice root: Starting menu launcher
Feb 13 06:17:18 (none) user.notice root: Reached end of init!
Feb 13 06:17:18 (none) user.notice root: Loading animation control file
Feb 13 06:17:18 (none) user.notice root: touchdevice: /dev/input/event3
Feb 13 06:17:18 (none) user.notice root: O_COMMAND_LINE:  init=/sbin/preinit root=/dev/mmcblk0p2 rootwait rootflags=errors=remount-ro rootfstype=ext4 rw mtdoops.mtddev=log mtdoops.record_size=65536 console=tty0 mtdparts=omap2-onenand:1024k(bootloader),2816k@1024k(config
Feb 13 06:17:18 (none) user.notice root: Started animated OS selection menu
Feb 13 06:17:20 (none) user.notice root: Selected second level menu for OS3
Feb 13 06:17:22 (none) user.notice root: Drawing second level menu items for OS3
Feb 13 06:17:22 (none) user.notice root: Get menuitem for OS3 (1 lines)
Feb 13 06:17:25 (none) user.notice root: Selecting Nemo OS, running kernel /boot/Nemo/boot/vmlinuz-2.6.32.20130129.1-n950
Feb 13 06:17:26 (none) user.notice root: Appending options to CMDLINE: vram=6m omapfb.vram=0:6M
Feb 13 06:17:26 (none) user.notice root: Kernel command line: "init_daemon=/sbin/init image_partition=/dev/mmcblk0p1 rootwait rootflags=errors=remount-ro rootfstype=ext4 rw mtdoops.mtddev=log mtdoops.record_size=65536 console=tty0 mtdparts=omap2-onenand:1024k(bootloader
Feb 13 06:17:26 (none) user.notice root: kexec_load() successful
Feb 13 06:17:26 (none) user.notice root: Restarting to selected OS
Feb 13 06:17:26 (none) user.notice root: Saving ubiboot log files
It looks it normally loads the kernel and tries to boot OS from IMG file. But the device shutdowns automatically.
__________________
My Telegram group (Maemo / MeeGo / Sailfish):
https://t.me/linuxmobile_world
Channel for Maemo/MeeGo:
https://t.me/maemomeegoapps

Last edited by dredlok706; 2022-02-13 at 06:21.
 

The Following User Says Thank You to dredlok706 For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#27
Originally Posted by dredlok706 View Post
I will check and post here.
Thank you

It looks it normally loads the kernel and tries to boot OS from IMG file. But the device shutdowns automatically.
Yes, everything seems to go normally until ubiboot kexecs to the Nemo kernel.
This means that either your Nemo kernel (vmlinuz-2.6.32.20130129.1-n950) is not OK or the Nemo filesystem is broken.
__________________
Dave999: Meateo balloons. What’s so special with em? Is it a ballon?
 
Posts: 252 | Thanked: 280 times | Joined on Oct 2021 @ Poland
#28
Originally Posted by juiceme View Post
Yes, everything seems to go normally until ubiboot kexecs to the Nemo kernel.
This means that either your Nemo kernel (vmlinuz-2.6.32.20130129.1-n950) is not OK or the Nemo filesystem is broken.
I gave up. I created partitions for Nemo, Sailfish and Leste and used normal Ubiboot. Works like a charm
__________________
My Telegram group (Maemo / MeeGo / Sailfish):
https://t.me/linuxmobile_world
Channel for Maemo/MeeGo:
https://t.me/maemomeegoapps
 

The Following User Says Thank You to dredlok706 For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:23.