|
2022-01-26
, 11:00
|
Posts: 257 |
Thanked: 1,010 times |
Joined on May 2010
@ Near Munich
|
#832
|
So, you don't have access to Maemo 5, right? Maybe try to mount rootfs via Leste, or even chroot to it.
You should just run command like that:
...Code:ln -s /etc/bootmenu.d/40-maemo-leste.item /etc/default/bootmenu.item
#!/bin/bash modprobe ubi mtd=5 ubiattach /dev/ubi_ctrl -m 5 mount -t ubifs /dev/ubi0_0 /mnt/ mount --bind /dev /mnt/dev mount --bind /dev/pts /mnt/dev/pts mount --bind /sys /mnt/sys mount --bind /proc /mnt/proc
chroot /mnt/ /bin/ash
First eMMC partition /home/user/MyDocs/ is not mounted!
|
2022-01-26
, 13:55
|
Posts: 263 |
Thanked: 301 times |
Joined on Oct 2021
@ Poland
|
#833
|
|
2022-01-26
, 17:40
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#834
|
@reinob: If I flash a new u-boot I think I will have the same problems. It will also try to mount the EMMC and then attempt to boot from NAND.
|
2022-01-27
, 07:13
|
Posts: 257 |
Thanked: 1,010 times |
Joined on May 2010
@ Near Munich
|
#835
|
|
2022-01-27
, 07:51
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#836
|
The Following 3 Users Say Thank You to reinob For This Useful Post: | ||
|
2022-01-27
, 11:46
|
Posts: 257 |
Thanked: 1,010 times |
Joined on May 2010
@ Near Munich
|
#837
|
setenv mmcnum 1And with the limited understanding I have of it, 1 stands for the internal EMMC. So I changed the byte to an ASCII zero.
The Following 5 Users Say Thank You to Macros For This Useful Post: | ||
|
2022-07-15
, 17:44
|
|
Posts: 6 |
Thanked: 9 times |
Joined on May 2022
@ Russia
|
#838
|
The Following User Says Thank You to Russanandres For This Useful Post: | ||
|
2022-07-16
, 11:26
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#839
|
The Following 3 Users Say Thank You to pali For This Useful Post: | ||
|
2022-07-16
, 11:27
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#840
|
hello. What is the problem. The 2013 version does not show the menu with my item files and shows the standard one. Version 2021 shows, but constantly writes to the terminal (example AT%IPSYS? or AT+CPIN?). I reinstalled the 2013 version and nothing worked. How can i fix it?
The Following 2 Users Say Thank You to pali For This Useful Post: | ||
The best option would be to replace maemo's u-boot with a newer one directly on the NAND kernel partition. Should kill fremantle (its kernel), but should also allow u-boot to take whatever u-boot script is placed on the SD card, so on the long term, it's a better option.
I'm planning to do that, but I still have to find the b*lls to actually flash the newer u-boot (I know, it can be tested without flashing, but just need to get around to doing that..
Ref: https://leste.maemo.org/Nokia_N900