Skip to content
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

hw.device-type: Add bluechiptechnology-tm3 #395

Merged
merged 1 commit into from
Oct 9, 2023
Merged

hw.device-type: Add bluechiptechnology-tm3 #395

merged 1 commit into from
Oct 9, 2023

Conversation

chrisruk
Copy link
Contributor

@chrisruk chrisruk commented Oct 4, 2023

Change-type: patch

Change-type: patch
Signed-off-by: Chris Richardson <[email protected]>
@floion floion merged commit 546bb31 into balena-io:master Oct 9, 2023
46 checks passed
@vipulgupta2048
Copy link
Member

vipulgupta2048 commented Oct 18, 2023

Hey @floion @chrisruk @acostach Can we get instruction partials added for this device? All builds in docs will fail if devices are added without instruction partials (We haven't implemented an ignore list for devices as of yet). Without instruction partials, the docs can't generate Getting Started guides either here: https://docs.balena.io/learn/getting-started/raspberrypi3/nodejs/

Since this uses an SD card, RPI3 and this will have the same instruction partials: https://github.com/balena-io/contracts/blob/master/contracts/hw.device-type/raspberrypi3/contract.json

@chrisruk
Copy link
Contributor Author

Hi @vipulgupta2048 , currently the coffee file in https://github.com/balena-os/balena-tm3/blob/master/tm3.coffee creates an SD card image that flashes Balena OS to the eMMC, when the SD card is inserted into the SBC and it is powered on.

The SBC then shuts itself down. You then need to remove the SD card and power cycle the SBC, so that it boots from the eMMC.

Would I therefore need to base the partials on a different SBC?

@vipulgupta2048
Copy link
Member

That's completely fine. I should have mentioned that I was guessing above @chrisruk Feel free to reference several device-type contracts available to define the correct set of instruction partials for this device. The same partials will then be used to generate the Getting Started guides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants