Skip to content
  1. May 07, 2022
    • Nicolas Mailloux's avatar
      KT: rcS improvements · 84535321
      Nicolas Mailloux authored
      84535321
    • Nicolas Mailloux's avatar
      Amazon Kindle Touch (KT) initial support · ef538541
      Nicolas Mailloux authored
      Things *seem* to be going well!
      The kernel sources were taken from Amazon's website at https://kindle.s3.amazonaws.com/Kindle_src_5.3.7.3_2715280002.tar.gz . When compiled and executed, it will display '2.6.35' as its version number, but it is in fact a 2.6.31 kernel. The reason for this hackery is that the glibc chroots in InkBox OS don't support 2.6.31 kernels, but do support 2.6.35.x ones. Changing the version number in the kernel Makefile seemed to do the job fine, and I haven't seen any problems in using glibc binaries and libraries, they all run fine with this new 'patch'.
      This kernel has been slightly modified to support devtmpfs mounting via backporting and with some changes due to the 2.6.35 hack mentioned above, especially in the AR6003 Wi-Fi chip sources.
      A new toolchain (arm-none-linux-gnueabi, GCC 4.4.1 from 2009) has been added in the toolchain/ directory and is the only toolchain I know that produces a bootable kernel.
      You may compile a kernel for this device by executing the following command:
      
      env GITDIR=/home/build/inkbox/kernel TOOLCHAINDIR=/home/build/inkbox/kernel/toolchain/gcc-4.4.1/ THREADS=8 TARGET=arm-none-linux-gnueabi scripts/build_kernel.sh kt root
      ef538541
  2. May 03, 2022
  3. May 02, 2022
  4. May 01, 2022
  5. Apr 28, 2022
  6. Apr 12, 2022
  7. Apr 11, 2022
  8. Apr 06, 2022
  9. Apr 04, 2022
  10. Apr 01, 2022
  11. Mar 30, 2022
  12. Mar 27, 2022
  13. Mar 06, 2022
  14. Mar 02, 2022
  15. Mar 01, 2022
  16. Feb 28, 2022
  17. Feb 21, 2022
  18. Feb 20, 2022
  19. Feb 19, 2022