From b05e845471c10ef5ec16385203881416984777a2 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 16 Oct 2016 16:37:23 +0200 Subject: [PATCH] latest n900 progress --- boards/nokia-n900.sh | 4 ++-- doc/quirks.md | 3 +-- lib/libdevuansdk | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/boards/nokia-n900.sh b/boards/nokia-n900.sh index 6ad7565..f5b073b 100644 --- a/boards/nokia-n900.sh +++ b/boards/nokia-n900.sh @@ -47,7 +47,7 @@ prebuild() { notice "executing $device_name prebuild" - #enablessh + enablessh write-fstab copy-zram-init @@ -76,7 +76,7 @@ build_kernel_armhf() { get-kernel-sources pushd $R/tmp/kernels/$device_name/${device_name}-linux make rx51_defconfig - make $MAKEOPTS zImage modules || zerr + make $MAKEOPTS zImage modules omap3-n900.dtb || zerr cat arch/arm/boot/zImage arch/arm/boot/dts/omap3-n900.dtb > zImage sudo -E PATH="$PATH" \ make INSTALL_MOD_PATH=$strapdir modules_install || zerr diff --git a/doc/quirks.md b/doc/quirks.md index cd1fbf8..ee1c73f 100644 --- a/doc/quirks.md +++ b/doc/quirks.md @@ -30,7 +30,6 @@ adb reboot-bootloader fastboot boot zImage-3.1.10-tk* ``` ## Nokia N900 +* To boot, dd the image to a microSD card, and in the uboot console, type: `run sdboot` * [http://pub.parazyd.cf/N900/merlijnsdocs.txt](http://pub.parazyd.cf/N900/merlijnsdocs.txt) * [http://talk.maemo.org/showthread.php?t=81613](http://talk.maemo.org/showthread.php?t=81613) -* The `uImage` can be found in the `/root/` directory in the image. - diff --git a/lib/libdevuansdk b/lib/libdevuansdk index d2089d9..331398f 160000 --- a/lib/libdevuansdk +++ b/lib/libdevuansdk @@ -1 +1 @@ -Subproject commit d2089d9a203f79bb5514488dfe6e4dfe26bbb889 +Subproject commit 331398ff51da55ffa126d3ecab1b1cc6578ef7d4