View Single Post
Posts: 253 | Thanked: 1,007 times | Joined on May 2010 @ Near Munich
#566
The lastest image maemo-leste-1.0-armhf-n900-20220202.img does not contain a uImage on the boot partition.
Code:
$ ls
boot  config-5.15.2  lost+found  System.map-5.15.2  vmlinuz-5.15.2
compared to the working maemo-leste-1.0-armhf-n900-20220109.img
Code:
$ ls
config-5.1.21  lost+found  System.map-5.1.21  uImage  uImage-5.1.21
and U-Boot can not start it.

Without really knowing what I do I tried to
Code:
sudo mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n kernel -d vmlinuz-5.15.2 uImage-5.15.2
which lead to a restart after a short delay (I guess the watchdog) and
Code:
sudo mkimage -A arm -O linux -T kernel -C gzip -a 80008000     -e 80008000 -n kernel -d vmlinuz-5.15.2 uImage-5.15.2
which lead to "Error: bad gzipped data" and a restart.
 

The Following 2 Users Say Thank You to Macros For This Useful Post: