Hello.
Are there any ideas you can give me on how i can fully understand the schematic layout so that ill be able to design my own board because i couldnt find any ideas from the datasheet
There are different ways to do this as each one has their own way and all are right.
I would suggest you start of at Micro-controller and check its details at a high level, then you can move on to the peripherals as they allow you to connect to the external world and then memory ICs step by step.
MCU and Peripherals will cover of over 70-80% of the HW design part.
...and left only one USB OTG, spi flash, UART header, DDR3, CPU, power supplies and 1 MMC card circuit all on the same board. Will a board with just these peripherals be useful and will it still be able to run linux and is a board like this route-able on a 10cm by 10cm board since i've removed a lot of the complex sections from it....
- "Useful" is always a subjective term.if you are thinking to commercialize it then it might not be useful, if you are thinking of learning it will be useful.
- It will still run linux but the peripheral that you are planning to keep will not need a sophisticated OS like Linux. You can use a smaller OS like RTOS etc..
- Also USB OTG, SPI, UART and MMC are not very resource hungry so re-visit at your selection of Peripherals and decide if you still need big memory and speeds like DDR3???
- For routing check the component area, if it is 40% of board size then you can route it easily, if it is 50-60% of board area then it will be HDI type but still routing it possible...Do not go beyond that or it will be crazy mess..
I also need information on what to do after i manufacture a board like this because i dont know anything about operating systems or running linux on boards. Where can i get this information?
@robertferanec has one course on this "Learn the Essentials of creating uBoot, Linux and YOCTO" you can use that as a reference.
Or else there are other books and courses available online on the topic.
All this being said..
I would encourage your desire to design your own imx6 board. However be mindful as it not a task that you can achieve in a couple of months.
It takes a lot and really "a lot"
Generally companies have different verticals to deal with HW and FW of a design as both have greater depths and require different set of skills and expertise..
@robertferanec will be able to comment on how long it took him to design this version of imx6 end to end. 🙂
Thank you.