latest n900 progress

This commit is contained in:
parazyd 2016-10-16 16:37:23 +02:00
parent ab02805407
commit b05e845471
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
3 changed files with 4 additions and 5 deletions

View File

@ -47,7 +47,7 @@ prebuild() {
notice "executing $device_name prebuild" notice "executing $device_name prebuild"
#enablessh enablessh
write-fstab write-fstab
copy-zram-init copy-zram-init
@ -76,7 +76,7 @@ build_kernel_armhf() {
get-kernel-sources get-kernel-sources
pushd $R/tmp/kernels/$device_name/${device_name}-linux pushd $R/tmp/kernels/$device_name/${device_name}-linux
make rx51_defconfig 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 cat arch/arm/boot/zImage arch/arm/boot/dts/omap3-n900.dtb > zImage
sudo -E PATH="$PATH" \ sudo -E PATH="$PATH" \
make INSTALL_MOD_PATH=$strapdir modules_install || zerr make INSTALL_MOD_PATH=$strapdir modules_install || zerr

View File

@ -30,7 +30,6 @@ adb reboot-bootloader
fastboot boot zImage-3.1.10-tk* fastboot boot zImage-3.1.10-tk*
``` ```
## Nokia N900 ## 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://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) * [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.

@ -1 +1 @@
Subproject commit d2089d9a203f79bb5514488dfe6e4dfe26bbb889 Subproject commit 331398ff51da55ffa126d3ecab1b1cc6578ef7d4