Re: [beagleboard] Re: Game Pup cape for Pocket Beagle has no examples that I can find !

2019-08-05 Thread Lee T. Davy
Sean,
I also tried the TechLab IMG on GamePup and got a login screen on GamePup.


On Monday, August 5, 2019 at 8:59:37 AM UTC-4, Lee T. Davy wrote:
>
> Sean,
> I remember I modified the TechLab IMG (below) for GamePup to make uSD 
> image work with display and not sure I had originally tested with IOT.
>
> My original IMG was (like you) from last spring on Pocket Beagle before I 
> had Game Pup and Tech Lab.
> I am as confused as you so I am starting with workshop IMG to view and 
> understand the process used to make an embedded IMG work.
>
> Started at http://beagleboard.org/techlab then switched between capes.
>
> I have been watching and reading the stuff at the link (above) to
> Embedded Apprentice Linux Engineer seminars
>
>
>
> Also I will order another PB for mating to GamePup exclusively for 
> re-flashing tests.
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/56de0ab5-5b3f-46a6-9db9-5af5f4376621%40googlegroups.com.


Re: [beagleboard] Re: Game Pup cape for Pocket Beagle has no examples that I can find !

2019-08-05 Thread Lee T. Davy
Sean,
I remember I modified the TechLab IMG (below) for GamePup to make uSD image 
work with display and not sure I had originally tested with IOT.

My original IMG was (like you) from last spring on Pocket Beagle before I 
had Game Pup and Tech Lab.
I am as confused as you so I am starting with workshop IMG to view and 
understand the process used to make an embedded IMG work.

Started at http://beagleboard.org/techlab then switched between capes.

I have been watching and reading the stuff at the link (above) to
Embedded Apprentice Linux Engineer seminars



Also I will order another PB for mating to GamePup exclusively for 
re-flashing tests.


On Saturday, August 3, 2019 at 9:49:11 PM UTC-4, Sean Boult wrote:
>
> Thanks for the response, Lee.
>
> I am using the *bone-debian-9.5-iot-armhf-2018-10-07* image on my 
> PocketBeagle. I have the overlay enabled which you can see in this 
> screenshot below
> [image: image.png]
>
> But when I look at the physical device I only see the backlight on, no 
> terminal.
> [image: image.png]
>
> Even if I try to use fbi to display an image I get nothing so I'm a little 
> confused. Not sure how I can determine if this is hardware fault as you had 
> zero trouble with yours.
> [image: image.png]
>
> Maybe I'm doing something wrong still? 
>
>
> On Sat, Aug 3, 2019 at 6:31 PM Lee T. Davy  > wrote:
>
>> Sean,
>> I am getting a display as a login screen correctly with IoT img by 
>> manually editing and including this overlay line in boot/uEnv.txt on uSD.
>> After boot I can login as debian via ssh or display with USB keyboard.
>>
>> # Game Pup overlay on Workshop image
>> uboot_overlay_addr0=/lib/firmware/BBORG_GAMEPUP-00A2.dtbo
>>
>>
>>
>>
>> The e-ale workshop img has a different font but also gives the etc/issue 
>> login message and with keyboard I can login.
>> YouTube e-ale 2018 is very informative for learning about the BaconBits 
>> variation called TechLab but nothing related to GamePup display.
>> https://www.youtube.com/playlist?list=PLGYJ6-t7fDZ6VgbKPTeAXOBcnAk9Fonr_
>>
>> Not sure yet what a full graphical desktop LQXT img would do with 128x160 
>> display (which is using this https://www.adafruit.com/product/358 spec)
>>
>> Not sure where you are hung "talking" to screen.
>> I am learning using the co-product TechLab which has no screen with only 
>> one Pocket beagle between them.
>> I will be ordering another with fresh separate uSD using "latest Image" 
>> for IoT and LQXT from Beaglebone.org/latest-images .
>>
>> Wish me luck and stay tuned.
>> BTW,
>> I am using Linux Ubuntu Studio 19.04 host and have set it as internet 
>> portal / sharing to USB Pocketbeagle "gadget".
>> My way is different than described and is hard coded to the serial number 
>> of the Pocket Beagle with individually host renamed for DNS in browser.
>> I also hard code in etc/hosts as static IP.
>> I will have two devices simultaneously networked on USB hub.
>>  One TechLab and one GamePup.
>>
>>
>> https://developer.ridgerun.com/wiki/index.php/How_to_use_USB_device_networking
>>
>>
>>
>> On Sat, Aug 3, 2019 at 8:58 AM Sean Boult > > wrote:
>>
>>> Any updates with this board? I am wanting to use it for a project but am 
>>> hitting a wall controlling the display.
>>>
>>> -- 
>> 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 beagl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/CAL1mSv6KBufQH9AzQwMSbSUdOvCJyMpn5hGkwU6Zn3wtrwc2bA%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/ddfcddbe-e6ac-444d-b588-604c23dad538%40googlegroups.com.


Re: [beagleboard] Re: Game Pup cape for Pocket Beagle has no examples that I can find !

2019-08-03 Thread Lee T. Davy
Sean,
I am getting a display as a login screen correctly with IoT img by manually
editing and including this overlay line in boot/uEnv.txt on uSD.
After boot I can login as debian via ssh or display with USB keyboard.

# Game Pup overlay on Workshop image
uboot_overlay_addr0=/lib/firmware/BBORG_GAMEPUP-00A2.dtbo




The e-ale workshop img has a different font but also gives the etc/issue
login message and with keyboard I can login.
YouTube e-ale 2018 is very informative for learning about the BaconBits
variation called TechLab but nothing related to GamePup display.
https://www.youtube.com/playlist?list=PLGYJ6-t7fDZ6VgbKPTeAXOBcnAk9Fonr_

Not sure yet what a full graphical desktop LQXT img would do with 128x160
display (which is using this https://www.adafruit.com/product/358 spec)

Not sure where you are hung "talking" to screen.
I am learning using the co-product TechLab which has no screen with only
one Pocket beagle between them.
I will be ordering another with fresh separate uSD using "latest Image" for
IoT and LQXT from Beaglebone.org/latest-images .

Wish me luck and stay tuned.
BTW,
I am using Linux Ubuntu Studio 19.04 host and have set it as internet
portal / sharing to USB Pocketbeagle "gadget".
My way is different than described and is hard coded to the serial number
of the Pocket Beagle with individually host renamed for DNS in browser.
I also hard code in etc/hosts as static IP.
I will have two devices simultaneously networked on USB hub.
 One TechLab and one GamePup.

https://developer.ridgerun.com/wiki/index.php/How_to_use_USB_device_networking



On Sat, Aug 3, 2019 at 8:58 AM Sean Boult  wrote:

> Any updates with this board? I am wanting to use it for a project but am
> hitting a wall controlling the display.
>
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAL1mSv6KBufQH9AzQwMSbSUdOvCJyMpn5hGkwU6Zn3wtrwc2bA%40mail.gmail.com.


[beagleboard] Re: Game Pup cape for Pocket Beagle has no examples that I can find !

2019-08-03 Thread Sean Boult
Any updates with this board? I am wanting to use it for a project but am 
hitting a wall controlling the display.

On Monday, July 8, 2019 at 9:32:42 AM UTC-5, Lee T. Davy wrote:
>
> All Pocket Beagle programmers...
>
> I have asked everywhere for a while but am getting nowhere.
>
> "Has anyone found or written code for the GHI Game Pup cape for Pocket 
> Beagle that uses the display ?"
>
> GHI has no support contracted or provided as they just supply the hardware 
> for beagleboard.org.
> I have tried chat and email to addresses that appear to be active but 
> after two weeks no one has answered my plea.
>
>
> Is THIS the place to ask or am I lost in the ozone of new products for 
> Pocket Beagle with no software to begin using ?
>
> My application is a Midi Juke Box that connects the USB to an Akai MPK 
> mini play (for example) and uses aplaymidi from the microSD which
> is selected by buttons and display on the LCD screen (160x128).
>
> Also it will route Midi USB with aconnect while being battery powered. 
>
> I also want to use the MP3 Click to play General Midi and convert MID 
> files.
>
> I am not a programmer and want to use standalone non-Visual Studio tool 
> chain.
> Ideally it would be with Node.JS as it is already configured for bone101.
>
> I have tried the UI that is the web  interface and can blink lights and 
> simple stuff.
> That tool has no development or scripting abilities.
>
> Thanks in advance for responding.
> Lee T. Davy
> Retired with too much time and too many toys...
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/bca0a592-24e4-4ba5-a499-73c8a640b335%40googlegroups.com.