0 Members and 2 Guests are viewing this topic.
compatible="zevio,nspire-usb"
#!/bin/bashset -eif [ "$#" -ne 4 ]; then echo "Usage: $0 kernel.img devicetree.img initrd.img /dev/serial" exit 0fimkdir -p tmpcp -v $1 tmp/kernel.bincp -v $2 tmp/devicetree.bincp -v $3 tmp/initrd.bintouch tmp/bootcmdcd tmpsz * -y -8 > $4 < $4
CONFIG_BLK_DEV_INITRD=yCONFIG_ARCH_NSPIRE=yCONFIG_AEABI=yCONFIG_BLK_DEV_RAM=yCONFIG_KEYBOARD_NSPIRE=yCONFIG_SERIAL_8250=yCONFIG_SERIAL_8250_CONSOLE=yCONFIG_SERIAL_OF_PLATFORM=yCONFIG_FB=yCONFIG_FB_ARMCLCD=yCONFIG_FRAMEBUFFER_CONSOLE=yCONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=yCONFIG_TMPFS=y
Actually, support for booting directly from nLaunchy has been there for a long time. Look in the nLaunchy source code for a directory named Build_LinuxOS. I have already used this before, with the old kernel. And if you put the resulting file in linux/linuxloader.tns. You can boot from nLaunchy by pressing tab.