[beagleboard] TFTP-NFS mounting

2020-11-16 Thread jennifer Dsilva
Hi Sir, Wrong Image Format for bootm command ERROR: can't get kernel image! *This is my uEnv.txt:* console=ttyO0,115200n8 ipaddr=192.168.27.2 serverip=192.168.27.1 absolutepath=/var/lib/tftpboot/ rootpath=/srv/nfs/bbb,nfsvers=3,tcp ip=dhcp,nolock,wsize=1024,rsize=1024 rootwait rootdelay=5

[beagleboard] TFTP issue

2019-08-30 Thread jennifer Dsilva
Hi, I am using Linux 4.4.62 kernel and u-boot-2017.05-rc2 source code. I am trying to do TFTP boot with nfs mounting.My U-boot commands executing the TFTP boot logs properly.But when i am trying to boot from uEnv.txt below i am getting this logs.. ubuntu@ubuntu-MS-7A15:~$ sudo minicom [sudo]

[beagleboard] Build root(can't open /dev/ttyO0: No such file or directory )

2019-09-06 Thread jennifer Dsilva
Hi , I am using Build root buildroot-2018.08. I am doing nfs mounting on Beaglebone black. while booting I am getting the following logs. How to fix this issue..Need help ubuntu@ubuntu-MS-7A15:~$ sudo minicom [sudo] password for ubuntu: Welcome to minicom 2.7.1 OPTIONS: I18n Compiled on

[beagleboard] Re: TFTP issue

2019-12-03 Thread jennifer Dsilva
Hi, I changed the uEnv.txt file. It is working now. Thank you -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an

[beagleboard] Disabling gpio in Bootsrapper

2019-12-21 Thread jennifer Dsilva
Hi sir... we have connected to motor to one pwm and gpio.Once linux starts from spl its start running and stops once kernel starts. we want to disable all these gpios. We tried disabling through device tree. its not stopping.how to disable that so that it should not run during booting process,i

[beagleboard] mlo and uboot

2019-12-21 Thread jennifer Dsilva
sir, I want trace the flow of mlo code and uboot code. Say i want to add simple printf statements to mlo and u boot. say. after the mlo booted it has to printed "MLO is booted" and after uboot booted it has to print"UBoot is ooted". How I can modify the source codes to perform such a operation

[beagleboard] Pinctrl

2019-12-21 Thread jennifer Dsilva
Hi, There is a file in /sys/kernel/debug/pinctrl = "44e10800.pinmux" on this file there is another file called "pins". On pins all the gpio pins are written in beagle bone black. Who created this file, TI or linux somehow takes information from CPU? A developer needs to create these? -- For

[beagleboard] Dont see two partitions on SDcrad as shown in the lectures when a latest debian image is flashed on SD card

2020-05-04 Thread jennifer Dsilva
I Just flashed a latest Debian image available at Beaglebone website on a Sdcard. When i connected the Sdcrad to PC i can see: 1. Only one partition 2. file system type: ext4 3. boot flag is set. 4. Partition named as rootfs. My questions are: ---Why there is only one partition on Sd card

Re: [beagleboard] Dont see two partitions on SDcrad as shown in the lectures when a latest debian image is flashed on SD card

2020-05-05 Thread jennifer Dsilva
> > Hi sir, I wanted to know Why this Debian images creates only one ROOTFS parrtition in SD card after flashing it? Regards, Jennifer -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" gro

[beagleboard] Network not working on BeagleBone black

2020-05-07 Thread jennifer Dsilva
Network not working on BeagleBone black getting error on bootup libphy: PHY 4a101000.mdio:01 not found net eth0: phy 4a101000.mdio:01 not found on slave 1 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are su

[beagleboard] After applying all commands, the kernel doesn't load correctly

2020-05-10 Thread jennifer Dsilva
I followed all the commands written such as setting bootargs and loading uimage and dtb file but on loading the kernel, it is stuck and the last logs I see are those: [ OK ] Found device /dev/ttyO0. [ OK ] Reached target Sound Card. [ TIME ] Timed out waiting for device dev-ttyGS0.devi

[beagleboard] After applying all commands, the kernel doesn't load correctly

2020-05-10 Thread jennifer Dsilva
I followed all the commands written such as setting bootargs and loading uimage and dtb file but on loading the kernel, it is stuck and the last logs I see are those: [ OK ] Found device /dev/ttyO0. [ OK ] Reached target Sound Card. [ TIME ] Timed out waiting for device dev-ttyGS0.devi

[beagleboard] IMX-6

2020-05-19 Thread jennifer Dsilva
Hi Why this U-boot source code does not support imx board? For imx-6 boards do we need to download another uboot soucre code? and where we can find it Regards, Jennifer -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Goo

[beagleboard] Trying to flash TFTP uEnv.txt to eMMC

2020-05-28 Thread jennifer Dsilva
Here is my uEnv.txt file: console=ttyO0,115200n8 serverip=192.168.3.1 ipaddr=192.168.3.2 loadaddr=0x8200 fdtaddr=0x8800 initrdaddr=0x8808 loadtftp=echo Booting from network ...;tftpboot ${loadaddr} uImage; tftpboot ${fdtaddr} am335x-boneblack.dtb; tftpboot ${initrdaddr} initr

[beagleboard] Any ideas on how to deal with serial port kernel deadlocks (version 4.11.3)??

2020-06-03 Thread jennifer Dsilva
I'm re-running buildroot using ttyO0 instead of ttyS0 for getty (using ttyS0 solved a previous problem). Here is the log from using ttyS0: Initializing random number generator... done. Starting network: ip: RTNETLINK answers: File exists FAIL Starting sshd: OK [ 22.933599] ttyS ttyS0: t

[beagleboard] Any ideas on how to deal with serial port kernel deadlocks (version 4.11.3)??

2020-06-03 Thread jennifer Dsilva
I'm re-running buildroot using ttyO0 instead of ttyS0 for getty Here is the log from using ttyS0: Initializing random number generator... done. Starting network: ip: RTNETLINK answers: File exists FAIL Starting sshd: OK [ 22.933599] ttyS ttyS0: tty_port_close_start: tty->count = 1 port cou

[beagleboard] Not able to test node.js first demo program. Run throws error

2020-06-30 Thread jennifer Dsilva
Not able to test node.js first demo program. Run throws error I am getting below error when I have executed the first demo program: Bonescript: initialized Exception: TypeError: require is not a function Bonescript: initialized How to solve this? Thanks -- For more options, visit http://bea

Re: [beagleboard] Not able to test node.js first demo program. Run throws error

2020-06-30 Thread jennifer Dsilva
On Wed, Jul 1, 2020 at 10:16 AM jonnymo wrote: > Where are you getting the example from? > > Also, can you post the code you are using? > > Cheers, > > Jon > > On Tue, Jun 30, 2020 at 8:35 PM jennifer Dsilva < > jenniferdsilv...@gmail.com> wrote: > >>

[beagleboard] Re: Not able to test node.js first demo program. Run throws error

2020-07-01 Thread jennifer Dsilva
-- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscr...@googlegroups.com. To view thi

[beagleboard] Beaglebone black

2020-07-22 Thread jennifer Dsilva
Hi, eMMC has any connection with GMPC in beagle bone black?? Regards, Jennifer -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails

[beagleboard] disable logging in beaglebone black

2020-08-13 Thread jennifer Dsilva
how can we disable logging in bbb? my bbb writes log files into /var/log/ directory and consumes a lot of space -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this

[beagleboard] CONFIG_BOOTDELAY

2020-08-16 Thread jennifer Dsilva
I suppose CONFIG_BOOTDELAYr is responsible for changing the delay before boot when I changed it and searched for it in .config I could not find it why? whenever I change it using the configuration tool it does not change only manually? how to change it and to be reflected. Regards, Jennifer

[beagleboard] modules_install faild

2020-08-24 Thread jennifer Dsilva
neko@nekobot:~/Downloads/linux$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=/home/neko/RFS_Static/ modules_install The present busybox configuration has modules disabled. Type 'make config' and enable loadable module support. Then build a kernel with module support ena

Re: [beagleboard] Re: modules_install faild

2020-08-25 Thread jennifer Dsilva
Hi sir , I attached the screen shot of my error. Just that I wanted to resolve. On Tue, Aug 25, 2020, 14:15 robert.sty...@gmail.com < robert.styles.fors...@gmail.com> wrote: > Do you need sudo or root access rights to install? > > On Tuesday, 25 August 2020 at 05:15:28 UTC+1

Re: [beagleboard] Re: modules_install fail

2020-08-25 Thread jennifer Dsilva
This is the issue. How to resolve this On Tue, Aug 25, 2020, 18:24 jennifer Dsilva wrote: > Hi sir , > I attached the screen shot of my error. Just that I wanted to resolve. > > On Tue, Aug 25, 2020, 14:15 robert.sty...@gmail.com < > robert.styles.fors...@gmail.com> wr

Re: [beagleboard] Re: modules_install faild

2020-08-25 Thread jennifer Dsilva
This is the error I'm getting On Tue, Aug 25, 2020, 18:24 jennifer Dsilva wrote: > Hi sir , > I attached the screen shot of my error. Just that I wanted to resolve. > > On Tue, Aug 25, 2020, 14:15 robert.sty...@gmail.com < > robert.styles.fors...@gmail.com> wrote

Re: [beagleboard] Re: modules_install faild

2020-08-25 Thread jennifer Dsilva
ruction script), it is not immediately obvious that the > warning above is related. > > On Tuesday, 25 August 2020 at 14:12:22 UTC+1 RobertCNelson wrote: > >> On Tue, Aug 25, 2020 at 7:58 AM jennifer Dsilva >> wrote: >> > >> > This is the error I'm get

[beagleboard] Difference

2020-08-31 Thread jennifer Dsilva
Hi Sir. What are the Difference between am335x_boneblack_defconfig vs am335x_boneblack_vboot_defconfig ? Regards, Jennifer -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscr

[beagleboard] How to download Debian source code?

2020-09-08 Thread jennifer Dsilva
How to download the Debian image source and compile the images for Linux kernel. The kernel image and DTB. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group

[beagleboard] Difference between am335x_boneblack_defconfig vs am335x_boneblack_vboot_defconfig

2020-09-08 Thread jennifer Dsilva
Hi, I notice from the uboot version u-boot-2017.05-rc2 contains both of these default configuration. What is the Difference between am335x_boneblack_defconfig vs am335x_boneblack_vboot_defconfig? can we use the "vboot" version ? what is the impact of using it? Regards, Jennifer -- For mor

[beagleboard] Difference between am335x_boneblack_defconfig vs am335x_boneblack_vboot_defconfig

2020-09-08 Thread jennifer Dsilva
Hi, I notice from the uboot version u-boot-2017.05-rc2 contains both of these default configuration. What is the Difference between am335x_boneblack_defconfig vs am335x_boneblack_vboot_defconfig? can we use the "vboot" version ? what is the impact of using it? Regards, Jennifer -- For mo

[beagleboard] Root Login

2020-09-08 Thread jennifer Dsilva
Hi, In menu configure: I disabled login option, but it's not actually change. (and i don't use ssh service) I attached the images(screenshots) Can you help me fix problem ? Images Regards Jennifer -- For more opti