-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password and username #3
Comments
Hi, I think you dont need any password (root , no password ), Have you flashed the Image ? How you are connecting serial or Ethernet ? may be you can paste the screenshot here. |
I tried root,no password in my FTP file tranfer software (Filezilla) and I can't login. I put MLO + u-boot and your prebuilt image on the SD card and booted the image. I saw your HDMI initalizating but I can't login with full rights. Do you want screens? |
I'm connected in serial(commands, u-boot, etc) and in ethernet (for file transfer) |
Refer this build file https://github.com/varghes/BeagleboneBlack-QNX-QT/blob/master/bsp-ti-beaglebone-src/images/beaglebone.build ... try username : ftp |
In fact, I'm trying to add scripts that could make GPIO work but I can't load it because I need to put librairies in /usr/lib. Moreover, do you know how to make GPIO work ? I would like to activate outputs but I don't know how |
OS Image(.bin) is loaded to RAM and its booting from RAM Disk . So its Read only. You can do read/write on mmc or usb stick |
So I can't modify files in usr/lib ? " System page at phys:80011000 user:fc404000 kern:fc404000 Shutdown[0,0] S/C/F=11/1/11 C/D=fe01c68c/fe099ff4 state(c0)= now lock I compile with QNX 6.5.0 SP1 ... |
QNX 6.5.0 SP1 , fine .. Give a full clean & rebuild . use build script to add your file (usr/lib). edit here https://github.com/varghes/BeagleboneBlack-QNX-QT/blob/master/bsp-ti-beaglebone-src/src/hardware/startup/boards/beaglebone/build |
When I rebuild your BSP, I can't boot the image because I have the error message I sent before in the log console |
you are using this utility to copy MLO file ? "TI_SDCard_boot_utility_v1_0.exe . OS version? XP/Win7 /win10 ? |
Yes I am using it. OS : Win10. If I send you the librairies I developped, could you try to build the image ? You could add it to your github then Edit : If you know how to activate GPIO pins and that you have functionnal librairies I would take them ^^ |
I was using Win XP [Virtual Machine] to copy the MLO [one time, at the begining ] , latest Windows versions add hidden files as soon as you format SD card. MLO should be the first file to be copied by that utility. I may have GPIO libraries, you can share it to my mail id. I will give a try tomorrow. |
I sent you the .c GPIO lib, thank you for your help I'm struggling with it for a while ! |
yaa got it. I will check and come back. |
I just remembered that you have to change the mode settings of the GPIO in the pinmux file in order to make I/O work. Could you please change all the GPIO Mode to 7 (but let the HDMI works). I've been testing for 3 hours and it is not possible to change the pinmux mode settings after compiling the image... |
i shared you the prebuild qnx files from qnx site , it works here , check if you can boot with that. |
Hello, what is the username and the password of your prebuilt image ? I'm in read-only mode...
Thank you
The text was updated successfully, but these errors were encountered: