This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MMU with am1808 uboot

hi dears :

              I'm using DaVinci-PSP-SDK-03.20.00.14 uboot  to bootloader my system.I have some doubt that is it disabled MMU in uboot? why does that I can use any loadaddr for tftp ? 

   regards

  • Dajun,

    MMU is disabled in u-boot. There are cases where its enabled in u-boot, but even then it will be one-to-one mapping in page table. I am assuming that you are referring to kernel image being able to run from any address. There are relocation happening to kernel image to the actual address, one from u-boot or from kernel's start code. Hope I could clarify your query.