Re: [beagleboard] Custom board base on beaglebone black without HDMI ... problems

2016-04-19 Thread John Syne
https://github.com/RobertCNelson/u-boot/blob/master/board/ti/common/board_detect.h Regards, John > On Apr 19, 2016, at 9:38 PM, masoud hajian wrote: > > Dear John, > > Thank you

Re: [beagleboard] Custom board base on beaglebone black without HDMI ... problems

2016-04-19 Thread John Syne
https://github.com/beagleboard/image-builder/blob/master/readme.md Regards, John > On Apr 19, 2016, at 9:38 PM, masoud hajian wrote: > > Dear John, > > Thank you for your help. Mostly all of my

Re: [beagleboard] Custom board base on beaglebone black without HDMI ... problems

2016-04-19 Thread masoud hajian
Dear John, Thank you for your help. Mostly all of my board problems has been solved except EEPROM. what is EEPROM role in the board? In my custom board I used EEPROM that i desolderd from beaglebone black orginal board and every thing goes well but I want to know for a blank EEPROM what should

Re: [beagleboard] Custom board base on beaglebone black without HDMI ... problems

2016-04-19 Thread John Syne
https://eewiki.net/display/linuxonarm/BeagleBone+Black Regards, John > On Apr 19, 2016, at 12:07 AM, masoud hajian wrote: > > thanks for your answer.I could not disable HDMI, because I did not find any >

Re: [beagleboard] Custom board base on beaglebone black without HDMI ... problems

2016-04-19 Thread masoud hajian
thanks for your answer.I could not disable HDMI, because I did not find any file by name of uEnv.txt. I partitioned my uSD card in two part, BOOT and rootfs then I compiled kernel and copied zImage, u-boot.img, dtb to BOOT partition and file system to rootfs partition then boot system by uSD.

[beagleboard] Custom board base on beaglebone black without HDMI ... problems

2016-04-16 Thread masoud hajian
Hello, I have implemented a custom board base on beaglebone black schematic but i did not use HDMI part. I face a problem with kernel boot. i see these line and finally kernel panic happend. How can I solve this problem, is this problem comes because i dont use HDMI chip? Any help and comment